summaryrefslogtreecommitdiffstats
path: root/meta/packages/linux-libc-headers/linux-libc-headers.inc
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.inc
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.inc')
-rw-r--r--meta/packages/linux-libc-headers/linux-libc-headers.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/packages/linux-libc-headers/linux-libc-headers.inc b/meta/packages/linux-libc-headers/linux-libc-headers.inc
index d9f4d687ee..43f0958863 100644
--- a/meta/packages/linux-libc-headers/linux-libc-headers.inc
+++ b/meta/packages/linux-libc-headers/linux-libc-headers.inc
@@ -1,3 +1,5 @@
1DESCRIPTION = "Sanitized set of 2.6 kernel headers for the C library's use." 1DESCRIPTION = "Sanitized set of 2.6 kernel headers for the C library's use."
2SECTION = "devel" 2SECTION = "devel"
3LICENSE = "GPL" 3LICENSE = "GPL"
4
5DEPENDS = "cross-linkage" \ No newline at end of file