mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 23:48:20 +00:00
python-efl: use INC_PR
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
require python-efl.inc
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
|
||||
PR = "${INC_PR}.0"
|
||||
SRCREV = "${EFL_SRCREV}"
|
||||
DEPENDS += "python-evas ecore"
|
||||
RDEPENDS_${PN} += "python-evas"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
require python-efl.inc
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
|
||||
PR = "${INC_PR}.0"
|
||||
SRCREV = "${EFL_SRCREV}"
|
||||
DEPENDS += "edbus python-dbus"
|
||||
RDEPENDS_${PN} += "python-dbus"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
require python-efl.inc
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
|
||||
PR = "${INC_PR}.0"
|
||||
SRCREV = "${EFL_SRCREV}"
|
||||
DEPENDS += "edje python-evas"
|
||||
RDEPENDS_${PN} += "python-evas"
|
||||
|
||||
@@ -7,7 +7,7 @@ AUTHOR = "Gustavo Sverzut Barbieri <barbieri@gmail.com>"
|
||||
DEPENDS = "python-cython-native python-pyrex-native python-numeric eina"
|
||||
RDEPENDS_${PN} += "python-lang"
|
||||
PV = "0.7.3+svnr${SRCPV}"
|
||||
PR = "ml1"
|
||||
INC_PR = "r2"
|
||||
|
||||
# necessary to let the call for python-config succeed
|
||||
export BUILD_SYS
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
require python-efl.inc
|
||||
LICENSE = "LGPLv3"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6"
|
||||
PR = "${INC_PR}.0"
|
||||
SRCREV = "${EFL_SRCREV}"
|
||||
DEPENDS += "elementary python-evas"
|
||||
RDEPENDS_${PN} += "python-evas python-ecore python-edje"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
require python-efl.inc
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
|
||||
PR = "${INC_PR}.0"
|
||||
SRCREV = "${EFL_SRCREV}"
|
||||
DEPENDS += "emotion python-evas"
|
||||
RDEPENDS_${PN} += "python-ecore"
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
require python-efl.inc
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
|
||||
PR = "${INC_PR}.0"
|
||||
SRCREV = "${EFL_SRCREV}"
|
||||
DEPENDS += "evas"
|
||||
|
||||
Reference in New Issue
Block a user