DESCRIPTION = "Mickey's DBus introspection and calling Program" AUTHOR = "Michael 'Mickey' Lauer " HOMEPAGE = "http://www.freesmartphone.org" SECTION = "console/network" LICENSE = "GPLv2" SRCREV = "${FSO_PYTHONHELPERS_SRCREV}" PV = "0.9.2+gitr${SRCREV}" PR = "r2" 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 \ python-pygobject \ python-pprint \ python-xml \ " PACKAGE_ARCH_${PN} = "all"