Move buildroot to bsp directory.
This commit is contained in:
11
bsp/buildroot/package/diffutils/Config.in
Normal file
11
bsp/buildroot/package/diffutils/Config.in
Normal file
@@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_DIFFUTILS
|
||||
bool "diffutils"
|
||||
depends on BR2_USE_WCHAR
|
||||
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
||||
help
|
||||
GNU diff. Compare files per line.
|
||||
|
||||
http://www.gnu.org/software/diffutils/diffutils.html
|
||||
|
||||
comment "diffutils needs a toolchain w/ wchar"
|
||||
depends on !BR2_USE_WCHAR
|
||||
2
bsp/buildroot/package/diffutils/diffutils.hash
Normal file
2
bsp/buildroot/package/diffutils/diffutils.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 a25e89a8ab65fded1731e4186be1bb25cda967834b6df973599cdcd5abdfc19c diffutils-3.3.tar.xz
|
||||
18
bsp/buildroot/package/diffutils/diffutils.mk
Normal file
18
bsp/buildroot/package/diffutils/diffutils.mk
Normal file
@@ -0,0 +1,18 @@
|
||||
################################################################################
|
||||
#
|
||||
# diffutils
|
||||
#
|
||||
################################################################################
|
||||
|
||||
DIFFUTILS_VERSION = 3.3
|
||||
DIFFUTILS_SOURCE = diffutils-$(DIFFUTILS_VERSION).tar.xz
|
||||
DIFFUTILS_SITE = $(BR2_GNU_MIRROR)/diffutils
|
||||
DIFFUTILS_DEPENDENCIES = $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext)
|
||||
DIFFUTILS_LICENSE = GPLv3+
|
||||
DIFFUTILS_LICENSE_FILES = COPYING
|
||||
|
||||
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
||||
DIFFUTILS_DEPENDENCIES += busybox
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user