[oe-commits] org.oe.dev add mdbus, a convenient dbus introspection/interaction console utility

mickeyl commit oe at amethyst.openembedded.net
Mon Jul 7 19:13:24 UTC 2008


add mdbus, a convenient dbus introspection/interaction console utility

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 1e903c1b7aaf83f6d6191a71231f8862e397e14c
ViewMTN: http://monotone.openembedded.org/revision/info/1e903c1b7aaf83f6d6191a71231f8862e397e14c
Files:
1
packages/freesmartphone/mickeydbus_git.bb
conf/distro/include/fso-autorev.inc
conf/distro/include/sane-srcrevs.inc
Diffs:

#
# mt diff -r6263ba0e14af7bb1eb9f572dc90726e8be06ae51 -r1e903c1b7aaf83f6d6191a71231f8862e397e14c
#
#
#
# add_file "packages/freesmartphone/mickeydbus_git.bb"
#  content [3fe06dd9c96a8f02c6b8aef310e26d8ec2ef2197]
# 
# patch "conf/distro/include/fso-autorev.inc"
#  from [d5c69660919c5a3424379a0705eeaa21c0220e0e]
#    to [a237638d389c64b3de893a3d3c8811cec9602c62]
# 
# patch "conf/distro/include/sane-srcrevs.inc"
#  from [50cf71bcebe08dea933ab20470606445ce693ae6]
#    to [05e7671df7aaf4a7bfc963a90af0160192ab0eba]
#
============================================================
--- packages/freesmartphone/mickeydbus_git.bb	3fe06dd9c96a8f02c6b8aef310e26d8ec2ef2197
+++ packages/freesmartphone/mickeydbus_git.bb	3fe06dd9c96a8f02c6b8aef310e26d8ec2ef2197
@@ -0,0 +1,18 @@
+DESCRIPTION = "Mickey's DBus introspection and calling Program"
+AUTHOR = "Michael 'Mickey' Lauer <mlauer at vanille-media.de>"
+SECTION = "console/network"
+LICENSE = "GPLv2"
+PV = "0.9.0+gitr${SRCREV}"
+PR = "r0"
+
+SRC_URI = "${FREESMARTPHONE_GIT}/python-helpers.git;protocol=git;branch=master"
+S = "${WORKDIR}/git"
+
+do_install() {
+	install -d ${D}${bindir}
+	install -m 0755 mickeydbus/mdbus ${D}${bindir}
+}
+
+RDEPENDS_${PN} = "\
+  python-dbus \
+"
============================================================
--- conf/distro/include/fso-autorev.inc	d5c69660919c5a3424379a0705eeaa21c0220e0e
+++ conf/distro/include/fso-autorev.inc	a237638d389c64b3de893a3d3c8811cec9602c62
@@ -2,6 +2,7 @@ SRCREV_pn-pygsm = "${AUTOREV}"
 SRCREV_pn-gsm0710muxd = "${AUTOREV}"
 SRCREV_pn-gsmd2 = "${AUTOREV}"
 SRCREV_pn-pygsm = "${AUTOREV}"
+SRCREV_pn-mickeydbus = "${AUTOREV}"
 SRCREV_pn-mickeyterm = "${AUTOREV}"
 SRCREV_pn-pyneod = "${AUTOREV}"
 SRCREV_pn-pynoeg = "${AUTOREV}"
============================================================
--- conf/distro/include/sane-srcrevs.inc	50cf71bcebe08dea933ab20470606445ce693ae6
+++ conf/distro/include/sane-srcrevs.inc	05e7671df7aaf4a7bfc963a90af0160192ab0eba
@@ -81,6 +81,7 @@ SRCREV_pn-matchbox-stroke ?= "1820"
 SRCREV_pn-matchbox-keyboard-inputmethod ?= "1910"
 SRCREV_pn-matchbox-panel-2 ?= "1626"
 SRCREV_pn-matchbox-stroke ?= "1820"
+SRCREV_pn-mickeydbus ?= "5cf2a90d86601b2666b4634784853fb51d0d5896"
 SRCREV_pn-mickeyterm ?= "af7c48d424f9c03f7aa8979f1c06e3b2c70acdff"
 SRCREV_pn-moko-gtk-engine ?= "3612"
 SRCREV_pn-mpd-alsa ?= "6952"






More information about the Openembedded-commits mailing list