aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/libfso-glib_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/freesmartphone/libfso-glib_git.bb')
-rw-r--r--recipes/freesmartphone/libfso-glib_git.bb11
1 files changed, 8 insertions, 3 deletions
diff --git a/recipes/freesmartphone/libfso-glib_git.bb b/recipes/freesmartphone/libfso-glib_git.bb
index a53dc43613..aa3e1ed684 100644
--- a/recipes/freesmartphone/libfso-glib_git.bb
+++ b/recipes/freesmartphone/libfso-glib_git.bb
@@ -3,12 +3,17 @@ AUTHOR = "Didier 'Ptitjes"
LICENSE = "LGPL"
SECTION = "devel"
DEPENDS = "vala-dbus-binding-tool-native dbus-glib glib-2.0 fso-specs"
-SRCREV = "732c778418fc18e3aa51654a7084ee7554ffa715"
-PV = "0.2.2+gitr${SRCPV}"
+SRCREV = "9ab41751525d89d834d3d1011a6cde9b16c69a0d"
+PV = "2010.07.28.1+gitr${SRCPV}"
PE = "1"
-PR = "r5"
+PR = "r1"
inherit autotools vala
SRC_URI = "${FREESMARTPHONE_GIT}/libfso-glib.git;protocol=git;branch=master"
S = "${WORKDIR}/git"
+
+do_configure_prepend() {
+ sed -i -e s#FSO_SPECS_DIR="#FSO_SPECS_DIR="${STAGING_DIR_HOST}/#g ${S}/configure.ac
+}
+