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>
This commit is contained in:
Andrea Adami
2012-10-24 23:08:55 +00:00
committed by Koen Kooi
parent de40d9357d
commit a398b07f29
11 changed files with 5 additions and 6 deletions
@@ -0,0 +1,27 @@
PR = "${INC_PR}.0"
require klibc.inc
export KLCC_INST = "${STAGING_DIR_TARGET}/lib/klibc"
SRC_URI += "file://klcc_prefix.patch \
file://use-env-for-perl.patch"
DEPENDS = "klibc"
FILESPATH =. "${FILE_DIRNAME}/klibc-${PV}:"
inherit cross
do_configure () {
:
}
do_compile() {
oe_runmake klcc
}
do_install() {
install -d ${D}${base_bindir}
install -m 0755 klcc/klcc ${D}${base_bindir}/${TARGET_PREFIX}klcc
}