mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/atf: update project URL
The old URL redirects to the new URL.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 9d334c4abf)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
16ae657333
commit
82c003dbee
@@ -6,7 +6,7 @@ config BR2_PACKAGE_ATF
|
|||||||
ATF, or Automated Testing Framework, is a collection of
|
ATF, or Automated Testing Framework, is a collection of
|
||||||
libraries to write test programs in C, C++ and POSIX shell.
|
libraries to write test programs in C, C++ and POSIX shell.
|
||||||
|
|
||||||
https://github.com/jmmv/atf
|
https://github.com/freebsd/atf
|
||||||
|
|
||||||
comment "atf needs a toolchain w/ C++"
|
comment "atf needs a toolchain w/ C++"
|
||||||
depends on !BR2_INSTALL_LIBSTDCPP
|
depends on !BR2_INSTALL_LIBSTDCPP
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
ATF_VERSION = 0.23
|
ATF_VERSION = 0.23
|
||||||
ATF_SITE = https://github.com/jmmv/atf/releases/download/atf-$(ATF_VERSION)
|
ATF_SITE = https://github.com/freebsd/atf/releases/download/atf-$(ATF_VERSION)
|
||||||
ATF_INSTALL_STAGING = YES
|
ATF_INSTALL_STAGING = YES
|
||||||
ATF_LICENSE = BSD-2-Clause, BSD-3-Clause
|
ATF_LICENSE = BSD-2-Clause, BSD-3-Clause
|
||||||
ATF_LICENSE_FILES = COPYING
|
ATF_LICENSE_FILES = COPYING
|
||||||
|
|||||||
Reference in New Issue
Block a user