summaryrefslogtreecommitdiffstats
path: root/meta/packages/xorg-proto
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/packages/xorg-proto
parent5e1159bcf2e9273226d7b5b1113c551e35edc0d3 (diff)
downloadpoky-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/packages/xorg-proto')
-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}"
11 11
12inherit autotools pkgconfig 12inherit autotools pkgconfig
13 13
14# ${PN} is empty so we need to tweak -dev and -dbg package dependencies
15RDEPENDS_${PN}-dev = ""
16RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${PE}:${PV}-${PR})"
17
14do_stage() { 18do_stage() {
15 autotools_stage_all 19 autotools_stage_all
16} 20}