aboutsummaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-devtools/klibc/klibc-2.0.2/staging.patch
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2013-08-30 01:11:29 +0200
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-09-03 14:53:44 +0100
commit123c38942d708a383b3e0d308d2dd771cedcd0f8 (patch)
tree124d8a22bd9cadb73cdd3e6f11709ad799557a1b /meta-initramfs/recipes-devtools/klibc/klibc-2.0.2/staging.patch
parent72e23c12296fbc77193898c38426add58d0c2d71 (diff)
downloadmeta-openembedded-contrib-123c38942d708a383b3e0d308d2dd771cedcd0f8.tar.gz
klibc_2.0.2: refactor recipe to respect exec_prefix
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'meta-initramfs/recipes-devtools/klibc/klibc-2.0.2/staging.patch')
-rw-r--r--meta-initramfs/recipes-devtools/klibc/klibc-2.0.2/staging.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc-2.0.2/staging.patch b/meta-initramfs/recipes-devtools/klibc/klibc-2.0.2/staging.patch
index 03955f25ca..400864bb2f 100644
--- a/meta-initramfs/recipes-devtools/klibc/klibc-2.0.2/staging.patch
+++ b/meta-initramfs/recipes-devtools/klibc/klibc-2.0.2/staging.patch
@@ -21,7 +21,7 @@ Index: klibc-1.5.24/scripts/Kbuild.install
$(Q)mkdir -p $(INSTALLROOT)$(INSTALLDIR)/$(KCROSS)include
$(Q)mkdir -p $(INSTALLROOT)$(INSTALLDIR)/$(KCROSS)lib
- $(Q)mkdir -p $(INSTALLROOT)$(INSTALLDIR)/$(KCROSS)bin
- $(Q)for x in $(KLIBCKERNELSRC)/include/asm $(KLIBCKERNELSRC)/include/asm* $(KLIBCKERNELSRC)/include/linux $(KLIBCKERNELSRC)/include/mtd; do \
+ $(Q)for x in ../../../include/asm ../../../include/asm-generic ../../../include/linux ../../../include/mtd; do \
ln -sf $${x} $(INSTALLROOT)$(INSTALLDIR)/$(KCROSS)include/ || exit; \
done
@@ -103,7 +100,6 @@