mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
terminology: add recipe for terminal emulator
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -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 \
|
||||||
|
"
|
||||||
Reference in New Issue
Block a user