1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 13:09:50 +00: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:
Ross Burton
2008-07-25 16:05:06 +00:00
parent fbfee208f5
commit a4c341ad78
2 changed files with 3 additions and 8 deletions
+2 -7
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