DESCRIPTION = "An X11-based distribution with the Enlightenment Window Manager"
LICENSE = "MIT"
-PR = "r0"
+PR = "r1"
export IMAGE_BASENAME = "e-image-core"
export IMAGE_LINGUAS = ""
-DEPENDS = "task-bootstrap meta-e-x11 xserver-kdrive"
+DEPENDS = "task-bootstrap xserver-kdrive task-e-x11-core"
PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
PREFERRED_PROVIDER_virtual/evas = "evas-x11"
PREFERRED_PROVIDER_virtual/imlib2 = "imlib2-x11"
PREFERRED_PROVIDER_virtual/libxine = "libxine-x11"
-export IPKG_INSTALL = "task-bootstrap task-enlightenment-x11-core xserver-kdrive-fbdev"
+export IPKG_INSTALL = "task-bootstrap task-e-x11-core xserver-kdrive-fbdev"
inherit image_ipk
DESCRIPTION = "An X11-based distribution with the Enlightenment Window Manager and Tools"
-PR = "r2"
+PR = "r3"
include e-image-core.bb
export IMAGE_BASENAME = "e-image"
-export IPKG_INSTALL += "task-enlightenment-x11"
\ No newline at end of file
+export IPKG_INSTALL += "task-e-x11"
+DEPENDS += "task-e-x11"
\ No newline at end of file
DESCRIPTION = "Meta-package for Enlightenment/X11"
LICENSE = "MIT"
-PACKAGES = "task-enlightenment-x11 task-enlightenment-x11-core"
-PR = "r5"
+PACKAGES = "task-e-x11-core task-e-x11"
+PROVIDES = "task-e-x11-core task-e-x11"
+PR = "r6"
FEED_URIS += "x11##http://openzaurus.org/official/unstable/3.5.2/feed/x11 \
e##http://openzaurus.org/official/unstable/3.5.2/feed/e"
#
# X
#
-DEPENDS_task-enlightenment-x11-core += "diet-x11 rxvt-unicode xstroke xtscal xrandr xmodmap xdpyinfo fontconfig \
+DEPENDS = "diet-x11 rxvt-unicode xstroke xtscal xrandr xmodmap xdpyinfo fontconfig \
ttf-bitstream-vera chkhinge"
-RDEPENDS_task-enlightenment-x11-core += " rxvt-unicode xstroke xtscal xrandr xmodmap xdpyinfo \
+RDEPENDS_task-e-x11-core = " rxvt-unicode xstroke xtscal xrandr xmodmap xdpyinfo \
ttf-bitstream-vera chkhinge"
#
# E-core
#
-DEPENDS_task-enlightenment-x11-core += "entrance e-wm"
-RDEPENDS_task-enlightenment-x11-core += "entrance e-wm"
+DEPENDS += "entrance e-wm"
+RDEPENDS_task-e-x11-core += "entrance e-wm"
#
# E
#
-DEPENDS_task-enlightenment-x11 += "task-enlightenment-x11-core entice eclair examine evidence e-modules e-utils elitaire"
-RDEPENDS_task-enlightenment-x11 += "task-enlightenment-x11-core entice eclair examine evidence e-modules e-utils elitaire"
+DEPENDS += "task-e-x11-core entice eclair examine evidence e-modules e-utils elitaire"
+RDEPENDS_task-e-x11 += "task-e-x11-core entice eclair examine evidence e-modules e-utils elitaire"