[oe-commits] shr build user : update FSO recipes

git version control git at git.openembedded.org
Tue Sep 15 12:01:50 UTC 2009


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

Author: shr build user <shr at opmbuild.bearstech.com>
Date:   Mon Sep 14 23:58:24 2009 +0200

update FSO recipes

---

 recipes/freesmartphone/cornucopia.inc              |    6 +++---
 recipes/freesmartphone/fso-abyss_git.bb            |    2 +-
 recipes/freesmartphone/fsodeviced_git.bb           |    7 +++++--
 recipes/freesmartphone/fsonetworkd_git.bb          |    2 +-
 recipes/freesmartphone/fsotimed_git.bb             |    4 ++++
 recipes/freesmartphone/libeflvala_git.bb           |    2 +-
 recipes/freesmartphone/libfso-glib_git.bb          |    3 +--
 recipes/freesmartphone/libfsobasics_git.bb         |    6 +++---
 recipes/freesmartphone/libfsoframework_git.bb      |    4 ++--
 recipes/freesmartphone/libfsotransport_git.bb      |    4 ++--
 recipes/freesmartphone/libgsm0710_git.bb           |    4 ++--
 recipes/freesmartphone/libgsm0710mux_git.bb        |    4 ++--
 recipes/freesmartphone/libpersistence_git.bb       |   14 ++++++++++++++
 13 files changed, 41 insertions(+), 21 deletions(-)

diff --git a/recipes/freesmartphone/cornucopia.inc b/recipes/freesmartphone/cornucopia.inc
index a34f7e8..17da17c 100644
--- a/recipes/freesmartphone/cornucopia.inc
+++ b/recipes/freesmartphone/cornucopia.inc
@@ -3,9 +3,9 @@ AUTHOR = "Team FSO"
 LICENSE = "LGPL"
 SECTION = "devel"
 DEPENDS = "vala-native glib-2.0 dbus dbus-glib libfso-glib libgee"
-DEPENDS  += "${@['libfsoframework', ''][(bb.data.getVar('PN', d, 1) in 'libfsoframework libfsobasics misc-vapi'.split())]}"
-PV = "0.0.0.0+gitr${SRCPV}"
-INC_PR = "r6"
+DEPENDS += "${@['libfsoframework', ''][(bb.data.getVar('PN', d, 1) in 'libfsoframework libfsobasics misc-vapi'.split())]}"
+PV = "invalid, please override"
+INC_PR = "r0"
 
 SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia;protocol=git;branch=master"
 S = "${WORKDIR}/git/${PN}"
diff --git a/recipes/freesmartphone/fso-abyss_git.bb b/recipes/freesmartphone/fso-abyss_git.bb
index 271be95..3881c0d 100644
--- a/recipes/freesmartphone/fso-abyss_git.bb
+++ b/recipes/freesmartphone/fso-abyss_git.bb
@@ -4,7 +4,7 @@ AUTHOR = "Michael 'Mickey' Lauer <mlauer at vanille-media.de>"
 SECTION = "console/network"
 DEPENDS = "vala-native dbus dbus-glib libgsm0710mux"
 LICENSE = "GPL"
-PV = "0.3.5+gitr${SRCPV}"
+PV = "0.9.0+gitr${SRCPV}"
 PR = "r0"
 
 SRC_URI = "\
diff --git a/recipes/freesmartphone/fso-alsa-data/default/dummy b/recipes/freesmartphone/fso-alsa-data/default/dummy
new file mode 100644
index 0000000..e69de29
diff --git a/recipes/freesmartphone/fsodeviced_git.bb b/recipes/freesmartphone/fsodeviced_git.bb
index 7dd3954..0b26c27 100644
--- a/recipes/freesmartphone/fsodeviced_git.bb
+++ b/recipes/freesmartphone/fsodeviced_git.bb
@@ -1,5 +1,8 @@
 require cornucopia.inc
 inherit fso-plugin
 
-DEPENDS += "alsa-lib libcanberra-alsa"
-PR = "${INC_PR}.2"
+DEPENDS += "alsa-lib libcanberra"
+RDEPENDS += "libcanberra-alsa"
+RRECOMMENDS += "fso-alsa-data"
+PV = "0.9.0+gitr${SRCPV}"
+PR = "${INC_PR}.0"
diff --git a/recipes/freesmartphone/fsonetworkd_git.bb b/recipes/freesmartphone/fsonetworkd_git.bb
index eb6b519..3a42958 100644
--- a/recipes/freesmartphone/fsonetworkd_git.bb
+++ b/recipes/freesmartphone/fsonetworkd_git.bb
@@ -1,4 +1,4 @@
 require cornucopia.inc
 inherit fso-plugin
-
+PV = "0.0.1.0+gitr${SRCPV}"
 PR = "${INC_PR}.0"
diff --git a/recipes/freesmartphone/fsotimed_git.bb b/recipes/freesmartphone/fsotimed_git.bb
new file mode 100644
index 0000000..9ce709e
--- /dev/null
+++ b/recipes/freesmartphone/fsotimed_git.bb
@@ -0,0 +1,4 @@
+require cornucopia.inc
+inherit fso-plugin
+PV = "0.1.0+gitr${SRCPV}"
+PR = "${INC_PR}.0"
diff --git a/recipes/freesmartphone/libeflvala_git.bb b/recipes/freesmartphone/libeflvala_git.bb
index 96a5b49..089b41d 100644
--- a/recipes/freesmartphone/libeflvala_git.bb
+++ b/recipes/freesmartphone/libeflvala_git.bb
@@ -3,7 +3,7 @@ AUTHOR = "Michael 'Mickey' Lauer <mlauer at vanille-media.de>"
 LICENSE = "LGPL"
 SECTION = "devel"
 DEPENDS = "vala-native glib-2.0 dbus dbus-glib eina eet evas ecore edje elementary"
-PV = "0.0.1.0+gitr${SRCREV}"
+PV = "0.0.1.0+gitr${SRCPV}"
 PR = "r1"
 
 SRC_URI = "${FREESMARTPHONE_GIT}/libeflvala;protocol=git;branch=master"
diff --git a/recipes/freesmartphone/libfso-glib_git.bb b/recipes/freesmartphone/libfso-glib_git.bb
index bd6da24..c26f60f 100644
--- a/recipes/freesmartphone/libfso-glib_git.bb
+++ b/recipes/freesmartphone/libfso-glib_git.bb
@@ -3,8 +3,7 @@ AUTHOR = "Didier 'Ptitjes"
 LICENSE = "LGPL"
 SECTION = "devel"
 DEPENDS = "vala-native vala-dbus-binding-tool-native dbus-glib glib-2.0 fso-specs"
-# remove the x on next version bump
-PV = "0.2.0-gitrx${SRCPV}"
+PV = "0.2.1+gitr${SRCPV}"
 PR = "r0"
 
 inherit autotools_stage pkgconfig vala girepository
diff --git a/recipes/freesmartphone/libfsobasics_git.bb b/recipes/freesmartphone/libfsobasics_git.bb
index 28d6a60..28b2a3d 100644
--- a/recipes/freesmartphone/libfsobasics_git.bb
+++ b/recipes/freesmartphone/libfsobasics_git.bb
@@ -1,6 +1,6 @@
 require cornucopia.inc
+
 DESCRIPTION = "freesmartphone.org support library"
 DEPENDS += "misc-vapi"
-PV = "0.8.1.0+gitr${SRCPV}"
-PR = "${INC_PR}.1"
-
+PV = "0.8.2.0+gitr${SRCPV}"
+PR = "${INC_PR}.0"
diff --git a/recipes/freesmartphone/libfsoframework_git.bb b/recipes/freesmartphone/libfsoframework_git.bb
index 48af6d6..3fcef59 100644
--- a/recipes/freesmartphone/libfsoframework_git.bb
+++ b/recipes/freesmartphone/libfsoframework_git.bb
@@ -1,6 +1,6 @@
 require cornucopia.inc
 DESCRIPTION = "freesmartphone.org support library"
 DEPENDS += "misc-vapi libfsobasics"
-PV = "0.1.0.0+gitr${SRCPV}"
-PR = "${INC_PR}.2"
+PV = "0.2.0.0+gitr${SRCPV}"
+PR = "${INC_PR}.1"
 
diff --git a/recipes/freesmartphone/libfsotransport_git.bb b/recipes/freesmartphone/libfsotransport_git.bb
index 79570a1..7fcdeeb 100644
--- a/recipes/freesmartphone/libfsotransport_git.bb
+++ b/recipes/freesmartphone/libfsotransport_git.bb
@@ -1,5 +1,5 @@
 require cornucopia.inc
 DESCRIPTION = "freesmartphone.org transport library"
 DEPENDS += "misc-vapi"
-PV = "0.9.3+gitr${SRCPV}"
-PR = "${INC_PR}.1"
+PV = "0.9.4+gitr${SRCPV}"
+PR = "${INC_PR}.0"
diff --git a/recipes/freesmartphone/libgsm0710_git.bb b/recipes/freesmartphone/libgsm0710_git.bb
index 0ec0bd9..cdf948e 100644
--- a/recipes/freesmartphone/libgsm0710_git.bb
+++ b/recipes/freesmartphone/libgsm0710_git.bb
@@ -1,8 +1,8 @@
 DESCRIPTION = "A GSM 07.10 Protocol Engine"
 LICENSE = "GPL"
 SECTION = "devel"
-PV = "1.1.1+gitr${SRCPV}"
-PR = "r1"
+PV = "1.2.0+gitr${SRCPV}"
+PR = "r0"
 
 SRC_URI = "${FREESMARTPHONE_GIT}/libgsm0710.git;protocol=git;branch=master"
 S = "${WORKDIR}/git"
diff --git a/recipes/freesmartphone/libgsm0710mux_git.bb b/recipes/freesmartphone/libgsm0710mux_git.bb
index b4599d4..2376bfc 100644
--- a/recipes/freesmartphone/libgsm0710mux_git.bb
+++ b/recipes/freesmartphone/libgsm0710mux_git.bb
@@ -3,8 +3,8 @@ AUTHOR = "Michael 'Mickey' Lauer <mlauer at vanille-media.de>"
 LICENSE = "GPL"
 SECTION = "devel"
 DEPENDS = "glib-2.0 libgsm0710 libfsotransport"
-PV = "0.3.5+gitr${SRCPV}"
-PR = "r1"
+PV = "0.9.0+gitr${SRCPV}"
+PR = "r0"
 
 SRC_URI = "\
   ${FREESMARTPHONE_GIT}/libgsm0710mux;protocol=git;branch=master \
diff --git a/recipes/freesmartphone/libpersistence_git.bb b/recipes/freesmartphone/libpersistence_git.bb
new file mode 100644
index 0000000..8f6aafd
--- /dev/null
+++ b/recipes/freesmartphone/libpersistence_git.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "A GObject Persistence Library"
+AUTHOR = "Jürg Billeter, Michael 'Mickey' Lauer"
+LICENSE = "LGPL"
+SECTION = "devel"
+DEPENDS = "libgee"
+PV = "0.1.0+gitr${SRCREV}"
+PR = "r0"
+
+SRC_URI = "\
+  ${FREESMARTPHONE_GIT}/${PN};protocol=git;branch=mickey \
+"
+S = "${WORKDIR}/git"
+
+inherit autotools_stage pkgconfig vala





More information about the Openembedded-commits mailing list