aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2009-07-25 21:32:05 +0200
committerAngus Ainslie <nytowl@openmoko.org>2009-07-30 09:13:08 -0600
commitbf63dc9f54f906cd4038434956c115013a6e7ce3 (patch)
treeb7df057819f2c00b19edf91467ae6939621c13c8
parent531144b0c6639f4e9286501936b6849cb14af0a3 (diff)
downloadopenembedded-bf63dc9f54f906cd4038434956c115013a6e7ce3.tar.gz
libfso-glib: switch to use SRCPV instead of SRCREV
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
-rw-r--r--recipes/freesmartphone/libfso-glib_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/freesmartphone/libfso-glib_git.bb b/recipes/freesmartphone/libfso-glib_git.bb
index 906d0f04e8..bd6da24a6f 100644
--- a/recipes/freesmartphone/libfso-glib_git.bb
+++ b/recipes/freesmartphone/libfso-glib_git.bb
@@ -3,10 +3,11 @@ AUTHOR = "Didier 'Ptitjes"
LICENSE = "LGPL"
SECTION = "devel"
DEPENDS = "vala-native vala-dbus-binding-tool-native dbus-glib glib-2.0 fso-specs"
-PV = "0.2.0-gitr${SRCREV}"
+# remove the x on next version bump
+PV = "0.2.0-gitrx${SRCPV}"
PR = "r0"
-inherit autotools_stage pkgconfig vala
+inherit autotools_stage pkgconfig vala girepository
SRC_URI = "git://git.freesmartphone.org/libfso-glib.git;protocol=git;branch=master"
S = "${WORKDIR}/git"