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

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