[oe-commits] Martin Jansa : terminology: add recipe for terminal emulator

git at git.openembedded.org git at git.openembedded.org
Mon Aug 20 18:10:11 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: ad60dcda32c9e2b3f29d9b0cbfb55dde814ce57b
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=ad60dcda32c9e2b3f29d9b0cbfb55dde814ce57b

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Jul 18 09:16:09 2012 +0200

terminology: add recipe for terminal emulator

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-efl/recipes-efl/e17/terminology_svn.bb |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/meta-efl/recipes-efl/e17/terminology_svn.bb b/meta-efl/recipes-efl/e17/terminology_svn.bb
new file mode 100644
index 0000000..2bb4f7c
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/terminology_svn.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "Enlightenment Terminal Emulator"
+LICENSE = "MIT BSD"
+LIC_FILES_CHKSUM = "file://COPYING;md5=03f6c2cf2bef233fadf7d0769f5bfda7"
+DEPENDS = "evas ecore edje elementary eina eet emotion"
+
+PV = "0.1.0+svnr${SRCPV}"
+SRCREV = "${EFL_SRCREV}"
+
+inherit e gettext
+SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep"
+S = "${WORKDIR}/${SRCNAME}"
+
+EXTRA_OECONF = "\
+  --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \
+"
+
+FILES_${PN} += "\
+        ${datadir}/icons/terminology.png \
+"





More information about the Openembedded-commits mailing list