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

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