aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-12-01 09:31:05 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-12-02 14:51:12 +0100
commit20b9a2052ec41118d3833ced95d758991c1eedf8 (patch)
treecdeecfa86f901de6d8d95f98f48bc055476f5554 /recipes/python
parente807ac4a39691c3662a6fc0dd6512dbb62c51992 (diff)
downloadopenembedded-20b9a2052ec41118d3833ced95d758991c1eedf8.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 'recipes/python')
-rw-r--r--recipes/python/python-efl.inc6
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes/python/python-efl.inc b/recipes/python/python-efl.inc
index 1b4a88f60b..5fc6b9c46c 100644
--- a/recipes/python/python-efl.inc
+++ b/recipes/python/python-efl.inc
@@ -1,7 +1,6 @@
DESCRIPTION = "${PN} bindings"
LICENSE = "BSD"
AUTHOR = "Gustavo Sverzut Barbieri <barbieri@gmail.com>"
-HOMEPAGE = "http://www.enlightenment.org"
# NOTE: Due to a bug in distutils, even if we don't use pyrex but cython,
# we need to build pyrex otherwise cython doesn't get called to build
# the extension modules.
@@ -14,10 +13,9 @@ PR = "ml1"
export BUILD_SYS
export HOST_SYS
-inherit autotools pkgconfig distutils-base
+inherit e-base autotools pkgconfig distutils-base
-SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/BINDINGS/python;module=${PN};proto=http"
-S = "${WORKDIR}/${PN}"
+SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/BINDINGS/python;module=${SRCNAME};proto=http"
do_configure_prepend() {
# prefix CYTHON_.*_INCLUDEDIR with path to STAGING_DIR_HOST also use $PKG_CONFIG instead of pkg-config directly