[oe-commits] Martin Jansa : omview: new recipe from SHR

git version control git at git.openembedded.org
Wed Nov 18 09:01:24 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 01ceedb254327241e2381202abfb4fbf0f431207
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=01ceedb254327241e2381202abfb4fbf0f431207

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Nov 18 09:28:00 2009 +0100

omview: new recipe from SHR

---

 recipes/omview/omview_svn.bb |   14 ++++++++++++++
 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 0000000..8ce0a78
--- /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}"
+





More information about the Openembedded-commits mailing list