From: Daniele Ricci Date: Wed, 8 Dec 2010 23:20:05 +0000 (+0000) Subject: libfreesmartphone-glib: bump SRCREV and version, now depends on fso-specs X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61cf049e1d5bf5a6bed129f669f44bdf82f9c8ab;p=openembedded.git libfreesmartphone-glib: bump SRCREV and version, now depends on fso-specs Signed-off-by: Daniele Ricci Signed-off-by: Martin Jansa --- 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 +}