diff options
| author | Andrea Adami <andrea.adami@gmail.com> | 2012-05-03 22:30:51 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-05-10 16:38:13 +0200 |
| commit | 32d316edae416b88159472a3b4f904a830090000 (patch) | |
| tree | 401a180f31a56e32121e121fae37b0042805a07b /meta-initramfs/recipes-devtools/klibc/klcc-cross_1.5.25.bb | |
| parent | 1beefee9cd3fb01def4af8131d65291b4cd83c28 (diff) | |
| download | meta-openembedded-32d316edae416b88159472a3b4f904a830090000.tar.gz | |
klibc: upgrade from 1.5.25 to 1.5.26
* minor updates, still waiting for release 2.0
* v2 adds another (sometimes) missing header
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/klcc-cross_1.5.25.bb')
| -rw-r--r-- | meta-initramfs/recipes-devtools/klibc/klcc-cross_1.5.25.bb | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klcc-cross_1.5.25.bb b/meta-initramfs/recipes-devtools/klibc/klcc-cross_1.5.25.bb deleted file mode 100644 index ad7c07e8c2..0000000000 --- a/meta-initramfs/recipes-devtools/klibc/klcc-cross_1.5.25.bb +++ /dev/null | |||
| @@ -1,32 +0,0 @@ | |||
| 1 | PR = "${INC_PR}.0" | ||
| 2 | |||
| 3 | require klibc.inc | ||
| 4 | |||
| 5 | export KLCC_INST = "${STAGING_DIR_TARGET}/lib/klibc" | ||
| 6 | |||
| 7 | SRC_URI += "file://klcc_prefix.patch \ | ||
| 8 | file://use-env-for-perl.patch" | ||
| 9 | |||
| 10 | DEPENDS = "klibc" | ||
| 11 | |||
| 12 | FILESPATH =. "${FILE_DIRNAME}/klibc-${PV}:" | ||
| 13 | |||
| 14 | # ${TARGET_PREFIX}klcc is just a | ||
| 15 | # perl wrapper around gcc-cross | ||
| 16 | # so give it the same arch and path | ||
| 17 | PACKAGE_ARCH = "${TUNE_PKGARCH}" | ||
| 18 | |||
| 19 | inherit cross | ||
| 20 | |||
| 21 | do_configure () { | ||
| 22 | : | ||
| 23 | } | ||
| 24 | |||
| 25 | do_compile() { | ||
| 26 | oe_runmake klcc | ||
| 27 | } | ||
| 28 | |||
| 29 | do_install() { | ||
| 30 | install -d ${D}${base_bindir} | ||
| 31 | install -m 0755 klcc/klcc ${D}${base_bindir}/${TARGET_PREFIX}klcc | ||
| 32 | } | ||
