mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
xcb-proto: Fix -dev and -dbg dependencies
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5274 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -17,3 +17,5 @@ do_stage() {
|
|||||||
install ${D}${datadir}/xcb/*.xml ${STAGING_DATADIR}/xcb
|
install ${D}${datadir}/xcb/*.xml ${STAGING_DATADIR}/xcb
|
||||||
}
|
}
|
||||||
|
|
||||||
|
RDEPENDS_${PN}-dev = ""
|
||||||
|
RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${DEBPV})"
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
include xcb-proto.inc
|
include xcb-proto.inc
|
||||||
PR = "r0"
|
PR = "r1"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ DEFAULT_PREFERENCE = "-1"
|
|||||||
|
|
||||||
include xcb-proto.inc
|
include xcb-proto.inc
|
||||||
PV = "1.0+git"
|
PV = "1.0+git"
|
||||||
PR = "r0"
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI = "git://anongit.freedesktop.org/git/xcb;protocol=git"
|
SRC_URI = "git://anongit.freedesktop.org/git/xcb;protocol=git"
|
||||||
S = "${WORKDIR}/git/xcb-proto"
|
S = "${WORKDIR}/git/xcb-proto"
|
||||||
|
|||||||
Reference in New Issue
Block a user