blob: 37a8ffae488e7b514eb19bd7ebafb0c034db7a75 (
plain)
1
2
3
4
5
6
7
8
9
|
require python-efl.inc
LICENSE = "LGPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6"
PR = "${INC_PR}.2"
SRCREV = "${EFL_SRCREV}"
DEPENDS += "elementary python-evas"
RDEPENDS_${PN} += "python-evas python-ecore python-edje"
SRC_URI += " file://0001-python-elementary-temporary-fix-for-build-breakage.patch"
|