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

git version control git at git.openembedded.org
Sat May 30 17:12:35 UTC 2009


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

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 |    6 ++++++
 5 files changed, 33 insertions(+), 0 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
new file mode 100644
index 0000000..45abf86
--- /dev/null
+++ b/recipes/freesmartphone/libfsotransport_git.bb
@@ -0,0 +1,6 @@
+require cornucopia.inc
+DESCRIPTION = "freesmartphone.org transport library"
+# we need posixextra.vapi
+DEPENDS += "libfsoframework"
+PV = "0.9.3+gitr${SRCREV}"
+PR = "${INC_PR}.0"





More information about the Openembedded-commits mailing list