[oe-commits] Michael 'Mickey' Lauer : fso-abyss | libgsm0710 | libgsm0710mux: catch up PV with upstream

git version control git at git.openembedded.org
Thu Aug 20 15:51:58 UTC 2009


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Thu Aug 20 17:48:49 2009 +0200

fso-abyss | libgsm0710 | libgsm0710mux: catch up PV with upstream

---

 recipes/freesmartphone/fso-abyss_git.bb     |    2 +-
 recipes/freesmartphone/fso-apm_git.bb       |   13 ++++---------
 recipes/freesmartphone/libgsm0710_git.bb    |    2 +-
 recipes/freesmartphone/libgsm0710mux_git.bb |    2 +-
 4 files changed, 7 insertions(+), 12 deletions(-)

diff --git a/recipes/freesmartphone/fso-abyss_git.bb b/recipes/freesmartphone/fso-abyss_git.bb
index 52e78bc..4a9126e 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.6+gitr${SRCREV}"
+PV = "0.9.0+gitr${SRCREV}"
 PR = "r0"
 
 SRC_URI = "\
diff --git a/recipes/freesmartphone/fso-apm_git.bb b/recipes/freesmartphone/fso-apm_git.bb
index a0a57c2..9a2c8a2 100644
--- a/recipes/freesmartphone/fso-apm_git.bb
+++ b/recipes/freesmartphone/fso-apm_git.bb
@@ -3,17 +3,12 @@ AUTHOR = "Michael 'Mickey' Lauer <mlauer at vanille-media.de>"
 HOMEPAGE = "http://www.freesmartphone.org"
 SECTION = "console"
 LICENSE = "GPLv2"
-PV = "0.0.0+gitr${SRCREV}"
+PV = "0.1.0+gitr${SRCREV}"
 PR = "r0"
 
-SRC_URI = "${FREESMARTPHONE_GIT}/python-helpers.git;protocol=git;branch=master"
-S = "${WORKDIR}/git"
+SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia.git;protocol=git;branch=master"
+S = "${WORKDIR}/git/tools/apm2"
 
-do_install() {
-	install -d ${D}${bindir}
-	install -m 0755 fso-apm/apm ${D}${bindir}
-}
+inherit autotools
 
-PACKAGE_ARCH_${PN} = "all"
-RDEPENDS_${PN} = "python-dbus frameworkd"
 RCONFLICTS_${PN} = "apm"
diff --git a/recipes/freesmartphone/libgsm0710_git.bb b/recipes/freesmartphone/libgsm0710_git.bb
index b1dddcd..78050c4 100644
--- a/recipes/freesmartphone/libgsm0710_git.bb
+++ b/recipes/freesmartphone/libgsm0710_git.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "A GSM 07.10 Protocol Engine"
 LICENSE = "GPL"
 SECTION = "devel"
-PV = "1.1.1+gitr${SRCREV}"
+PV = "1.2.0+gitr${SRCREV}"
 PR = "r0"
 
 SRC_URI = "${FREESMARTPHONE_GIT}/libgsm0710.git;protocol=git;branch=master"
diff --git a/recipes/freesmartphone/libgsm0710mux_git.bb b/recipes/freesmartphone/libgsm0710mux_git.bb
index 3a1110a..6944687 100644
--- a/recipes/freesmartphone/libgsm0710mux_git.bb
+++ b/recipes/freesmartphone/libgsm0710mux_git.bb
@@ -3,7 +3,7 @@ AUTHOR = "Michael 'Mickey' Lauer <mlauer at vanille-media.de>"
 LICENSE = "GPL"
 SECTION = "devel"
 DEPENDS = "glib-2.0 libgsm0710 libfsotransport"
-PV = "0.3.6+gitr${SRCREV}"
+PV = "0.9.0+gitr${SRCREV}"
 PR = "r0"
 
 SRC_URI = "\





More information about the Openembedded-commits mailing list