mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 06:49:33 +02: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:
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
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user