[oe-commits] Michael 'Mickey' Lauer : cornucopia: depend on libfso-glib and switch to INC_PR

git version control git at git.openembedded.org
Thu Jun 18 12:21:34 UTC 2009


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Tue May 19 16:05:47 2009 +0200

cornucopia: depend on libfso-glib and switch to INC_PR

---

 recipes/freesmartphone/cornucopia.inc         |   14 ++++++++++++++
 recipes/freesmartphone/fsodeviced_git.bb      |    4 ++++
 recipes/freesmartphone/fsogsmd_git.bb         |    4 ++++
 recipes/freesmartphone/libfsoframework_git.bb |    5 +++++
 recipes/freesmartphone/libfsotransport_git.bb |    2 +-
 5 files changed, 28 insertions(+), 1 deletions(-)

diff --git a/recipes/freesmartphone/cornucopia.inc b/recipes/freesmartphone/cornucopia.inc
new file mode 100644
index 0000000..41d6f33
--- /dev/null
+++ b/recipes/freesmartphone/cornucopia.inc
@@ -0,0 +1,14 @@
+DESCRIPTION = "The freesmartphone.org API reference implementation (FSO 2.0)"
+AUTHOR = "Team FSO"
+LICENSE = "LGPL"
+SECTION = "devel"
+DEPENDS = "vala-native glib-2.0 dbus dbus-glib libfso-glib"
+PV = "0.0.0.0+gitr${SRCREV}"
+INC_PR = "r0"
+
+SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia;protocol=git;branch=master"
+S = "${WORKDIR}/git/${PN}"
+
+inherit autotools_stage pkgconfig vala
+
+FILES_${PN} += "${sysconfdir} ${datadir}/${PN}"
diff --git a/recipes/freesmartphone/fsodeviced_git.bb b/recipes/freesmartphone/fsodeviced_git.bb
new file mode 100644
index 0000000..f7e12e9
--- /dev/null
+++ b/recipes/freesmartphone/fsodeviced_git.bb
@@ -0,0 +1,4 @@
+require cornucopia.inc
+inherit fso-plugin
+PR = "${INC_PR}.0"
+
diff --git a/recipes/freesmartphone/fsogsmd_git.bb b/recipes/freesmartphone/fsogsmd_git.bb
new file mode 100644
index 0000000..f7e12e9
--- /dev/null
+++ b/recipes/freesmartphone/fsogsmd_git.bb
@@ -0,0 +1,4 @@
+require cornucopia.inc
+inherit fso-plugin
+PR = "${INC_PR}.0"
+
diff --git a/recipes/freesmartphone/libfsoframework_git.bb b/recipes/freesmartphone/libfsoframework_git.bb
new file mode 100644
index 0000000..c8c9543
--- /dev/null
+++ b/recipes/freesmartphone/libfsoframework_git.bb
@@ -0,0 +1,5 @@
+require cornucopia.inc
+DESCRIPTION = "freesmartphone.org support library"
+PV = "0.1.0.0+gitr${SRCREV}"
+PR = "${INC_PR}.0"
+
diff --git a/recipes/freesmartphone/libfsotransport_git.bb b/recipes/freesmartphone/libfsotransport_git.bb
index f6f95c5..45abf86 100644
--- a/recipes/freesmartphone/libfsotransport_git.bb
+++ b/recipes/freesmartphone/libfsotransport_git.bb
@@ -1,6 +1,6 @@
 require cornucopia.inc
 DESCRIPTION = "freesmartphone.org transport library"
-# we need linux.vapi, installed by libfsoframework
+# we need posixextra.vapi
 DEPENDS += "libfsoframework"
 PV = "0.9.3+gitr${SRCREV}"
 PR = "${INC_PR}.0"





More information about the Openembedded-commits mailing list