summaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-devtools/klibc/klcc-cross_1.5.26.bb
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2012-05-13 23:01:00 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-05-14 16:02:01 +0200
commit2490c44e51fcd83ea9f5ebd0f195e58499c02224 (patch)
tree0312a287c1241c9d2ba533c833674a97b4d013a2 /meta-initramfs/recipes-devtools/klibc/klcc-cross_1.5.26.bb
parentfbfa12572611748c87c8d1f63aab5ae355b86571 (diff)
downloadmeta-openembedded-2490c44e51fcd83ea9f5ebd0f195e58499c02224.tar.gz
klibc_1.5.26: now build against linux-libc-headers
* add install-patch creating symlinks as done by debian * extra add the mtd headers * refresh patches (split out prefix.patch) * recipe is now not machine-specific anymore * bump INC_PR 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.26.bb')
-rw-r--r--meta-initramfs/recipes-devtools/klibc/klcc-cross_1.5.26.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klcc-cross_1.5.26.bb b/meta-initramfs/recipes-devtools/klibc/klcc-cross_1.5.26.bb
index ad7c07e8c..5a6739d4e 100644
--- a/meta-initramfs/recipes-devtools/klibc/klcc-cross_1.5.26.bb
+++ b/meta-initramfs/recipes-devtools/klibc/klcc-cross_1.5.26.bb
@@ -14,7 +14,7 @@ FILESPATH =. "${FILE_DIRNAME}/klibc-${PV}:"
14# ${TARGET_PREFIX}klcc is just a 14# ${TARGET_PREFIX}klcc is just a
15# perl wrapper around gcc-cross 15# perl wrapper around gcc-cross
16# so give it the same arch and path 16# so give it the same arch and path
17PACKAGE_ARCH = "${TUNE_PKGARCH}" 17#PACKAGE_ARCH = "${TUNE_PKGARCH}"
18 18
19inherit cross 19inherit cross
20 20