util-macros: Fix -dev and -dbg dependencies (since the main package is empty)
authorRichard Purdie <richard@openedhand.com>
Wed, 9 Jan 2008 13:10:55 +0000 (13:10 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 9 Jan 2008 13:10:55 +0000 (13:10 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3436 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/xorg-util/util-macros_1.1.5.bb

index 22634bf..8f5d6ab 100644 (file)
@@ -1,7 +1,11 @@
 require xorg-util-common.inc
 
 DESCRIPTION = "X autotools macros"
-PR = "r1"
+PR = "r2"
 PE = "1"
 
 SRC_URI += "file://unbreak_cross_compile.patch;patch=1"
+
+# ${PN} is empty so we need to tweak -dev and -dbg package dependencies
+RDEPENDS_${PN}-dev = ""
+RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${DEBPV})"