aboutsummaryrefslogtreecommitdiffstats
path: root/packages/freesmartphone/mickeydbus_git.bb
blob: e048315b3aaa75acb4b4dcd1174e4b4a06de8ac6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
DESCRIPTION = "Mickey's DBus introspection and calling Program"
AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>"
HOMEPAGE = "http://www.freesmartphone.org"
SECTION = "console/network"
LICENSE = "GPLv2"
PV = "0.9.2+gitr${SRCREV}"
FILE_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 \
  python-pprint \
"

PACKAGE_ARCH_${PN} = "all"