diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2010-08-21 18:13:31 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2010-08-21 18:13:31 +0200 |
commit | 6ddd8342c2561ac33f1823363c2c343a2a5b4b9f (patch) | |
tree | d8ac824fed2331167fbc27490579012cb4835bf2 /recipes/klibc/klcc-cross_1.5.19.bb | |
parent | 88ab06f133f85640db756825d77e1fc1b56850ed (diff) |
klibc: split klcc-cross and create a new recipe
* major change to avoid old do_stage
* bump klibc main PR and reset recipes PR
Diffstat (limited to 'recipes/klibc/klcc-cross_1.5.19.bb')
-rw-r--r-- | recipes/klibc/klcc-cross_1.5.19.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/klibc/klcc-cross_1.5.19.bb b/recipes/klibc/klcc-cross_1.5.19.bb new file mode 100644 index 0000000000..c4069dd2e8 --- /dev/null +++ b/recipes/klibc/klcc-cross_1.5.19.bb @@ -0,0 +1,21 @@ +PR = "${INC_PR}.0" + +require klibc.inc +DEPENDS = "klibc" + +FILESPATHPKG =. "klibc-${PV}:" + +export KLCC_INST=${STAGING_DIR_TARGET}/lib/klibc + +inherit cross + +do_install() { + install -d ${D}${TOOLCHAIN_PATH}/bin/ + install -m 0755 klcc/klcc ${D}${TOOLCHAIN_PATH}/bin/${TARGET_PREFIX}klcc +} + +PACKAGES = "${PN}" +FILES_${PN} = "${D}${TOOLCHAIN_PATH}/bin/${TARGET_PREFIX}klcc" + +SRC_URI[md5sum] = "1b713fe65c345e687666b9f94b12f0a0" +SRC_URI[sha256sum] = "de0fa51d47b7363e064a3e6f26dabcb458d371a14e78e6407d49bb3386a24a97" |