diff options
author | Richard Purdie <richard@openedhand.com> | 2008-01-10 08:26:59 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-01-10 08:26:59 +0000 |
commit | 44611fd69c715d78113f8340c3a9c5c6ad1b1056 (patch) | |
tree | ef20f88e58102f385dda7b427b034d604d5e90ae /meta/packages/maemo | |
parent | 1a89cd510d8f550dcd70941196d69f7ad2a14106 (diff) | |
download | poky-44611fd69c715d78113f8340c3a9c5c6ad1b1056.tar.gz |
xpext: Fix -dev/-dbg package dependencies
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3444 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/maemo')
-rw-r--r-- | meta/packages/maemo/xpext_1.0-5.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/packages/maemo/xpext_1.0-5.bb b/meta/packages/maemo/xpext_1.0-5.bb index 343db15223..bfb2a04487 100644 --- a/meta/packages/maemo/xpext_1.0-5.bb +++ b/meta/packages/maemo/xpext_1.0-5.bb | |||
@@ -1,14 +1,18 @@ | |||
1 | PR = "r0" | ||
2 | LICENSE= "MIT" | ||
3 | DESCRIPTION = "X Server Nokia 770 extensions library" | 1 | DESCRIPTION = "X Server Nokia 770 extensions library" |
2 | LICENSE= "MIT" | ||
4 | SECTION = "x11/libs" | 3 | SECTION = "x11/libs" |
5 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
6 | DEPENDS = "virtual/libx11 libxext" | 5 | DEPENDS = "virtual/libx11 libxext" |
6 | PR = "r1" | ||
7 | 7 | ||
8 | SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/${PN}/${PN}_${PV}.tar.gz \ | 8 | SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/${PN}/${PN}_${PV}.tar.gz \ |
9 | file://auxdir.patch;patch=1;pnum=0" | 9 | file://auxdir.patch;patch=1;pnum=0" |
10 | S = "${WORKDIR}/xpext-1.0" | 10 | S = "${WORKDIR}/xpext-1.0" |
11 | 11 | ||
12 | # ${PN} is empty so we need to tweak -dev and -dbg package dependencies | ||
13 | RDEPENDS_${PN}-dev = "" | ||
14 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${DEBPV})" | ||
15 | |||
12 | inherit autotools pkgconfig | 16 | inherit autotools pkgconfig |
13 | 17 | ||
14 | do_configure_prepend () { | 18 | do_configure_prepend () { |