mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 06:32:12 +02:00
dbus-wait: fix build
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4912 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -3,14 +3,15 @@ SECTION = "base"
|
||||
LICENSE = "GPL"
|
||||
DEPENDS = "dbus"
|
||||
PV = "0.0+svnr${SRCREV}"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=dbus-wait;proto=http"
|
||||
|
||||
S = "${WORKDIR}/${PN}"
|
||||
|
||||
LDFLAGS += "`pkg-config --libs dbus-1`"
|
||||
CFLAGS += "`pkg-config --libs dbus-1`"
|
||||
|
||||
do_install () {
|
||||
install -d ${D}${bindir}/
|
||||
install ${S}/dbus-wait ${D}${bindir}/
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user