diff options
author | Esben Haabendal <eha@fire.(none)> | 2009-12-14 20:52:58 +0100 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-01-19 15:08:11 +0000 |
commit | 48007a047e472dc540a03b203a1e3690126eca5a (patch) | |
tree | e0acc690354b39c46cf74f12ea15168c52beb059 /meta | |
parent | 8fa52fb8cd5ea731c0b9e5b3ffb69cfa118a6b67 (diff) | |
download | poky-48007a047e472dc540a03b203a1e3690126eca5a.tar.gz |
linux-libc-headers-2.6.20 fixed headers_install path and extend as nativesdk
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb | 5 |
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 518b3bc39b..e72d710c9c 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 | |||
2 | 2 | ||
3 | INHIBIT_DEFAULT_DEPS = "1" | 3 | INHIBIT_DEFAULT_DEPS = "1" |
4 | DEPENDS += "unifdef-native" | 4 | DEPENDS += "unifdef-native" |
5 | PR = "r9" | 5 | PR = "r10" |
6 | 6 | ||
7 | SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ | 7 | SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ |
8 | file://procinfo.h \ | 8 | file://procinfo.h \ |
@@ -41,10 +41,11 @@ do_compile () { | |||
41 | 41 | ||
42 | do_install() { | 42 | do_install() { |
43 | set_arch | 43 | set_arch |
44 | oe_runmake headers_install INSTALL_HDR_PATH=${D}/usr ARCH=$ARCH | 44 | oe_runmake headers_install INSTALL_HDR_PATH=${D}${exec_prefix} ARCH=$ARCH |
45 | } | 45 | } |
46 | 46 | ||
47 | do_install_append_arm() { | 47 | do_install_append_arm() { |
48 | cp ${WORKDIR}/procinfo.h ${D}${includedir}/asm/ | 48 | cp ${WORKDIR}/procinfo.h ${D}${includedir}/asm/ |
49 | } | 49 | } |
50 | 50 | ||
51 | BBCLASSEXTEND = "nativesdk" | ||