summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-11-12 12:10:34 +0000
committerRichard Purdie <richard@openedhand.com>2007-11-12 12:10:34 +0000
commit938663c8834f94d483398debc6b1a4756b7fc74d (patch)
tree24535ef8f7b81050e61abe3fd4dfd50a1752be43 /meta
parent3860b24dae5d76d52850ae95e262a2fb87c489f2 (diff)
downloadopenembedded-core-938663c8834f94d483398debc6b1a4756b7fc74d.tar.gz
linux-libc-headers: The dev and dbg packages shouldn't depend on PN which doesnt exist
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3127 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/linux-libc-headers/linux-libc-headers.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/linux-libc-headers/linux-libc-headers.inc b/meta/packages/linux-libc-headers/linux-libc-headers.inc
index 43f0958863..b1a06152f9 100644
--- a/meta/packages/linux-libc-headers/linux-libc-headers.inc
+++ b/meta/packages/linux-libc-headers/linux-libc-headers.inc
@@ -2,4 +2,6 @@ DESCRIPTION = "Sanitized set of 2.6 kernel headers for the C library's use."
SECTION = "devel"
LICENSE = "GPL"
-DEPENDS = "cross-linkage" \ No newline at end of file
+#DEPENDS = "cross-linkage"
+RDEPENDS_${PN}-dev = ""
+RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${PV}-${PR})"