Move buildroot to bsp directory.
This commit is contained in:
10
bsp/buildroot/package/gperf/Config.in
Normal file
10
bsp/buildroot/package/gperf/Config.in
Normal file
@@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_GPERF
|
||||
bool "gperf"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
help
|
||||
A 'perfect hash function' generator
|
||||
|
||||
http://www.gnu.org/software/gperf/
|
||||
|
||||
comment "gperf needs a toolchain w/ C++"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
||||
2
bsp/buildroot/package/gperf/gperf.hash
Normal file
2
bsp/buildroot/package/gperf/gperf.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 767112a204407e62dbc3106647cf839ed544f3cf5d0f0523aaa2508623aad63e gperf-3.0.4.tar.gz
|
||||
13
bsp/buildroot/package/gperf/gperf.mk
Normal file
13
bsp/buildroot/package/gperf/gperf.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# gperf
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GPERF_VERSION = 3.0.4
|
||||
GPERF_SITE = $(BR2_GNU_MIRROR)/gperf
|
||||
GPERF_LICENSE = GPLv3+
|
||||
GPERF_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user