summaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-devtools/klibc/klcc-cross_1.5.25.bb
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2012-05-03 22:30:51 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-05-10 16:38:13 +0200
commit32d316edae416b88159472a3b4f904a830090000 (patch)
tree401a180f31a56e32121e121fae37b0042805a07b /meta-initramfs/recipes-devtools/klibc/klcc-cross_1.5.25.bb
parent1beefee9cd3fb01def4af8131d65291b4cd83c28 (diff)
downloadmeta-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.bb32
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 @@
1PR = "${INC_PR}.0"
2
3require klibc.inc
4
5export KLCC_INST = "${STAGING_DIR_TARGET}/lib/klibc"
6
7SRC_URI += "file://klcc_prefix.patch \
8 file://use-env-for-perl.patch"
9
10DEPENDS = "klibc"
11
12FILESPATH =. "${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
17PACKAGE_ARCH = "${TUNE_PKGARCH}"
18
19inherit cross
20
21do_configure () {
22 :
23}
24
25do_compile() {
26 oe_runmake klcc
27}
28
29do_install() {
30 install -d ${D}${base_bindir}
31 install -m 0755 klcc/klcc ${D}${base_bindir}/${TARGET_PREFIX}klcc
32}