aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/freesmartphone')
-rw-r--r--recipes/freesmartphone/cornucopia.inc2
-rw-r--r--recipes/freesmartphone/frameworkd/0001-oeventsd-workaround-buggy-kernel-to-get-full-vibrati.patch33
-rw-r--r--recipes/freesmartphone/frameworkd_git.bb8
-rw-r--r--recipes/freesmartphone/fso-apm_git.bb4
-rw-r--r--recipes/freesmartphone/fso-gsm0710muxd_git.bb8
-rw-r--r--recipes/freesmartphone/fso-specs_git.bb10
-rw-r--r--recipes/freesmartphone/fsodatad_git.bb4
-rw-r--r--recipes/freesmartphone/fsodeviced_git.bb12
-rw-r--r--recipes/freesmartphone/fsogsmd/0001-fsogsmd-update-sysfs-node-in-config-for-openmoko_gta.patch15
-rw-r--r--recipes/freesmartphone/fsogsmd_git.bb7
-rw-r--r--recipes/freesmartphone/fsoinitd_git.bb13
-rw-r--r--recipes/freesmartphone/fsomusicd_git.bb8
-rw-r--r--recipes/freesmartphone/fsonetworkd_git.bb3
-rw-r--r--recipes/freesmartphone/fsotdld_git.bb2
-rw-r--r--recipes/freesmartphone/fsousaged_git.bb2
-rw-r--r--recipes/freesmartphone/gsmd2_git.bb4
-rw-r--r--recipes/freesmartphone/libframeworkd-glib_git.bb6
-rw-r--r--recipes/freesmartphone/libfso-glib_git.bb11
-rw-r--r--recipes/freesmartphone/libfsobasics_git.bb2
-rw-r--r--recipes/freesmartphone/libfsoframework_git.bb2
-rw-r--r--recipes/freesmartphone/mdbus2_git.bb4
-rw-r--r--recipes/freesmartphone/mkdump_git.bb3
-rw-r--r--recipes/freesmartphone/msmcommd_git.bb4
-rw-r--r--recipes/freesmartphone/mterm2_git.bb2
-rw-r--r--recipes/freesmartphone/opimd-utils_git.bb6
-rw-r--r--recipes/freesmartphone/zhone/80zhone1
-rw-r--r--recipes/freesmartphone/zhone_git.bb4
27 files changed, 121 insertions, 59 deletions
diff --git a/recipes/freesmartphone/cornucopia.inc b/recipes/freesmartphone/cornucopia.inc
index 0c4e26c56a..7c3049421c 100644
--- a/recipes/freesmartphone/cornucopia.inc
+++ b/recipes/freesmartphone/cornucopia.inc
@@ -7,7 +7,7 @@ DEPENDS = "vala-native glib-2.0 dbus dbus-glib libfso-glib libgee"
DEPENDS += "${@['libfsoframework', ''][(bb.data.getVar('PN', d, 1) in 'libfsoframework libfsobasics'.split())]}"
PV = "invalid, please override"
-FSO_CORNUCOPIA_SRCREV ?= "8709ee51a88fd5cd8647d78f44cdd7bbe2190aa5"
+FSO_CORNUCOPIA_SRCREV ?= "b163e36f9c960c6fea92168e88201be98dcceaef"
INC_PR = "r2"
SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia;protocol=git;branch=master"
diff --git a/recipes/freesmartphone/frameworkd/0001-oeventsd-workaround-buggy-kernel-to-get-full-vibrati.patch b/recipes/freesmartphone/frameworkd/0001-oeventsd-workaround-buggy-kernel-to-get-full-vibrati.patch
new file mode 100644
index 0000000000..1dd1ef23fe
--- /dev/null
+++ b/recipes/freesmartphone/frameworkd/0001-oeventsd-workaround-buggy-kernel-to-get-full-vibrati.patch
@@ -0,0 +1,33 @@
+From 72ad63c5ce9f2d25a119612065d86bd317bf80ed Mon Sep 17 00:00:00 2001
+From: Sebastian Krzyszkowiak <seba.dos1@gmail.com>
+Date: Wed, 7 Jul 2010 15:01:59 +0200
+Subject: [PATCH] oeventsd: workaround buggy kernel to get full vibration power.
+ This patch should be disabled as soon as fixed kernel arrives.
+
+---
+ framework/subsystems/oeventsd/fso_actions.py | 4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/framework/subsystems/oeventsd/fso_actions.py b/framework/subsystems/oeventsd/fso_actions.py
+index c0a29dd..b9a2104 100644
+--- a/framework/subsystems/oeventsd/fso_actions.py
++++ b/framework/subsystems/oeventsd/fso_actions.py
+@@ -162,13 +162,13 @@ class VibratorAction(Action):
+ 'org.freesmartphone.odeviced',
+ '/org/freesmartphone/Device/Vibrator/%s' % self.target,
+ 'org.freesmartphone.Device.Vibrator',
+- 'VibratePattern', 999, 300, 700, 90).trigger()
++ 'VibratePattern', 999, 300, 700, 25).trigger()
+ elif self.mode == "oneshot":
+ DBusAction(dbus.SystemBus(),
+ 'org.freesmartphone.odeviced',
+ '/org/freesmartphone/Device/Vibrator/%s' % self.target,
+ 'org.freesmartphone.Device.Vibrator',
+- 'Vibrate', 400, 90).trigger()
++ 'Vibrate', 400, 25).trigger()
+ else:
+ logger.warning( "invalid vibration mode '%s', valid are 'continuous' or 'oneshot'" )
+
+--
+1.7.1
+
diff --git a/recipes/freesmartphone/frameworkd_git.bb b/recipes/freesmartphone/frameworkd_git.bb
index b8cd30a81e..e47e66551e 100644
--- a/recipes/freesmartphone/frameworkd_git.bb
+++ b/recipes/freesmartphone/frameworkd_git.bb
@@ -4,9 +4,9 @@ AUTHOR = "FreeSmartphone.Org Development Team"
SECTION = "console/network"
DEPENDS = "python-cython-native python-pyrex-native"
LICENSE = "GPL"
-SRCREV = "a3b867b304ecc63c7f26a0e4ea65a0abfb61e8e5"
+SRCREV = "5ed055335b251b290179928bd0d56b5476759876"
PV = "0.9.5.9+gitr${SRCPV}"
-PR = "r3"
+PR = "r5"
PE = "1"
inherit distutils update-rc.d python-dir
@@ -18,7 +18,9 @@ SRC_URI = "${FREESMARTPHONE_GIT}/framework.git;protocol=git;branch=master \
file://frameworkd \
file://frameworkd.conf \
"
-SRC_URI_append_shr = "file://oeventsd-use-opimd-signals.patch;patch=1"
+SRC_URI_append_shr = "file://oeventsd-use-opimd-signals.patch \
+ file://0001-oeventsd-workaround-buggy-kernel-to-get-full-vibrati.patch \
+ "
S = "${WORKDIR}/git"
diff --git a/recipes/freesmartphone/fso-apm_git.bb b/recipes/freesmartphone/fso-apm_git.bb
index 004786028e..389cce6713 100644
--- a/recipes/freesmartphone/fso-apm_git.bb
+++ b/recipes/freesmartphone/fso-apm_git.bb
@@ -5,9 +5,9 @@ AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>"
SECTION = "console"
LICENSE = "GPLv2"
PE = "1"
-RCONFLICTS = "apm"
+RCONFLICTS_${PN} = "apm"
SRCREV = "${FSO_CORNUCOPIA_SRCREV}"
PV = "2.0.0+gitr${SRCPV}"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
S = "${WORKDIR}/git/tools/apm2"
diff --git a/recipes/freesmartphone/fso-gsm0710muxd_git.bb b/recipes/freesmartphone/fso-gsm0710muxd_git.bb
index aec38f0dbe..a85a796e5d 100644
--- a/recipes/freesmartphone/fso-gsm0710muxd_git.bb
+++ b/recipes/freesmartphone/fso-gsm0710muxd_git.bb
@@ -6,15 +6,15 @@ LICENSE = "GPL"
SRCREV = "1d69fb5b666ac2a9e54e46978c7afa8fe5dfc3c9"
PV = "0.9.3.1+gitr${SRCPV}"
PE = "1"
-PR = "r0"
+PR = "r1"
SRC_URI = "${FREESMARTPHONE_GIT}/gsm0710muxd.git;protocol=git;branch=master"
S = "${WORKDIR}/git"
inherit autotools
-RDEPENDS = "dbus dbus-glib"
-RCONFLICTS = "gsm0710muxd"
-RREPLACES = "gsm0710muxd"
+RDEPENDS_${PN} = "dbus dbus-glib"
+RCONFLICTS_${PN} = "gsm0710muxd"
+RREPLACES_${PN} = "gsm0710muxd"
FILES_${PN} += "${datadir} ${sysconfdir}"
diff --git a/recipes/freesmartphone/fso-specs_git.bb b/recipes/freesmartphone/fso-specs_git.bb
index d68d403fa6..caf1ef1f4c 100644
--- a/recipes/freesmartphone/fso-specs_git.bb
+++ b/recipes/freesmartphone/fso-specs_git.bb
@@ -4,10 +4,10 @@ HOMEPAGE = "http://docs.freesmartphone.org"
LICENSE = "BSD"
DEPENDS = "libxslt-native"
SECTION = "devel/specifications"
-SRCREV = "f5df109924f964095e184d26796070343c3bb6da"
-PV = "0.5.0+gitr${SRCPV}"
+SRCREV = "4a26955b481be312c1ca64e87c5283a9a323cf83"
+PV = "2010.07.28.1+gitr${SRCPV}"
PE = "1"
-PR = "r3"
+PR = "r1"
SRC_URI = "${FREESMARTPHONE_GIT}/specs.git;protocol=git;branch=master"
S = "${WORKDIR}/git"
@@ -15,7 +15,3 @@ S = "${WORKDIR}/git"
inherit autotools pkgconfig
FILES_${PN}-dev += "${datadir}/freesmartphone/xml"
-
-do_compile_append() {
- sed -i -e s,\$\{datarootdir\},${STAGING_DATADIR},g *.pc
-}
diff --git a/recipes/freesmartphone/fsodatad_git.bb b/recipes/freesmartphone/fsodatad_git.bb
index 9892e12e39..9d921cb531 100644
--- a/recipes/freesmartphone/fsodatad_git.bb
+++ b/recipes/freesmartphone/fsodatad_git.bb
@@ -1,7 +1,7 @@
require cornucopia.inc
inherit fso-plugin
SRCREV = "${FSO_CORNUCOPIA_SRCREV}"
-PR = "${INC_PR}.2"
+PR = "${INC_PR}.3"
PV = "0.1.0+gitr${SRCPV}"
PE = "1"
@@ -9,4 +9,4 @@ DEPENDS += "\
libxml2 \
mobile-broadband-provider-info \
"
-RDEPENDS += "mobile-broadband-provider-info"
+RDEPENDS_${PN} += "mobile-broadband-provider-info"
diff --git a/recipes/freesmartphone/fsodeviced_git.bb b/recipes/freesmartphone/fsodeviced_git.bb
index e7ea1c0a6a..f00bcce381 100644
--- a/recipes/freesmartphone/fsodeviced_git.bb
+++ b/recipes/freesmartphone/fsodeviced_git.bb
@@ -1,19 +1,21 @@
require cornucopia.inc
inherit fso-plugin
-DEPENDS += "alsa-lib libcanberra libfsoresource"
-RDEPENDS += "libcanberra-alsa"
+DEPENDS += "alsa-lib libcanberra libfsoresource android-rpc"
+RDEPENDS_${PN} += "libcanberra-alsa"
# Included in fsodeviced itself now
-# RRECOMMENDS += "fso-alsa-data"
+# RRECOMMENDS_${PN} += "fso-alsa-data"
RPROVIDES_${PN} = "openmoko-alsa-scenarios virtual/alsa-scenarios"
+SRCREV = "cbd57abf8afaa95f78d22cf593577794ce9ed5b6"
SRCREV = "${FSO_CORNUCOPIA_SRCREV}"
-PV = "0.9.0+gitr${SRCPV}"
+PV = "0.9.4+gitr${SRCPV}"
PE = "2"
-PR = "${INC_PR}.12"
+PR = "${INC_PR}.15"
EXTRA_OECONF = "\
--enable-kernel26-rfkill \
--enable-player-canberra \
+ --enable-htcdream-powercontrol \
"
inherit update-rc.d
diff --git a/recipes/freesmartphone/fsogsmd/0001-fsogsmd-update-sysfs-node-in-config-for-openmoko_gta.patch b/recipes/freesmartphone/fsogsmd/0001-fsogsmd-update-sysfs-node-in-config-for-openmoko_gta.patch
new file mode 100644
index 0000000000..b9d80bda0e
--- /dev/null
+++ b/recipes/freesmartphone/fsogsmd/0001-fsogsmd-update-sysfs-node-in-config-for-openmoko_gta.patch
@@ -0,0 +1,15 @@
+diff --git a/fsogsmd/conf/openmoko_gta/fsogsmd.conf b/fsogsmd/conf/openmoko_gta/fsogsmd.conf
+index efd31c1..c8aa04e 100644
+--- a/fsogsmd/conf/openmoko_gta/fsogsmd.conf
++++ b/fsogsmd/conf/openmoko_gta/fsogsmd.conf
+@@ -63,8 +63,8 @@ modem_init = E0V1;+CMEE=1;+CRC=1;+CSCS="UCS2"
+ sms_storage_dir = /tmp/fsogsmd/sms/
+
+ [fsogsm.lowlevel_openmoko]
+-power_node = /sys/bus/platform/devices/neo1973-pm-gsm.0/power_on
+-fc_node = /sys/bus/platform/devices/neo1973-pm-gsm.0/flowcontrolled
++power_node = /sys/bus/platform/devices/gta02-pm-gsm.0/power_on
++fc_node = /sys/devices/platform/s3c2440-i2c/i2c-0/0-0073/pcf50633-gpio/reg-fixed-voltage.1/gta02-pm-gsm.0/flowcontrolled
+
+ [fsogsm.modem_ti_calypso]
+ # Whether to allow the modem to fall into deep sleep. Valid values are 'never' (default) and 'always'
diff --git a/recipes/freesmartphone/fsogsmd_git.bb b/recipes/freesmartphone/fsogsmd_git.bb
index e2cbd53e27..b172611e07 100644
--- a/recipes/freesmartphone/fsogsmd_git.bb
+++ b/recipes/freesmartphone/fsogsmd_git.bb
@@ -1,15 +1,16 @@
require cornucopia.inc
inherit fso-plugin
SRCREV = "${FSO_CORNUCOPIA_SRCREV}"
-PR = "${INC_PR}.2"
+PR = "${INC_PR}.3"
PV = "0.5.0+gitr${SRCPV}"
PE = "1"
-DEPENDS += "libfsoresource libgsm0710mux ppp msmcommd"
+DEPENDS += "libfsoresource libgsm0710mux ppp"
+# DEPENDS += "msmcommd"
EXTRA_OECONF_append = "\
--enable-libgsm0710mux \
- --enable-modem-qualcomm-palm \
+# --enable-modem-qualcomm-palm \
"
CONFFILES_${PN} = "${sysconfdir}/freesmartphone/conf/openmoko_gta/fsogsmd.conf \
diff --git a/recipes/freesmartphone/fsoinitd_git.bb b/recipes/freesmartphone/fsoinitd_git.bb
new file mode 100644
index 0000000000..8c98ceb5d9
--- /dev/null
+++ b/recipes/freesmartphone/fsoinitd_git.bb
@@ -0,0 +1,13 @@
+require cornucopia.inc
+inherit fso-plugin
+
+SRCREV = "${FSO_CORNUCOPIA_SRCREV}"
+PV = "0.1.0+gitr${SRCPV}"
+PR = "${INC_PR}.1"
+
+EXTRA_OECONF = ""
+EXTRA_OECONF_append_palmpre = "--with-machine=palmpre"
+EXTRA_OECONF_append_om-gta02 = "--with-machine=om-gta02"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
diff --git a/recipes/freesmartphone/fsomusicd_git.bb b/recipes/freesmartphone/fsomusicd_git.bb
index 2d1de2b56f..31143fcc15 100644
--- a/recipes/freesmartphone/fsomusicd_git.bb
+++ b/recipes/freesmartphone/fsomusicd_git.bb
@@ -1,21 +1,21 @@
require cornucopia.inc
# Seems like bitbake cannot find dynamicaly created package names in
-# gst-plugins.inc. Image creation usually fail with missing RDEPENDS for
+# gst-plugins.inc. Image creation usually fail with missing RDEPENDS_${PN} for
# gst-plugin-mad gst-plugin-flac gst-plugin-wavparse gst-plugin-sid
# so add recipes needed for runtime dependencies manually here
DEPENDS += "gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'gst-plugins-ugly', d)}"
SRCREV = "${FSO_CORNUCOPIA_SRCREV}"
PV = "0.0.1+gitr${SRCPV}"
-PR = "${INC_PR}.3"
+PR = "${INC_PR}.4"
PE = "1"
-RDEPENDS += "\
+RDEPENDS_${PN} += "\
#gst-plugins-base
gst-plugin-volume \
gst-plugin-alsa \
"
-RRECOMMENDS += "\
+RRECOMMENDS_${PN} += "\
#gst-plugins-base
gst-plugin-ogg \
gst-plugin-audioconvert \
diff --git a/recipes/freesmartphone/fsonetworkd_git.bb b/recipes/freesmartphone/fsonetworkd_git.bb
index e64de8e96d..6a18a97a6f 100644
--- a/recipes/freesmartphone/fsonetworkd_git.bb
+++ b/recipes/freesmartphone/fsonetworkd_git.bb
@@ -3,4 +3,5 @@ inherit fso-plugin
SRCREV = "${FSO_CORNUCOPIA_SRCREV}"
PV = "0.1.0.0+gitr${SRCPV}"
PE = "1"
-PR = "${INC_PR}.2"
+PR = "${INC_PR}.4"
+RDEPENDS_${PN} += "iptables"
diff --git a/recipes/freesmartphone/fsotdld_git.bb b/recipes/freesmartphone/fsotdld_git.bb
index 8f8b98feb0..3145b714c9 100644
--- a/recipes/freesmartphone/fsotdld_git.bb
+++ b/recipes/freesmartphone/fsotdld_git.bb
@@ -2,7 +2,7 @@ require cornucopia.inc
inherit fso-plugin
SRCREV = "${FSO_CORNUCOPIA_SRCREV}"
PR = "${INC_PR}.3"
-PV = "0.0.0+gitr${SRCPV}"
+PV = "0.3.1+gitr${SRCPV}"
PE = "1"
DEPENDS += "libfsotransport libfsoresource"
diff --git a/recipes/freesmartphone/fsousaged_git.bb b/recipes/freesmartphone/fsousaged_git.bb
index b6806a7288..d6a2adf2a4 100644
--- a/recipes/freesmartphone/fsousaged_git.bb
+++ b/recipes/freesmartphone/fsousaged_git.bb
@@ -1,6 +1,6 @@
require cornucopia.inc
inherit fso-plugin
SRCREV = "${FSO_CORNUCOPIA_SRCREV}"
-PV = "0.9.1.2+gitr${SRCPV}"
+PV = "0.9.5+gitr${SRCPV}"
PE = "1"
PR = "${INC_PR}.0"
diff --git a/recipes/freesmartphone/gsmd2_git.bb b/recipes/freesmartphone/gsmd2_git.bb
index 12ddac5d32..391c45a5cd 100644
--- a/recipes/freesmartphone/gsmd2_git.bb
+++ b/recipes/freesmartphone/gsmd2_git.bb
@@ -7,7 +7,7 @@ LICENSE = "GPL"
SRCREV = "c16883a079aeff8780e5d461ec4e8348537ab4d8"
PV = "0.1.0+gitr${SRCPV}"
PE = "1"
-PR = "r1"
+PR = "r2"
SRC_URI = "${FREESMARTPHONE_GIT}/gsmd2.git;protocol=git;branch=master"
S = "${WORKDIR}/git"
@@ -16,4 +16,4 @@ inherit autotools
EXTRA_OECONF = "--disable-tests"
-RDEPENDS = "fso-gsm0710muxd"
+RDEPENDS_${PN} = "fso-gsm0710muxd"
diff --git a/recipes/freesmartphone/libframeworkd-glib_git.bb b/recipes/freesmartphone/libframeworkd-glib_git.bb
index f3834d4b02..fbcd3abaa1 100644
--- a/recipes/freesmartphone/libframeworkd-glib_git.bb
+++ b/recipes/freesmartphone/libframeworkd-glib_git.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "freesmartphone.org API glib wrapper"
LICENSE = "LGPL"
SECTION = "devel"
DEPENDS = "dbus-glib"
-SRCREV = "322ad983ee811308d9a8dd6df02cf02ab2c0825f"
+SRCREV = "95a266d3ffa17352792d59d16ff8671898d445a2"
PV = "0.0.1+gitr${SRCPV}"
PE = "1"
PR = "r0"
@@ -12,7 +12,3 @@ S = "${WORKDIR}/git"
inherit autotools pkgconfig
-do_stage() {
- autotools_stage_all
-}
-
diff --git a/recipes/freesmartphone/libfso-glib_git.bb b/recipes/freesmartphone/libfso-glib_git.bb
index a53dc43613..aa3e1ed684 100644
--- a/recipes/freesmartphone/libfso-glib_git.bb
+++ b/recipes/freesmartphone/libfso-glib_git.bb
@@ -3,12 +3,17 @@ AUTHOR = "Didier 'Ptitjes"
LICENSE = "LGPL"
SECTION = "devel"
DEPENDS = "vala-dbus-binding-tool-native dbus-glib glib-2.0 fso-specs"
-SRCREV = "732c778418fc18e3aa51654a7084ee7554ffa715"
-PV = "0.2.2+gitr${SRCPV}"
+SRCREV = "9ab41751525d89d834d3d1011a6cde9b16c69a0d"
+PV = "2010.07.28.1+gitr${SRCPV}"
PE = "1"
-PR = "r5"
+PR = "r1"
inherit autotools vala
SRC_URI = "${FREESMARTPHONE_GIT}/libfso-glib.git;protocol=git;branch=master"
S = "${WORKDIR}/git"
+
+do_configure_prepend() {
+ sed -i -e s#FSO_SPECS_DIR="#FSO_SPECS_DIR="${STAGING_DIR_HOST}/#g ${S}/configure.ac
+}
+
diff --git a/recipes/freesmartphone/libfsobasics_git.bb b/recipes/freesmartphone/libfsobasics_git.bb
index 3512c13797..42b2ed7f48 100644
--- a/recipes/freesmartphone/libfsobasics_git.bb
+++ b/recipes/freesmartphone/libfsobasics_git.bb
@@ -3,6 +3,6 @@ require cornucopia.inc
DESCRIPTION = "freesmartphone.org support library"
DEPENDS += "libnl2"
SRCREV = "${FSO_CORNUCOPIA_SRCREV}"
-PV = "0.9.9+gitr${SRCPV}"
+PV = "0.9.10+gitr${SRCPV}"
PE = "1"
PR = "${INC_PR}.0"
diff --git a/recipes/freesmartphone/libfsoframework_git.bb b/recipes/freesmartphone/libfsoframework_git.bb
index c07f609520..138c10af93 100644
--- a/recipes/freesmartphone/libfsoframework_git.bb
+++ b/recipes/freesmartphone/libfsoframework_git.bb
@@ -2,7 +2,7 @@ require cornucopia.inc
DESCRIPTION = "freesmartphone.org support library"
DEPENDS += "libfsobasics alsa-lib"
SRCREV = "${FSO_CORNUCOPIA_SRCREV}"
-PV = "0.8.0+gitr${SRCPV}"
+PV = "0.8.1+gitr${SRCPV}"
PE = "1"
PR = "${INC_PR}.0"
diff --git a/recipes/freesmartphone/mdbus2_git.bb b/recipes/freesmartphone/mdbus2_git.bb
index cfa6ef3698..49b030c179 100644
--- a/recipes/freesmartphone/mdbus2_git.bb
+++ b/recipes/freesmartphone/mdbus2_git.bb
@@ -5,8 +5,8 @@ AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>"
SECTION = "console/network"
LICENSE = "GPLv2"
DEPENDS = "glib-2.0 dbus dbus-glib"
-SRCREV = "${FSO_CORNUCOPIA_SRCREV}"
-PV = "2.0.0+gitr${SRCPV}"
+SRCREV = "e5eafe3cef47ae6502ffeab916171aa50363a3eb"
+PV = "2.0.2+gitr${SRCPV}"
PR = "${INC_PR}.0"
PE = "1"
diff --git a/recipes/freesmartphone/mkdump_git.bb b/recipes/freesmartphone/mkdump_git.bb
index d3171bbd2c..10098c8a4c 100644
--- a/recipes/freesmartphone/mkdump_git.bb
+++ b/recipes/freesmartphone/mkdump_git.bb
@@ -7,8 +7,7 @@ SECTION = "console/network"
DEPENDS = "libfsoframework"
LICENSE = "GPL"
-#SRCREV = "${FSO_CORNUCOPIA_SRCREV}"
-SRCREV = "696d93d7146adffdb76ddb951a7d8199b3dc8a81"
+SRCREV = "${FSO_CORNUCOPIA_SRCREV}"
PV = "1.0.0+gitr${SRCPV}"
PR = "${INC_PR}.0"
diff --git a/recipes/freesmartphone/msmcommd_git.bb b/recipes/freesmartphone/msmcommd_git.bb
index 14fb627dbc..bd74dc0f04 100644
--- a/recipes/freesmartphone/msmcommd_git.bb
+++ b/recipes/freesmartphone/msmcommd_git.bb
@@ -3,8 +3,8 @@ HOMEPAGE = "http://www.freesmartphone.org"
AUTHOR = "Simon Busch <morphis@gravedo.de>"
SECTION = "console/network"
LICENSE = "GPL"
-DEPENDS = "libgee libfsotransport"
-SRCREV = "23c0cd870fc989792a20c6c662db4400129bd471"
+DEPENDS = "libgee libfsotransport gtk+"
+SRCREV = "91ea329fd3be68d031c61a587c6c0036b94cf2cd"
PV = "0.1.0+gitr${SRCPV}"
PR = "r2"
PE = "1"
diff --git a/recipes/freesmartphone/mterm2_git.bb b/recipes/freesmartphone/mterm2_git.bb
index 8615af7678..d549f3b8d2 100644
--- a/recipes/freesmartphone/mterm2_git.bb
+++ b/recipes/freesmartphone/mterm2_git.bb
@@ -7,7 +7,7 @@ SECTION = "console/network"
DEPENDS = "dbus dbus-glib readline libfsoframework libfsotransport"
LICENSE = "GPL"
SRCREV = "${FSO_CORNUCOPIA_SRCREV}"
-PV = "0.1.0+gitr${SRCPV}"
+PV = "1.9.0+gitr${SRCPV}"
PE = "1"
PR = "${INC_PR}.0"
diff --git a/recipes/freesmartphone/opimd-utils_git.bb b/recipes/freesmartphone/opimd-utils_git.bb
index 251fe6f99f..d3509eab7b 100644
--- a/recipes/freesmartphone/opimd-utils_git.bb
+++ b/recipes/freesmartphone/opimd-utils_git.bb
@@ -2,11 +2,11 @@ DESCRIPTION = "Test scripts for freesmartphone.org opimd interface"
HOMEPAGE = "http://freesmartphone.org"
SHR_RELEASE ?= "shr"
LICENSE ?= "GPL"
-RDEPENDS = "python-elementary python-dbus python-codecs python-shell python python-core python-edbus frameworkd"
+RDEPENDS_${PN} = "python-elementary python-dbus python-codecs python-shell python python-core python-edbus frameworkd"
SECTION = "x11/application"
-SRCREV = "91527d45a16ec2c15f69e9eb7e6cc73d50170ca1"
+SRCREV = "98ccc66d1e0e5e74bd8ea8c761116fb6a1844fc7"
PV = "0.0.3+gitr${SRCPV}"
-PR = "r0"
+PR = "r1"
PE = "1"
inherit setuptools
diff --git a/recipes/freesmartphone/zhone/80zhone b/recipes/freesmartphone/zhone/80zhone
index 5a36e873f4..d9e6f4ca7e 100644
--- a/recipes/freesmartphone/zhone/80zhone
+++ b/recipes/freesmartphone/zhone/80zhone
@@ -1,4 +1,3 @@
#!/bin/sh -e
zhone > /tmp/zhone.log 2>&1 &
renice -3 $!
-exit 0
diff --git a/recipes/freesmartphone/zhone_git.bb b/recipes/freesmartphone/zhone_git.bb
index c1559f4c25..67eb29003d 100644
--- a/recipes/freesmartphone/zhone_git.bb
+++ b/recipes/freesmartphone/zhone_git.bb
@@ -5,7 +5,7 @@ DEPENDS = "edje-native python-pyrex-native python-cython-native"
SRCREV = "bd1e895f73a0e5beb2608ebe111d7ef32ee3adbc"
PV = "0.0.2+gitr${SRCPV}"
PE = "1"
-PR = "r13"
+PR = "r15"
SRC_URI = "${FREESMARTPHONE_GIT}/zhone.git;protocol=git;branch=master \
file://80zhone"
@@ -20,7 +20,7 @@ do_install_append() {
FILES_${PN} += "${datadir} ${sysconfdir}"
-RDEPENDS = "\
+RDEPENDS_${PN} = "\
python-edbus \
python-edje \
python-ecore \