[oe-commits] Michael 'Mickey' Lauer : libfso-glib: build from gdbus branch, remove dbus-glib dependency

git version control git at git.openembedded.org
Thu Dec 30 21:05:57 UTC 2010


Module: openembedded.git
Branch: testing-next
Commit: 07d94ebc8fd3d21fa83fb13fdf511ac008c316e6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=07d94ebc8fd3d21fa83fb13fdf511ac008c316e6

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Fri Dec 24 16:40:01 2010 +0100

libfso-glib: build from gdbus branch, remove dbus-glib dependency
NOTE: This recipe now needs glib >= 2.26 to build

---

 recipes/freesmartphone/libfso-glib_git.bb |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/recipes/freesmartphone/libfso-glib_git.bb b/recipes/freesmartphone/libfso-glib_git.bb
index 7a0f2eb..ca6fb3a 100644
--- a/recipes/freesmartphone/libfso-glib_git.bb
+++ b/recipes/freesmartphone/libfso-glib_git.bb
@@ -2,18 +2,17 @@ DESCRIPTION = "GLib-based DBus bindings for freesmartphone.org - Vala implementa
 AUTHOR = "Didier 'Ptitjes"
 LICENSE = "LGPL"
 SECTION = "devel"
-DEPENDS = "vala-dbus-binding-tool-native dbus-glib glib-2.0 fso-specs"
-SRCREV = "3d013a345951aa832f9ffa5b5bf08a41eac5add9"
+DEPENDS = "vala-dbus-binding-tool-native glib-2.0 fso-specs"
+SRCREV = "c58f310d8cf2cb51a7d9f72ee80e3c82389cfbd6"
 PV = "2010.12.13.1+gitr${SRCPV}"
 PE = "1"
-PR = "r2"
+PR = "r0"
 
 inherit autotools vala
 
-SRC_URI = "${FREESMARTPHONE_GIT}/libfso-glib.git;protocol=git;branch=master"
+SRC_URI = "${FREESMARTPHONE_GIT}/libfso-glib.git;protocol=git;branch=gdbus"
 S = "${WORKDIR}/git"
 
 do_configure_prepend() {
        sed -i -e s#FSO_SPECS_DIR="#FSO_SPECS_DIR="${STAGING_DIR_HOST}/#g ${S}/configure.ac
 }
-





More information about the Openembedded-commits mailing list