aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniele Ricci <daniele.athome@gmail.com>2010-12-08 23:20:05 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2010-12-09 12:57:40 +0100
commit61cf049e1d5bf5a6bed129f669f44bdf82f9c8ab (patch)
tree55e5448140b2c638f9ea41bf665b31888b504531
parent55b4c60e08d66198fd3d54985f44dc7581cfad5c (diff)
downloadopenembedded-61cf049e1d5bf5a6bed129f669f44bdf82f9c8ab.tar.gz
libfreesmartphone-glib: bump SRCREV and version, now depends on fso-specs
Signed-off-by: Daniele Ricci <daniele.athome@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes/freesmartphone/libfreesmartphone-glib_git.bb12
1 files changed, 8 insertions, 4 deletions
diff --git a/recipes/freesmartphone/libfreesmartphone-glib_git.bb b/recipes/freesmartphone/libfreesmartphone-glib_git.bb
index 67ced301d2..11ecc26e90 100644
--- a/recipes/freesmartphone/libfreesmartphone-glib_git.bb
+++ b/recipes/freesmartphone/libfreesmartphone-glib_git.bb
@@ -1,12 +1,16 @@
DESCRIPTION = "freesmartphone.org API GLib wrapper (auto-generated)"
SECTION = "devel"
LICENSE = "LGPL-3"
-DEPENDS = "dbus-glib"
-SRCREV = "2a7752cd0934ed833d924008bc7e6d6b573c9727"
-PV = "0.2+gitr${SRCPV}"
+DEPENDS = "dbus-glib fso-specs"
+SRCREV = "88643eec3270cd6b2a68036bd11c0d7bfe4fb09f"
+PV = "2010.10.15.1+gitr${SRCPV}"
PR = "r0"
+inherit autotools pkgconfig
+
SRC_URI = "${FREESMARTPHONE_GIT}/libfreesmartphone-glib.git;protocol=git;branch=master"
S = "${WORKDIR}/git"
-inherit autotools pkgconfig
+do_configure_prepend() {
+ sed -i -e s#FSO_SPECS_DIR="#FSO_SPECS_DIR="${STAGING_DIR_HOST}/#g ${S}/configure.ac
+}