summaryrefslogtreecommitdiff
path: root/packages/meta/e-image.bb
blob: caac207fb7a99c1ce3c52954ecbfe8a9f90d1b2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
include e-image-core.bb
DESCRIPTION = "An X11-based distribution with the Enlightenment Window Manager and Tools"
PR = "r5"

export IMAGE_BASENAME = "e-image"
export IPKG_INSTALL += "task-e-x11-core \
                        gpe-task-pim \
                        gpe-task-settings \
                        gpe-task-apps \
                        gpe-task-connectivity \
                        gpe-task-games \
                        gpe-task-apps-extra \
                        figment \
                        xhost \
                        gpe-soundserver \
                        gpe-confd \
                        xauth \
                        e17-gpe-menu-convert"

DEPENDS += "task-e-x11-core task-gpe"

RDEPENDS = "${IPKG_INSTALL}"