Move buildroot to bsp directory.
This commit is contained in:
6
bsp/buildroot/package/which/Config.in
Normal file
6
bsp/buildroot/package/which/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_WHICH
|
||||
bool "which"
|
||||
help
|
||||
The standard 'which' utility.
|
||||
|
||||
http://www.xs4all.nl/~carlo17/which/
|
||||
2
bsp/buildroot/package/which/which.hash
Normal file
2
bsp/buildroot/package/which/which.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 f4a245b94124b377d8b49646bf421f9155d36aa7614b6ebf83705d3ffc76eaad which-2.21.tar.gz
|
||||
12
bsp/buildroot/package/which/which.mk
Normal file
12
bsp/buildroot/package/which/which.mk
Normal file
@@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
#
|
||||
# which
|
||||
#
|
||||
################################################################################
|
||||
|
||||
WHICH_VERSION = 2.21
|
||||
WHICH_SITE = $(BR2_GNU_MIRROR)/which
|
||||
WHICH_LICENSE = GPLv3+
|
||||
WHICH_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user