diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-27 09:53:37 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-05-03 15:12:16 +0200 |
commit | 7f2c3321e5eb78d70d9ab0a38caccb4fb3911eeb (patch) | |
tree | 3bc8c7cfa8bdb176718c0190ce2ecb20c6299038 /recipes/klibc/klibc_1.5.15.bb | |
parent | c9de550a22a97520714a70bb76965d9a454708a7 (diff) |
klibc: cleanup all version
* reuse as much .inc as possible
* use INC_PR
* added klibc-utils.inc with common do_install_append for installing all utils
added PACKAGES + FILES variables for them (union for all klibc versions)
* added klibc-utils-static.inc with common part of all klibc-utils-static recipes
and including klibc-utils.inc in the end with prepared variables to install
static versions
* modprobe was installed in base_bindir for shared and base_sbindir for static, unified
to base_sbindir
* next task will be to convert all to new staging (don't know how to install to cross
with native install).
* 1.5.15 tested with slugos/nslu2le linux-ixp4xx-2.6.27.8+svnr1089-r2
* >= 1.5.15+1.5.16 tested with angstrom/spitz linux-2.6.34-rc6+git%
* all version:
with newer kernel version where is no include/asm, which is
replaced with include/asm-generic + ie arch/arm/include/asm/
we can stage asm -> ../arch/arm/include/asm/ link, or fix klibc
autotools to use arch inludes correctly
* >= 1.5.15+1.5.16:
expects newer kernel and also built (staged) after
http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=b2f6d8d0200974b8b98f1bb9b10d46fb06e14b15
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'recipes/klibc/klibc_1.5.15.bb')
-rw-r--r-- | recipes/klibc/klibc_1.5.15.bb | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/recipes/klibc/klibc_1.5.15.bb b/recipes/klibc/klibc_1.5.15.bb index 1c81818b0f..4b299f226e 100644 --- a/recipes/klibc/klibc_1.5.15.bb +++ b/recipes/klibc/klibc_1.5.15.bb @@ -1,7 +1,3 @@ -require klibc_1.5.15.inc -PR = "r6" - -KLIBC_FETCHDIR = "Testing" - -SRC_URI[md5sum] = "db2152a8a03bd81e21a5f451f537ae3d" -SRC_URI[sha256sum] = "8b5334ef88b075f374b031695181b4302c3e5621bf2737a39fdf28262b0f80f4" +require klibc.inc +require klibc_${PV}.inc +PR = "${INC_PR}.0" |