]> code.ossystems Code Review - openembedded-core.git/commitdiff
xcb-proto: Fix -dev and -dbg dependencies
authorRichard Purdie <richard@openedhand.com>
Thu, 25 Sep 2008 15:10:47 +0000 (15:10 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 25 Sep 2008 15:10:47 +0000 (15:10 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5274 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/xcb/xcb-proto.inc
meta/packages/xcb/xcb-proto_1.0.bb
meta/packages/xcb/xcb-proto_git.bb

index 115a71ec3ed454b2032e8a58b841a1f122ab6d85..552e0d4df68cac57838e0c90ab9edcb445398351 100644 (file)
@@ -17,3 +17,5 @@ do_stage() {
        install ${D}${datadir}/xcb/*.xml ${STAGING_DATADIR}/xcb
 }
 
+RDEPENDS_${PN}-dev = ""
+RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${DEBPV})"
index 7ca446340261f48af7b38c2a837e6a75aa21c639..e602252d928aa26b867ebe79e3f8d514bcd710c7 100644 (file)
@@ -1,2 +1,2 @@
 include xcb-proto.inc
-PR = "r0"
+PR = "r1"
index 26b6ce7d017bc698757fc4098fa7f4f879d0b42f..1029cc3de83877b05e3e6d013a6a7b596822c123 100644 (file)
@@ -2,7 +2,7 @@ DEFAULT_PREFERENCE = "-1"
 
 include xcb-proto.inc
 PV = "1.0+git"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "git://anongit.freedesktop.org/git/xcb;protocol=git"
 S = "${WORKDIR}/git/xcb-proto"