[oe-commits] Michael 'Mickey' Lauer : freesmartphone: misc-vapi is gone; remove traces

git version control git at git.openembedded.org
Wed Nov 11 06:25:57 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 229d8eda157005d2d9f52daabacd3ea8d6ae548e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=229d8eda157005d2d9f52daabacd3ea8d6ae548e

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Nov 11 02:34:51 2009 +0100

freesmartphone: misc-vapi is gone; remove traces

---

 recipes/freesmartphone/cornucopia.inc         |    4 ++--
 recipes/freesmartphone/fsonetworkd_git.bb     |    3 ++-
 recipes/freesmartphone/libfsobasics_git.bb    |    1 -
 recipes/freesmartphone/libfsoframework_git.bb |    2 +-
 recipes/freesmartphone/libfsotransport_git.bb |    1 -
 recipes/freesmartphone/misc-vapi_git.bb       |    4 ----
 6 files changed, 5 insertions(+), 10 deletions(-)

diff --git a/recipes/freesmartphone/cornucopia.inc b/recipes/freesmartphone/cornucopia.inc
index 17da17c..bfc461e 100644
--- a/recipes/freesmartphone/cornucopia.inc
+++ b/recipes/freesmartphone/cornucopia.inc
@@ -3,9 +3,9 @@ AUTHOR = "Team FSO"
 LICENSE = "LGPL"
 SECTION = "devel"
 DEPENDS = "vala-native glib-2.0 dbus dbus-glib libfso-glib libgee"
-DEPENDS += "${@['libfsoframework', ''][(bb.data.getVar('PN', d, 1) in 'libfsoframework libfsobasics misc-vapi'.split())]}"
+DEPENDS += "${@['libfsoframework', ''][(bb.data.getVar('PN', d, 1) in 'libfsoframework libfsobasics'.split())]}"
 PV = "invalid, please override"
-INC_PR = "r0"
+INC_PR = "r1"
 
 SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia;protocol=git;branch=master"
 S = "${WORKDIR}/git/${PN}"
diff --git a/recipes/freesmartphone/fsonetworkd_git.bb b/recipes/freesmartphone/fsonetworkd_git.bb
index 4a14b25..002624f 100644
--- a/recipes/freesmartphone/fsonetworkd_git.bb
+++ b/recipes/freesmartphone/fsonetworkd_git.bb
@@ -1,4 +1,5 @@
 require cornucopia.inc
 inherit fso-plugin
-PV = "0.0.1.0+gitr${SRCREV}"
+DEPENDS += "libnl2"
+PV = "0.1.0.0+gitr${SRCREV}"
 PR = "${INC_PR}.0"
diff --git a/recipes/freesmartphone/libfsobasics_git.bb b/recipes/freesmartphone/libfsobasics_git.bb
index 5c4867a..3a26810 100644
--- a/recipes/freesmartphone/libfsobasics_git.bb
+++ b/recipes/freesmartphone/libfsobasics_git.bb
@@ -1,6 +1,5 @@
 require cornucopia.inc
 
 DESCRIPTION = "freesmartphone.org support library"
-DEPENDS += "misc-vapi"
 PV = "0.8.2.0+gitr${SRCREV}"
 PR = "${INC_PR}.0"
diff --git a/recipes/freesmartphone/libfsoframework_git.bb b/recipes/freesmartphone/libfsoframework_git.bb
index 7c70da4..fd2eb2e 100644
--- a/recipes/freesmartphone/libfsoframework_git.bb
+++ b/recipes/freesmartphone/libfsoframework_git.bb
@@ -1,6 +1,6 @@
 require cornucopia.inc
 DESCRIPTION = "freesmartphone.org support library"
-DEPENDS += "misc-vapi libfsobasics"
+DEPENDS += "libfsobasics"
 PV = "0.2.0.0+gitr${SRCREV}"
 PR = "${INC_PR}.1"
 
diff --git a/recipes/freesmartphone/libfsotransport_git.bb b/recipes/freesmartphone/libfsotransport_git.bb
index c23896e..a87fe6c 100644
--- a/recipes/freesmartphone/libfsotransport_git.bb
+++ b/recipes/freesmartphone/libfsotransport_git.bb
@@ -1,5 +1,4 @@
 require cornucopia.inc
 DESCRIPTION = "freesmartphone.org transport library"
-DEPENDS += "misc-vapi"
 PV = "0.9.4+gitr${SRCREV}"
 PR = "${INC_PR}.0"
diff --git a/recipes/freesmartphone/misc-vapi_git.bb b/recipes/freesmartphone/misc-vapi_git.bb
deleted file mode 100644
index 8c4a22f..0000000
--- a/recipes/freesmartphone/misc-vapi_git.bb
+++ /dev/null
@@ -1,4 +0,0 @@
-require cornucopia.inc
-DEPENDS = "alsa-lib"
-PV = "0.2.0+git${SRCREV}"
-PR = "${INC_PR}.0"





More information about the Openembedded-commits mailing list