[oe-commits] Michael 'Mickey' Lauer : misc-vapi: new recipe; misc experimental vapi ( vala binding files)

git version control git at git.openembedded.org
Sat Jun 6 15:52:05 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: bd5302ee0c16193c5f8e917a0757ef64feabe177
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=bd5302ee0c16193c5f8e917a0757ef64feabe177

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sat Jun  6 15:51:31 2009 +0000

misc-vapi: new recipe; misc experimental vapi (vala binding files)
libfsotransport: depend on misc-vapi instead of libfsoframework now

---

 recipes/freesmartphone/libfsotransport_git.bb |    3 +--
 recipes/freesmartphone/misc-vapi_git.bb       |    2 ++
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/freesmartphone/libfsotransport_git.bb b/recipes/freesmartphone/libfsotransport_git.bb
index f6f95c5..97ffbea 100644
--- a/recipes/freesmartphone/libfsotransport_git.bb
+++ b/recipes/freesmartphone/libfsotransport_git.bb
@@ -1,6 +1,5 @@
 require cornucopia.inc
 DESCRIPTION = "freesmartphone.org transport library"
-# we need linux.vapi, installed by libfsoframework
-DEPENDS += "libfsoframework"
+DEPENDS += "misc-vapi"
 PV = "0.9.3+gitr${SRCREV}"
 PR = "${INC_PR}.0"
diff --git a/recipes/freesmartphone/misc-vapi_git.bb b/recipes/freesmartphone/misc-vapi_git.bb
new file mode 100644
index 0000000..e406e45
--- /dev/null
+++ b/recipes/freesmartphone/misc-vapi_git.bb
@@ -0,0 +1,2 @@
+require cornucopia.inc
+PR = "${INC_PR}.0"





More information about the Openembedded-commits mailing list