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
This commit is contained in:
Richard Purdie 2007-11-12 12:10:34 +00:00
parent 3860b24dae
commit 938663c883

View 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"
#DEPENDS = "cross-linkage"
RDEPENDS_${PN}-dev = ""
RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${PV}-${PR})"