aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-08-20 17:48:49 +0200
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-08-20 17:51:50 +0200
commitdf0c1f671b493f6300e51b5b4c7d41956f486d62 (patch)
treef1f1d8690a4e8bd7614dd0f111c5a0e35913f6f0
parentba43e918025a32e94934e825ec56b7e109a90a90 (diff)
downloadopenembedded-df0c1f671b493f6300e51b5b4c7d41956f486d62.tar.gz
fso-abyss | libgsm0710 | libgsm0710mux: catch up PV with upstream
-rw-r--r--recipes/freesmartphone/fso-abyss_git.bb2
-rw-r--r--recipes/freesmartphone/fso-apm_git.bb13
-rw-r--r--recipes/freesmartphone/libgsm0710_git.bb2
-rw-r--r--recipes/freesmartphone/libgsm0710mux_git.bb2
4 files changed, 7 insertions, 12 deletions
diff --git a/recipes/freesmartphone/fso-abyss_git.bb b/recipes/freesmartphone/fso-abyss_git.bb
index 52e78bc0d7..4a9126e75c 100644
--- a/recipes/freesmartphone/fso-abyss_git.bb
+++ b/recipes/freesmartphone/fso-abyss_git.bb
@@ -4,7 +4,7 @@ AUTHOR = "Michael 'Mickey' Lauer <mlauer@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 a0a57c2f7a..9a2c8a264c 100644
--- a/recipes/freesmartphone/fso-apm_git.bb
+++ b/recipes/freesmartphone/fso-apm_git.bb
@@ -3,17 +3,12 @@ AUTHOR = "Michael 'Mickey' Lauer <mlauer@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 b1dddcd40d..78050c40f5 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 3a1110a605..69446879c3 100644
--- a/recipes/freesmartphone/libgsm0710mux_git.bb
+++ b/recipes/freesmartphone/libgsm0710mux_git.bb
@@ -3,7 +3,7 @@ AUTHOR = "Michael 'Mickey' Lauer <mlauer@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 = "\