aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tasks/task-efl.bb
blob: 30befa47f191026cec1f3930b821942241fc7975 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "Task package: Enlightenment Foundation Libraries"
LICENSE = "MIT"
SECTION = "devel/efl"
RDEPENDS_${PN} = "\
  eet \
  evas \
  ecore \
  embryo \
  edje \
  emotion \
  esmart \
  edbus \
  efreet \
  ewl \
  epdf \
"
PR = "r2"

ALLOW_EMPTY = "1"