[oe-commits] Michael 'Mickey' Lauer : libfso-glib: inherit vala

git version control git at git.openembedded.org
Thu Jun 18 12:21:35 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: efecd379f3c740ec82d8015831a82242e9801178
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=efecd379f3c740ec82d8015831a82242e9801178

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sat Jun  6 08:20:00 2009 +0000

libfso-glib: inherit vala

---

 recipes/freesmartphone/libfso-glib_git.bb |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/recipes/freesmartphone/libfso-glib_git.bb b/recipes/freesmartphone/libfso-glib_git.bb
index 49d5204..704a3ad 100644
--- a/recipes/freesmartphone/libfso-glib_git.bb
+++ b/recipes/freesmartphone/libfso-glib_git.bb
@@ -2,15 +2,16 @@ DESCRIPTION = "GLib-based DBus bindings for freesmartphone.org - Vala implementa
 AUTHOR = "Didier 'Ptitjes"
 LICENSE = "LGPL"
 SECTION = "devel"
-DEPENDS = "vala-native fso-specs vala-dbus-binding-tool-native dbus-glib glib-2.0"
-PV = "0.0.1-gitr${SRCREV}"
-PR = "r3"
+DEPENDS = "vala-native vala-dbus-binding-tool-native dbus-glib glib-2.0 fso-specs"
+PV = "0.2.0-gitr${SRCREV}"
+PR = "r0"
 
-DEPENDS = "fso-specs vala-dbus-binding-tool-native dbus-glib glib-2.0"
+inherit autotools_stage pkgconfig vala girepository
 
 SRC_URI = "git://git.freesmartphone.org/libfso-glib.git;protocol=git;branch=master"
 S = "${WORKDIR}/git"
 
-EXTRA_OECONF = "SPECS_PATH=${STAGING_DATADIR}/fso-specs/"
+EXTRA_OECONF = "\
+  SPECS_PATH=${STAGING_DATADIR}/fso-specs/ \
+"
 
-inherit pkgconfig autotools autotools_stage vala girepository





More information about the Openembedded-commits mailing list