diff options
Diffstat (limited to 'meta-efl/recipes-devtools/python/python-ecore_svn.bb')
| -rw-r--r-- | meta-efl/recipes-devtools/python/python-ecore_svn.bb | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/meta-efl/recipes-devtools/python/python-ecore_svn.bb b/meta-efl/recipes-devtools/python/python-ecore_svn.bb index a6ec5e6045..a0298e8596 100644 --- a/meta-efl/recipes-devtools/python/python-ecore_svn.bb +++ b/meta-efl/recipes-devtools/python/python-ecore_svn.bb | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | require python-efl.inc | 1 | require ${BPN}.inc |
| 2 | LICENSE = "LGPLv2.1" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | ||
| 4 | PR = "${INC_PR}.0" | 2 | PR = "${INC_PR}.0" |
| 5 | SRCREV = "${EFL_SRCREV}" | 3 | SRCREV = "${EFL_SRCREV}" |
| 6 | DEPENDS += "python-evas ecore" | 4 | PV = "1.6.99+svnr${SRCPV}" |
| 7 | RDEPENDS_${PN} += "python-evas" | 5 | DEFAULT_PREFERENCE = "-1" |
| 6 | |||
| 7 | SRC_URI = "${E_SVN}/trunk/BINDINGS/python;module=${SRCNAME};protocol=http" | ||
| 8 | S = "${WORKDIR}/${SRCNAME}" | ||
