From 0599cad5d039443806e01431db666e34541e7228 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Fri, 2 Jan 2009 13:44:27 +0100 Subject: dbus-hlid: new recipe; a high level dbus introspection daemon --- packages/freesmartphone/dbus-hlid_git.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 packages/freesmartphone/dbus-hlid_git.bb (limited to 'packages') diff --git a/packages/freesmartphone/dbus-hlid_git.bb b/packages/freesmartphone/dbus-hlid_git.bb new file mode 100644 index 0000000000..2111ae3368 --- /dev/null +++ b/packages/freesmartphone/dbus-hlid_git.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "High Level DBus Introspection Daemon" +AUTHOR = "M. Lauer" +SECTION = "console/network" +DEPENDS = "vala dbus dbus-glib" +LICENSE = "GPL" +PV = "0.9.0+gitr${SRCREV}" +PR = "r0" + +SRC_URI = "${FREESMARTPHONE_GIT}/dbus-hlid.git;protocol=git;branch=master" +S = "${WORKDIR}/git" + +inherit autotools + +FILES_${PN} += "${datadir} ${sysconfdir}" -- cgit v1.2.3