python-efl: introduce recipes for 1.6.99-alpha release and add negative D_P to svn recipes

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2012-08-13 15:27:52 +02:00
parent 7c28fa0c71
commit ab19e33a9d
20 changed files with 116 additions and 33 deletions

View File

@@ -6,7 +6,6 @@ AUTHOR = "Gustavo Sverzut Barbieri <barbieri@gmail.com>"
# the extension modules.
DEPENDS = "python-cython-native python-pyrex-native python-numeric eina"
RDEPENDS_${PN} += "python-lang"
PV = "1.6.99+svnr${SRCPV}"
INC_PR = "r0"
# necessary to let the call for python-config succeed
@@ -15,8 +14,12 @@ export HOST_SYS
inherit e-base autotools pkgconfig distutils-base
SRC_URI = "${E_SVN}/trunk/BINDINGS/python;module=${SRCNAME};protocol=http"
S = "${WORKDIR}/${SRCNAME}"
SRCVER = "${PV}"
SRC_URI = "\
${E_MIRROR}/BINDINGS/python/${SRCNAME}-${SRCVER}.tar.bz2 \
"
S = "${WORKDIR}/${SRCNAME}-${SRCVER}"
do_configure_prepend() {