blob: ad6c90ec4a2357f7ea1d7f7a10604c641f3fe6c1 (
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 = "ml5"
ALLOW_EMPTY = "1"
|