aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/omview
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2009-11-18 09:28:00 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2009-11-18 09:57:52 +0100
commit01ceedb254327241e2381202abfb4fbf0f431207 (patch)
treed4d952ac9d63e5cbc5306f1e501179960479c5fe /recipes/omview
parent359c5a669adc3c2820cdf658875b5462cf46f2b7 (diff)
downloadopenembedded-01ceedb254327241e2381202abfb4fbf0f431207.tar.gz
omview: new recipe from SHR
Diffstat (limited to 'recipes/omview')
-rw-r--r--recipes/omview/omview_svn.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/omview/omview_svn.bb b/recipes/omview/omview_svn.bb
new file mode 100644
index 0000000000..8ce0a78160
--- /dev/null
+++ b/recipes/omview/omview_svn.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "OMView"
+SECTION = "x11/graphics"
+PKG_TAGS_${PN} = "group::communication"
+DEPENDS += " evas ewl epsilon"
+RDEPENDS += " epsilon-thumbd"
+PV = "0.0.1+svnr${SRCPV}"
+PR = "r2"
+
+inherit autotools
+
+SRC_URI += "svn://svn.projects.openmoko.org/svnroot;proto=svn;module=omview"
+
+S = "${WORKDIR}/${PN}"
+