summaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/libfso-glib_git.bb
blob: dad6c002dd4413340528d0704015ea8947a445b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "GLib-based DBus bindings for freesmartphone.org - Vala implementation"
AUTHOR = "Didier 'Ptitjes"
LICENSE = "LGPL"
SECTION = "devel"
DEPENDS = "vala-dbus-binding-tool-native dbus-glib glib-2.0 fso-specs"
SRCREV = "5cda3952855d6c4273929449339b04509387bdd2"
PV = "2010.05.11.2+gitr${SRCPV}"
PE = "1"

inherit autotools vala

SRC_URI = "${FREESMARTPHONE_GIT}/libfso-glib.git;protocol=git;branch=master"
S = "${WORKDIR}/git"