summaryrefslogtreecommitdiff
path: root/meta/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb
diff options
context:
space:
mode:
authorEsben Haabendal <eha@fire.(none)>2009-12-14 20:52:58 +0100
committerJoshua Lock <josh@linux.intel.com>2010-01-19 15:08:11 +0000
commit48007a047e472dc540a03b203a1e3690126eca5a (patch)
treee0acc690354b39c46cf74f12ea15168c52beb059 /meta/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb
parent8fa52fb8cd5ea731c0b9e5b3ffb69cfa118a6b67 (diff)
downloadopenembedded-core-48007a047e472dc540a03b203a1e3690126eca5a.tar.gz
openembedded-core-48007a047e472dc540a03b203a1e3690126eca5a.tar.bz2
openembedded-core-48007a047e472dc540a03b203a1e3690126eca5a.tar.xz
openembedded-core-48007a047e472dc540a03b203a1e3690126eca5a.zip
linux-libc-headers-2.6.20 fixed headers_install path and extend as nativesdk
Diffstat (limited to 'meta/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb')
-rw-r--r--meta/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb b/meta/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb
index 518b3bc39..e72d710c9 100644
--- a/meta/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb
+++ b/meta/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb
@@ -2,7 +2,7 @@ require linux-libc-headers.inc
INHIBIT_DEFAULT_DEPS = "1"
DEPENDS += "unifdef-native"
-PR = "r9"
+PR = "r10"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
file://procinfo.h \
@@ -41,10 +41,11 @@ do_compile () {
do_install() {
set_arch
- oe_runmake headers_install INSTALL_HDR_PATH=${D}/usr ARCH=$ARCH
+ oe_runmake headers_install INSTALL_HDR_PATH=${D}${exec_prefix} ARCH=$ARCH
}
do_install_append_arm() {
cp ${WORKDIR}/procinfo.h ${D}${includedir}/asm/
}
+BBCLASSEXTEND = "nativesdk"