util-macros: Fix -dev and -dbg dependencies (since the main package is empty)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3436 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-01-09 13:10:55 +00:00
parent 3e5646fce1
commit 49d384182a
1 changed files with 5 additions and 1 deletions

View 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})"