[oe-commits] Klaus Kurzmann : fsogsmd_git.bb: sync PV with reality and enable libgsm0710mux

git version control git at git.openembedded.org
Fri Feb 26 08:52:10 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 3b3f8002b28de72868e60febf63353b09d8dec6a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3b3f8002b28de72868e60febf63353b09d8dec6a

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Fri Feb 26 09:50:08 2010 +0100

fsogsmd_git.bb: sync PV with reality and enable libgsm0710mux
which is needed to get some of the modem plugins built

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/freesmartphone/fsogsmd_git.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/freesmartphone/fsogsmd_git.bb b/recipes/freesmartphone/fsogsmd_git.bb
index 8056f4b..1f2d861 100644
--- a/recipes/freesmartphone/fsogsmd_git.bb
+++ b/recipes/freesmartphone/fsogsmd_git.bb
@@ -1,9 +1,10 @@
 require cornucopia.inc
 inherit fso-plugin
-PR = "${INC_PR}.2"
-PV = "0.2.0+gitr${SRCREV}"
+PR = "${INC_PR}.0"
+PV = "0.5.0+gitr${SRCREV}"
 
 DEPENDS += "libfsoresource libgsm0710mux"
+EXTRA_OECONF_append = "--enable-libgsm0710mux"
 
 do_install_append_shr() {
 	# remove .service file to disable fsogsmd autostart





More information about the Openembedded-commits mailing list