aboutsummaryrefslogtreecommitdiffstats
path: root/classes/e.bbclass
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-12-01 09:31:05 +0100
committerThomas Zimmermann <zimmermann@vdm-design.de>2010-12-04 11:10:52 +0100
commit057a9af21b90480775bda492b7147ab8f72d6336 (patch)
tree3e47e33c1200692cf20fe811d7bc1e27a10660ba /classes/e.bbclass
parente71be4e630d49af8d2c54e654bd688043b7fcbb5 (diff)
downloadopenembedded-057a9af21b90480775bda492b7147ab8f72d6336.tar.gz
e-wm,efl: create e-base.bbclass with common settings and EFL_SRCREV
* include it from e.bbclass, efl.bbclass and now also python-efl.inc * also use BPN instead of "${@bb.data.getVar('PN', d, 1).replace('-native', '')}" Acked-by: Klaus Kurzmann <mok@fluxnetz.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'classes/e.bbclass')
-rw-r--r--classes/e.bbclass9
1 files changed, 1 insertions, 8 deletions
diff --git a/classes/e.bbclass b/classes/e.bbclass
index 5db0749eef..88a1f6a360 100644
--- a/classes/e.bbclass
+++ b/classes/e.bbclass
@@ -1,13 +1,6 @@
-HOMEPAGE = "http://www.enlightenment.org"
SECTION = "e/apps"
-SRCNAME ?= "${PN}"
-SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk;module=${SRCNAME};proto=http"
-S = "${WORKDIR}/${SRCNAME}"
-
-ARM_INSTRUCTION_SET = "arm"
-
-inherit autotools pkgconfig binconfig
+inherit e-base autotools pkgconfig binconfig
do_prepsources () {
make clean distclean || true