aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/cornucopia.inc
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-04-11 21:31:11 +0200
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-04-11 21:31:50 +0200
commit3c109747dee974b2076aa8dd5bb25194aaec6201 (patch)
tree4ebcdcf821cec493c921a5bb04b2834b94b6a845 /recipes/freesmartphone/cornucopia.inc
parent8c242916f8e887dde80e39acc7ab6d322447c839 (diff)
downloadopenembedded-3c109747dee974b2076aa8dd5bb25194aaec6201.tar.gz
fsogsmd: new recipe
use cornucopia.inc
Diffstat (limited to 'recipes/freesmartphone/cornucopia.inc')
-rw-r--r--recipes/freesmartphone/cornucopia.inc15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/freesmartphone/cornucopia.inc b/recipes/freesmartphone/cornucopia.inc
new file mode 100644
index 0000000000..c3bf018369
--- /dev/null
+++ b/recipes/freesmartphone/cornucopia.inc
@@ -0,0 +1,15 @@
+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"
+PV = "0.0.0.0+gitr${SRCREV}"
+
+SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia;protocol=git;branch=master"
+S = "${WORKDIR}/git/${PN}"
+
+inherit autotools_stage pkgconfig vala
+
+FILES_${PN} += "${sysconfdir} ${datadir}"
+# ship vapi files
+FILES_${PN}-dev += "${datadir}/vala"