mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 20:21:58 +02:00
angstrom-layers: add dbus from OE into meta-openembedded
This commit is contained in:
19
recipes-core/dbus/dbus-daemon-proxy_git.bb
Normal file
19
recipes-core/dbus/dbus-daemon-proxy_git.bb
Normal file
@@ -0,0 +1,19 @@
|
||||
DESCRIPTION = "dbus forwarding daemon"
|
||||
LICENSE = "LGPLv2.1+"
|
||||
DEPENDS = "dbus dbus-glib"
|
||||
SRCREV = "1226a0a1374628ff191f6d8a56000be5e53e7608"
|
||||
PV = "0.0.0+gitr${SRCPV}"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "git://git.collabora.co.uk/git/user/alban/dbus-daemon-proxy;protocol=git"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
do_compile() {
|
||||
${CC} ${LDFLAGS} `pkg-config --cflags --libs dbus-glib-1` -o dbus-daemon-proxy dbus-daemon-proxy.c
|
||||
}
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${bindir}
|
||||
install -m 0755 dbus-daemon-proxy ${D}${bindir}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user