diff options
| author | Richard Purdie <richard@openedhand.com> | 2007-11-13 14:28:41 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2007-11-13 14:28:41 +0000 |
| commit | bc2ed58f3f03ea03f5667d9fe8af8a0823b8f438 (patch) | |
| tree | f500147cb20aca3ba41694c50ffeb1ce175c84b2 | |
| parent | 5e1159bcf2e9273226d7b5b1113c551e35edc0d3 (diff) | |
| download | poky-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
| -rw-r--r-- | meta/packages/xorg-proto/xorg-proto-common.inc | 4 |
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 | ||
| 12 | inherit autotools pkgconfig | 12 | inherit autotools pkgconfig |
| 13 | 13 | ||
| 14 | # ${PN} is empty so we need to tweak -dev and -dbg package dependencies | ||
| 15 | RDEPENDS_${PN}-dev = "" | ||
| 16 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${PE}:${PV}-${PR})" | ||
| 17 | |||
| 14 | do_stage() { | 18 | do_stage() { |
| 15 | autotools_stage_all | 19 | autotools_stage_all |
| 16 | } | 20 | } |
