mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 19:14:28 +00:00
libgdbus: Adding libgdbus as connman needs it
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5222 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
parent
37f772fd8b
commit
b5833ef23e
14
meta/packages/libgdbus/libgdbus_git.bb
Normal file
14
meta/packages/libgdbus/libgdbus_git.bb
Normal file
@ -0,0 +1,14 @@
|
||||
HOMEPAGE = "http://www.moblin.org/projects/projects_connman.php"
|
||||
SUMMARY = "Moblin Glib D-Bus integration"
|
||||
LICENSE = "GPL LGPL"
|
||||
DEPENDS = "glib-2.0 dbus"
|
||||
PV = "0.0+git${SRCREV}"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
SRC_URI = "git://moblin.org/repos/projects/libgdbus.git;protocol=http"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
do_stage() {
|
||||
autotools_stage_all
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user