aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/mdbus2_git.bb
blob: 49b030c179b85e93c8827fbe72260c9590ccee41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require cornucopia.inc

DESCRIPTION = "Mickey's DBus introspection and calling Program V2"
AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>"
SECTION = "console/network"
LICENSE = "GPLv2"
DEPENDS = "glib-2.0 dbus dbus-glib"
SRCREV = "e5eafe3cef47ae6502ffeab916171aa50363a3eb"
PV = "2.0.2+gitr${SRCPV}"
PR = "${INC_PR}.0"
PE = "1"

S = "${WORKDIR}/git/tools/${PN}"