[oe-commits] Michael 'Mickey' Lauer : dbus-hlid: new recipe; a high level dbus introspection daemon

GIT User account git at amethyst.openembedded.net
Fri Jan 2 12:47:32 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0599cad5d039443806e01431db666e34541e7228
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0599cad5d039443806e01431db666e34541e7228

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Fri Jan  2 13:44:27 2009 +0100

dbus-hlid: new recipe; a high level dbus introspection daemon

---

 conf/distro/include/sane-srcrevs.inc     |    1 +
 packages/freesmartphone/dbus-hlid_git.bb |   14 ++++++++++++++
 2 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index b665c21..c20ab07 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -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
index 0000000..2111ae3
--- /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}"





More information about the Openembedded-commits mailing list