summaryrefslogtreecommitdiffstats
path: root/meta/packages/linux-libc-headers/linux-libc-headers_2.6.18.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-09-19 13:00:24 +0000
committerRichard Purdie <richard@openedhand.com>2007-09-19 13:00:24 +0000
commit6d09e07cd2778089845c7a5235da6d4c5a244070 (patch)
treee287137a7bcb2997ee2141e850434d4281f38416 /meta/packages/linux-libc-headers/linux-libc-headers_2.6.18.bb
parent93c82d7f921b3b2e83a453a85c8f280ceeaa6c9d (diff)
downloadpoky-6d09e07cd2778089845c7a5235da6d4c5a244070.tar.gz
linux-libc-headers: Add DEPEND on cross-linkage to handle linking of directories
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2762 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/linux-libc-headers/linux-libc-headers_2.6.18.bb')
-rw-r--r--meta/packages/linux-libc-headers/linux-libc-headers_2.6.18.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/linux-libc-headers/linux-libc-headers_2.6.18.bb b/meta/packages/linux-libc-headers/linux-libc-headers_2.6.18.bb
index 1adaf26fc4..33cbb4ad28 100644
--- a/meta/packages/linux-libc-headers/linux-libc-headers_2.6.18.bb
+++ b/meta/packages/linux-libc-headers/linux-libc-headers_2.6.18.bb
@@ -1,8 +1,8 @@
1require linux-libc-headers.inc 1require linux-libc-headers.inc
2 2
3INHIBIT_DEFAULT_DEPS = "1" 3INHIBIT_DEFAULT_DEPS = "1"
4DEPENDS = "unifdef-native" 4DEPENDS += "unifdef-native"
5PR = "r4" 5PR = "r5"
6 6
7SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.18.tar.bz2 \ 7SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.18.tar.bz2 \
8 file://arm-syscall-define.patch;patch=1" 8 file://arm-syscall-define.patch;patch=1"