blob: 3bd4b58a580d77daaf93edf860ccce47fc7d2dc9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "Python Examples for the Enlightenment Foundation Libraries"
LICENSE = "MIT"
SECTION = "devel/python"
RDEPENDS_${PN} = "\
task-python-efl \
python-ecore-examples \
python-emotion-examples \
python-edje-examples \
python-math python-textutils \
"
PR = "ml4.1"
ALLOW_EMPTY = "1"
|