dbus-hlid: new recipe; a high level dbus introspection daemon
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Fri, 2 Jan 2009 12:44:27 +0000 (13:44 +0100)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Fri, 2 Jan 2009 12:44:48 +0000 (13:44 +0100)
conf/distro/include/sane-srcrevs.inc
packages/freesmartphone/dbus-hlid_git.bb [new file with mode: 0644]

index b665c21..c20ab07 100644 (file)
@@ -27,6 +27,7 @@ SRCREV_pn-contact ?= "1410"
 SRCREV_pn-dasher-gpe ?= "1251"
 SRCREV_pn-dbus-c++-native ?= "13131"
 SRCREV_pn-dbus-c++ ?= "13131"
+SRCREV_pn-dbus-hlid ?= "e617a71ac3a819ae5a373d0e67833335b148406c"
 SRCREV_pn-dfu-util ?= "4160"
 SRCREV_pn-dfu-util-native ?= "4160"
 SRCREV_pn-diversity-daemon ?= "571"
diff --git a/packages/freesmartphone/dbus-hlid_git.bb b/packages/freesmartphone/dbus-hlid_git.bb
new file mode 100644 (file)
index 0000000..2111ae3
--- /dev/null
@@ -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}"