[oe-commits] Michael 'Mickey' Lauer : fso-abyss: bump to 0.2.1+git; add dependency on libgsm0710

GIT User account git at amethyst.openembedded.net
Tue Feb 10 16:28:43 UTC 2009


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Tue Feb 10 17:27:50 2009 +0100

fso-abyss: bump to 0.2.1+git; add dependency on libgsm0710

---

 conf/distro/include/sane-srcrevs.inc     |    2 +-
 packages/freesmartphone/fso-abyss_git.bb |    7 +++----
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index 3322edd..e72549e 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -57,7 +57,7 @@ SRCREV_pn-flashrom ?= "3682"
 SRCREV_pn-frameworkd ?= "700ab8250582767628165b7cf6f671ef756ba56d"
 SRCREV_pn-frameworkd-devel ?= "${SRCREV_pn-frameworkd}"
 SRCREV_pn-fsod ?= "3fa5eb6f2edcf7c9f0fc2027fda47b91d9f0f136"
-SRCREV_pn-fso-abyss ?= "f933751df5bf876557db385402ed4016744de8c3"
+SRCREV_pn-fso-abyss ?= "30817edd8767bb9405f56cad72b3420670975128"
 SRCREV_pn-fso-apm ?= "eb39ce7fb81bfa64e1a9eb5f142ca3d1065be3fa"
 SRCREV_pn-fso-gpsd ?= "78fe48dffb923175bde9f0aabc3500a9264a57e0"
 SRCREV_pn-fso-gsm0710muxd ?= "abcbcd7cc532a8834906de3fc24c8f8fe7643cd4"
diff --git a/packages/freesmartphone/fso-abyss_git.bb b/packages/freesmartphone/fso-abyss_git.bb
index 471f404..45d2257 100644
--- a/packages/freesmartphone/fso-abyss_git.bb
+++ b/packages/freesmartphone/fso-abyss_git.bb
@@ -2,9 +2,9 @@ DESCRIPTION = "Abyss is a GSM 07.10 muxer userspace daemon"
 HOMEPAGE = "http://www.freesmartphone.org/mediawiki/index.php/Implementations/Abyss"
 AUTHOR = "Michael 'Mickey' Lauer <mlauer at vanille-media.de>"
 SECTION = "console/network"
-DEPENDS = "vala-native dbus dbus-glib libgee"
+DEPENDS = "vala-native dbus dbus-glib libgsm0710"
 LICENSE = "GPL"
-PV = "0.2.0+gitr${SRCREV}"
+PV = "0.2.1+gitr${SRCREV}"
 PR = "r0"
 
 SRC_URI = "${FREESMARTPHONE_GIT}/fso-abyss.git;protocol=git;branch=master"
@@ -12,7 +12,6 @@ S = "${WORKDIR}/git"
 
 inherit autotools
 
-RDEPENDS = "dbus dbus-glib"
-RCONFLICTS = "gsm0710muxd fso-gsm0710muxd"
+#RCONFLICTS = "gsm0710muxd fso-gsm0710muxd"
 
 FILES_${PN} += "${datadir} ${sysconfdir}"





More information about the Openembedded-commits mailing list