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:
Ross Burton 2008-07-25 16:05:06 +00:00
parent fbfee208f5
commit a4c341ad78
2 changed files with 3 additions and 8 deletions

View File

@ -23,7 +23,7 @@ SRCREV_pn-clipboard-manager ?= "14994"
SRCREV_pn-clutter-box2d = "2743"
SRCREV_pn-clutter-gst ?= "2616"
SRCREV_pn-clutter ?= "3090"
SRCREV_pn-dbus-wait ?= "401"
SRCREV_pn-dbus-wait ?= "402"
SRCREV_pn-eds-dbus ?= "676"
SRCREV_pn-evince ?= "2437"
SRCREV_pn-exmap-console ?= "378"

View File

@ -3,15 +3,10 @@ SECTION = "base"
LICENSE = "GPL"
DEPENDS = "dbus"
PV = "0.0+svnr${SRCREV}"
PR = "r1"
PR = "r2"
SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=dbus-wait;proto=http"
S = "${WORKDIR}/${PN}"
CFLAGS += "`pkg-config --libs dbus-1`"
do_install () {
install -d ${D}${bindir}/
install ${S}/dbus-wait ${D}${bindir}/
}
inherit autotools