summaryrefslogtreecommitdiff
path: root/recipes/freesmartphone/mickeydbus2_git.bb
blob: 799cbe72c14df959e05181ccff4929c4236cb5d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "Mickey's DBus introspection and calling Program rewritten in vala"
AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>"
HOMEPAGE = "http://www.freesmartphone.org"
SECTION = "console/network"
LICENSE = "GPLv2"

DEPENDS = "vala-native glib-2.0 dbus dbus-glib"

PV = "2.0.0+gitr${SRCREV}"
PR = "r0"

SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia.git;protocol=git;branch=master"
S = "${WORKDIR}/git/tools/mdbus2"

inherit autotools