diff options
| author | Andrea Adami <andrea.adami@gmail.com> | 2012-10-24 23:08:55 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-11-16 11:25:38 +0100 |
| commit | a398b07f294b05608c82726cd4ca2fdba111dc36 (patch) | |
| tree | 9380face32c94aa2b3531768ab9df74d6e1ef3c8 /meta-initramfs/recipes-devtools/klibc/klcc-cross_2.0.2.bb | |
| parent | de40d9357d793cba0fd17cd46106ffd6b7fdc85f (diff) | |
| download | meta-openembedded-a398b07f294b05608c82726cd4ca2fdba111dc36.tar.gz | |
klibc: upgrade from 2.0.1 to 2.0.2
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_2.0.2.bb')
| -rw-r--r-- | meta-initramfs/recipes-devtools/klibc/klcc-cross_2.0.2.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klcc-cross_2.0.2.bb b/meta-initramfs/recipes-devtools/klibc/klcc-cross_2.0.2.bb new file mode 100644 index 0000000000..56456f7a82 --- /dev/null +++ b/meta-initramfs/recipes-devtools/klibc/klcc-cross_2.0.2.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 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 | inherit cross | ||
| 15 | |||
| 16 | do_configure () { | ||
| 17 | : | ||
| 18 | } | ||
| 19 | |||
| 20 | do_compile() { | ||
| 21 | oe_runmake klcc | ||
| 22 | } | ||
| 23 | |||
| 24 | do_install() { | ||
| 25 | install -d ${D}${base_bindir} | ||
| 26 | install -m 0755 klcc/klcc ${D}${base_bindir}/${TARGET_PREFIX}klcc | ||
| 27 | } | ||
