DESCRIPTION = "GLib-based DBus bindings for freesmartphone.org - Vala implementation" AUTHOR = "Didier 'Ptitjes" LICENSE = "LGPL" SECTION = "devel" DEPENDS = "vala-dbus-binding-tool-native glib-2.0 fso-specs" SRCREV = "c58f310d8cf2cb51a7d9f72ee80e3c82389cfbd6" PV = "2010.12.13.1+gitr${SRCPV}" PE = "1" PR = "r1" inherit autotools vala SRC_URI = "${FREESMARTPHONE_GIT}/libfso-glib.git;protocol=git;branch=gdbus" S = "${WORKDIR}/git" do_configure_prepend() { sed -i -e s#FSO_SPECS_DIR="#FSO_SPECS_DIR="${STAGING_DIR_HOST}/#g ${S}/configure.ac }