]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-libc-headers: The dev and dbg packages shouldn't depend on PN which doesnt...
authorRichard Purdie <richard@openedhand.com>
Mon, 12 Nov 2007 12:10:34 +0000 (12:10 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 12 Nov 2007 12:10:34 +0000 (12:10 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3127 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/linux-libc-headers/linux-libc-headers.inc

index 43f095886375545eae7626f2245eb556c118ac0e..b1a06152f913fd38539dc27d0de1a26ba23b5289 100644 (file)
@@ -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})"