[oe-commits] Michael 'Mickey' Lauer : fso libraries: bump version and adjust dependencies

git version control git at git.openembedded.org
Sun May 31 07:18:05 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 5751742126a3473e2f42f961e83c9a268c16d604
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5751742126a3473e2f42f961e83c9a268c16d604

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sun May 31 09:22:32 2009 +0200

fso libraries: bump version and adjust dependencies

---

 conf/distro/include/fso-autorev.inc           |    2 +-
 recipes/freesmartphone/libfsotransport_git.bb |    2 +-
 recipes/freesmartphone/libgsm0710_git.bb      |    7 ++-----
 recipes/freesmartphone/libgsm0710mux_git.bb   |   10 ++++------
 4 files changed, 8 insertions(+), 13 deletions(-)

diff --git a/conf/distro/include/fso-autorev.inc b/conf/distro/include/fso-autorev.inc
index b5daa08..0c53d94 100644
--- a/conf/distro/include/fso-autorev.inc
+++ b/conf/distro/include/fso-autorev.inc
@@ -4,7 +4,7 @@ SRCREV_pn-frameworkd = "${AUTOREV}"
 SRCREV_pn-frameworkd-devel = "${AUTOREV}"
 SRCREV_pn-fsod = "${AUTOREV}"
 SRCREV_pn-fsodeviced = "${AUTOREV}"
-SRCREV-pn-fso-abyss = "${AUTOREV}"
+SRCREV_pn-fso-abyss = "${AUTOREV}"
 SRCREV_pn-fso-apm = "${AUTOREV}"
 SRCREV_pn-fso-gsm0710muxd = "${AUTOREV}"
 SRCREV_pn-fso-gpsd = "${AUTOREV}"
diff --git a/recipes/freesmartphone/libfsotransport_git.bb b/recipes/freesmartphone/libfsotransport_git.bb
index 45abf86..f6f95c5 100644
--- a/recipes/freesmartphone/libfsotransport_git.bb
+++ b/recipes/freesmartphone/libfsotransport_git.bb
@@ -1,6 +1,6 @@
 require cornucopia.inc
 DESCRIPTION = "freesmartphone.org transport library"
-# we need posixextra.vapi
+# we need linux.vapi, installed by libfsoframework
 DEPENDS += "libfsoframework"
 PV = "0.9.3+gitr${SRCREV}"
 PR = "${INC_PR}.0"
diff --git a/recipes/freesmartphone/libgsm0710_git.bb b/recipes/freesmartphone/libgsm0710_git.bb
index b9d9b36..b1dddcd 100644
--- a/recipes/freesmartphone/libgsm0710_git.bb
+++ b/recipes/freesmartphone/libgsm0710_git.bb
@@ -1,13 +1,10 @@
 DESCRIPTION = "A GSM 07.10 Protocol Engine"
 LICENSE = "GPL"
 SECTION = "devel"
-PV = "1.1.0+gitr${SRCREV}"
+PV = "1.1.1+gitr${SRCREV}"
 PR = "r0"
 
 SRC_URI = "${FREESMARTPHONE_GIT}/libgsm0710.git;protocol=git;branch=master"
 S = "${WORKDIR}/git"
 
-inherit autotools_stage pkgconfig
-
-# ship vapi file
-FILES_${PN}-dev += "${datadir}/vala"
+inherit autotools_stage pkgconfig vala
diff --git a/recipes/freesmartphone/libgsm0710mux_git.bb b/recipes/freesmartphone/libgsm0710mux_git.bb
index 1d69e3d..aba9c55 100644
--- a/recipes/freesmartphone/libgsm0710mux_git.bb
+++ b/recipes/freesmartphone/libgsm0710mux_git.bb
@@ -2,9 +2,9 @@ DESCRIPTION = "A GSM 07.10 Multiplexing Engine"
 AUTHOR = "Michael 'Mickey' Lauer <mlauer at vanille-media.de>"
 LICENSE = "GPL"
 SECTION = "devel"
-DEPENDS = "libgsm0710 vala-native glib-2.0"
-PV = "0.3.1+gitr${SRCREV}"
-PR = "r2"
+DEPENDS = "glib-2.0 libgsm0710 libfsotransport"
+PV = "0.3.5+gitr${SRCREV}"
+PR = "r0"
 
 SRC_URI = "\
   ${FREESMARTPHONE_GIT}/libgsm0710mux;protocol=git;branch=master \
@@ -12,7 +12,7 @@ SRC_URI = "\
 "
 S = "${WORKDIR}/git"
 
-inherit autotools_stage pkgconfig
+inherit autotools_stage pkgconfig vala
 
 do_install_append() {
 	install -d ${D}${sysconfdir}
@@ -22,8 +22,6 @@ do_install_append() {
 PACKAGES =+ "${PN}-config"
 
 FILES_${PN} += "${sysconfdir} ${datadir}"
-# ship vapi file
-FILES_${PN}-dev += "${datadir}/vala"
 
 RRECOMMENDS_${PN} = "${PN}-config"
 





More information about the Openembedded-commits mailing list