mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
dbus-wait: bump to latest srvrev, using autotools
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4963 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -23,7 +23,7 @@ SRCREV_pn-clipboard-manager ?= "14994"
|
|||||||
SRCREV_pn-clutter-box2d = "2743"
|
SRCREV_pn-clutter-box2d = "2743"
|
||||||
SRCREV_pn-clutter-gst ?= "2616"
|
SRCREV_pn-clutter-gst ?= "2616"
|
||||||
SRCREV_pn-clutter ?= "3090"
|
SRCREV_pn-clutter ?= "3090"
|
||||||
SRCREV_pn-dbus-wait ?= "401"
|
SRCREV_pn-dbus-wait ?= "402"
|
||||||
SRCREV_pn-eds-dbus ?= "676"
|
SRCREV_pn-eds-dbus ?= "676"
|
||||||
SRCREV_pn-evince ?= "2437"
|
SRCREV_pn-evince ?= "2437"
|
||||||
SRCREV_pn-exmap-console ?= "378"
|
SRCREV_pn-exmap-console ?= "378"
|
||||||
|
|||||||
@@ -3,15 +3,10 @@ SECTION = "base"
|
|||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
DEPENDS = "dbus"
|
DEPENDS = "dbus"
|
||||||
PV = "0.0+svnr${SRCREV}"
|
PV = "0.0+svnr${SRCREV}"
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=dbus-wait;proto=http"
|
SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=dbus-wait;proto=http"
|
||||||
|
|
||||||
S = "${WORKDIR}/${PN}"
|
S = "${WORKDIR}/${PN}"
|
||||||
|
|
||||||
CFLAGS += "`pkg-config --libs dbus-1`"
|
inherit autotools
|
||||||
|
|
||||||
do_install () {
|
|
||||||
install -d ${D}${bindir}/
|
|
||||||
install ${S}/dbus-wait ${D}${bindir}/
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user