summaryrefslogtreecommitdiffstats
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.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/freesmartphone/libfso-glib_git.bb b/recipes/freesmartphone/libfso-glib_git.bb
index dad6c002dd..ecfc9dcd34 100644
--- a/recipes/freesmartphone/libfso-glib_git.bb
+++ b/recipes/freesmartphone/libfso-glib_git.bb
@@ -6,8 +6,14 @@ DEPENDS = "vala-dbus-binding-tool-native dbus-glib glib-2.0 fso-specs"
SRCREV = "5cda3952855d6c4273929449339b04509387bdd2"
PV = "2010.05.11.2+gitr${SRCPV}"
PE = "1"
+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
+}
+