diff options
| author | Andrea Adami <andrea.adami@gmail.com> | 2012-05-13 23:49:02 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-05-14 16:02:03 +0200 |
| commit | 14869e500c1a2f6be4704bf7399435fda00dc34c (patch) | |
| tree | 73b8a2eaaad9c11d2d811709f6e55bf062e5ef1f /meta-initramfs/recipes-devtools/klibc/klibc-static-utils_1.5.26+2.0.bb | |
| parent | d983ea32f125325c6524731d9f8055a3a8155247 (diff) | |
| download | meta-openembedded-14869e500c1a2f6be4704bf7399435fda00dc34c.tar.gz | |
klibc: upgrade to latest git (pre 2.0)
* remove cherry-picked patch applied in master
* remove comments in klcc recipe
* remove slashes from paths in klibc recipe
* revert involontary oe_runmake install changes
* reset INC_PR
* v2 removes obolete cleanings wrt headers_install
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-initramfs/recipes-devtools/klibc/klibc-static-utils_1.5.26+2.0.bb')
| -rw-r--r-- | meta-initramfs/recipes-devtools/klibc/klibc-static-utils_1.5.26+2.0.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc-static-utils_1.5.26+2.0.bb b/meta-initramfs/recipes-devtools/klibc/klibc-static-utils_1.5.26+2.0.bb new file mode 100644 index 0000000000..484134e44b --- /dev/null +++ b/meta-initramfs/recipes-devtools/klibc/klibc-static-utils_1.5.26+2.0.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | PR = "${INC_PR}.0" | ||
| 2 | |||
| 3 | KLIBC_UTILS_VARIANT = "static" | ||
| 4 | KLIBC_UTILS_PKGNAME = "klibc-static-utils" | ||
| 5 | |||
| 6 | FILESPATH =. "${FILE_DIRNAME}/klibc-${PV}:" | ||
| 7 | |||
| 8 | do_install() { | ||
| 9 | : | ||
| 10 | } | ||
| 11 | |||
| 12 | PACKAGES_${PN} = "${PN}" | ||
| 13 | FILES_${PN} = "" | ||
| 14 | |||
| 15 | require klibc-utils.inc | ||
| 16 | require klibc.inc | ||
