]> code.ossystems Code Review - openembedded-core.git/commitdiff
xorg-proto-common.inc: PN is empty and isn't built, fix -dev and -dbg packages accord...
authorRichard Purdie <richard@openedhand.com>
Tue, 13 Nov 2007 14:28:41 +0000 (14:28 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 13 Nov 2007 14:28:41 +0000 (14:28 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3137 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/xorg-proto/xorg-proto-common.inc

index 248bbc7e112ba76fc5326d5ef59e8e85eb0bc6b1..c4969532862c935b3b2236aee204a6bce064ced2 100644 (file)
@@ -11,6 +11,10 @@ S = "${WORKDIR}/${XORG_PN}-${PV}"
 
 inherit autotools pkgconfig
 
+# ${PN} is empty so we need to tweak -dev and -dbg package dependencies
+RDEPENDS_${PN}-dev = ""
+RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${PE}:${PV}-${PR})"
+
 do_stage() {
         autotools_stage_all
 }