summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-11-13 14:28:41 +0000
committerRichard Purdie <richard@openedhand.com>2007-11-13 14:28:41 +0000
commitbc2ed58f3f03ea03f5667d9fe8af8a0823b8f438 (patch)
treef500147cb20aca3ba41694c50ffeb1ce175c84b2 /meta
parent5e1159bcf2e9273226d7b5b1113c551e35edc0d3 (diff)
downloadopenembedded-core-bc2ed58f3f03ea03f5667d9fe8af8a0823b8f438.tar.gz
xorg-proto-common.inc: PN is empty and isn't built, fix -dev and -dbg packages accordingly
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3137 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/xorg-proto/xorg-proto-common.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/packages/xorg-proto/xorg-proto-common.inc b/meta/packages/xorg-proto/xorg-proto-common.inc
index 248bbc7e11..c496953286 100644
--- a/meta/packages/xorg-proto/xorg-proto-common.inc
+++ b/meta/packages/xorg-proto/xorg-proto-common.inc
@@ -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
}