mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
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:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user