summaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/mdbus2_git.bb
blob: cfa6ef3698ec3d4823560c3ea05f116d639a1eac (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 = "${FSO_CORNUCOPIA_SRCREV}"
PV = "2.0.0+gitr${SRCPV}"
PR = "${INC_PR}.0"
PE = "1"

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