Move buildroot to bsp directory.

This commit is contained in:
2016-11-16 22:05:33 +01:00
parent 317c040ea8
commit 807ab03547
7408 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_WHICH
bool "which"
help
The standard 'which' utility.
http://www.xs4all.nl/~carlo17/which/

View File

@@ -0,0 +1,2 @@
# Locally calculated after checking pgp signature
sha256 f4a245b94124b377d8b49646bf421f9155d36aa7614b6ebf83705d3ffc76eaad which-2.21.tar.gz

View 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))