mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 09:49:32 +02:00
packages: Separate out most of the remaining packages into recipes
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
10
meta/recipes-support/libgdbus/libgdbus_git.bb
Normal file
10
meta/recipes-support/libgdbus/libgdbus_git.bb
Normal file
@@ -0,0 +1,10 @@
|
||||
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://git.kernel.org/pub/scm/bluetooth/libgdbus.git;protocol=git"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
Reference in New Issue
Block a user