summaryrefslogtreecommitdiffstats
path: root/meta/packages/maemo/xpext_1.0-5.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-01-10 08:26:59 +0000
committerRichard Purdie <richard@openedhand.com>2008-01-10 08:26:59 +0000
commit44611fd69c715d78113f8340c3a9c5c6ad1b1056 (patch)
treeef20f88e58102f385dda7b427b034d604d5e90ae /meta/packages/maemo/xpext_1.0-5.bb
parent1a89cd510d8f550dcd70941196d69f7ad2a14106 (diff)
downloadpoky-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/xpext_1.0-5.bb')
-rw-r--r--meta/packages/maemo/xpext_1.0-5.bb8
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 @@
1PR = "r0"
2LICENSE= "MIT"
3DESCRIPTION = "X Server Nokia 770 extensions library" 1DESCRIPTION = "X Server Nokia 770 extensions library"
2LICENSE= "MIT"
4SECTION = "x11/libs" 3SECTION = "x11/libs"
5PRIORITY = "optional" 4PRIORITY = "optional"
6DEPENDS = "virtual/libx11 libxext" 5DEPENDS = "virtual/libx11 libxext"
6PR = "r1"
7 7
8SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/${PN}/${PN}_${PV}.tar.gz \ 8SRC_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"
10S = "${WORKDIR}/xpext-1.0" 10S = "${WORKDIR}/xpext-1.0"
11 11
12# ${PN} is empty so we need to tweak -dev and -dbg package dependencies
13RDEPENDS_${PN}-dev = ""
14RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${DEBPV})"
15
12inherit autotools pkgconfig 16inherit autotools pkgconfig
13 17
14do_configure_prepend () { 18do_configure_prepend () {