Skip to content

Commit

Permalink
meta-fso: drop all libfso* recipes, now all provided by libfsoframework
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
  • Loading branch information
shr-project committed Jul 27, 2012
1 parent 424dc30 commit 0298bef
Show file tree
Hide file tree
Showing 25 changed files with 6 additions and 142 deletions.
Expand Up @@ -5,7 +5,7 @@ LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
SECTION = "devel"
DEPENDS = "vala-native glib-2.0 libfso-glib libgee"
DEPENDS += "${@['libfsoframework', ''][(bb.data.getVar('PN', d, 1) in 'libfsoframework libfsobasics'.split())]}"
DEPENDS += "${@['libfsoframework', ''][(bb.data.getVar('PN', d, 1) in 'libfsoframework'.split())]}"

PE = "2"
INC_PR = "r2"
Expand Down
2 changes: 1 addition & 1 deletion meta-fso/recipes-freesmartphone/cornucopia/fsodeviced.inc
Expand Up @@ -2,7 +2,7 @@ require cornucopia-base.inc

inherit fso-plugin

DEPENDS += "alsa-lib libfsoresource android-rpc libfsosystem libfsotransport"
DEPENDS += "alsa-lib android-rpc"
RPROVIDES_${PN} = "openmoko-alsa-scenarios virtual/alsa-scenarios"

EXTRA_OECONF = "\
Expand Down
3 changes: 1 addition & 2 deletions meta-fso/recipes-freesmartphone/cornucopia/fsogsmd.inc
Expand Up @@ -4,8 +4,7 @@ inherit fso-plugin
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"

DEPENDS += "libfsosystem libfsotransport libfsoresource libgsm0710mux \
libgisi ppp connman libsamsung-ipc"
DEPENDS += "libgisi ppp connman libsamsung-ipc"

EXTRA_OECONF_append = "\
--enable-libgsm0710mux \
Expand Down
3 changes: 0 additions & 3 deletions meta-fso/recipes-freesmartphone/cornucopia/fsogsmd_git.bb
Expand Up @@ -3,8 +3,5 @@ require cornucopia-from-git.inc

SRCREV = "${FSO_CORNUCOPIA_SRCREV}"

# Should be moved to fsogsmd.inc when switching to 0.12
DEPENDS += "libfsotest"

PV = "0.11.99+gitr${SRCPV}"
PR = "${INC_PR}.2"
2 changes: 1 addition & 1 deletion meta-fso/recipes-freesmartphone/cornucopia/fsotdld.inc
Expand Up @@ -2,7 +2,7 @@ require cornucopia-base.inc

inherit fso-plugin

DEPENDS += "libfsotransport libfsoresource json-glib libsoup-2.4 gpsd"
DEPENDS += "json-glib libsoup-2.4 gpsd"
EXTRA_OECONF = "--enable-provider-libgps"

inherit update-rc.d
Expand Down

This file was deleted.

4 changes: 0 additions & 4 deletions meta-fso/recipes-freesmartphone/cornucopia/libfsobasics.inc

This file was deleted.

This file was deleted.

This file was deleted.

@@ -1,4 +1,4 @@
require cornucopia-base.inc
DESCRIPTION = "freesmartphone.org support library"

DEPENDS += "libfsobasics alsa-lib"
DEPENDS += "alsa-lib"
4 changes: 0 additions & 4 deletions meta-fso/recipes-freesmartphone/cornucopia/libfsoresource.inc

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions meta-fso/recipes-freesmartphone/cornucopia/libfsosystem.inc

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions meta-fso/recipes-freesmartphone/cornucopia/libfsotest.inc

This file was deleted.

7 changes: 0 additions & 7 deletions meta-fso/recipes-freesmartphone/cornucopia/libfsotest_git.bb

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions meta-fso/recipes-freesmartphone/cornucopia/libgsm0710mux.inc

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion meta-fso/recipes-freesmartphone/cornucopia/mterm2_git.bb
Expand Up @@ -5,7 +5,7 @@ DESCRIPTION = "mterm is a versatile muxer-aware terminal program"
HOMEPAGE = "http://www.freesmartphone.org/index.php/Implementations/fso-term"
AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>"
SECTION = "console/network"
DEPENDS = "dbus dbus-glib readline libfsoframework libfsotransport"
DEPENDS = "dbus dbus-glib readline libfsoframework"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
# we cannot use FSO_CORNUCOPIA_SRCREV without fso-autorev, because it needs newer
Expand Down

0 comments on commit 0298bef

Please sign in to comment.