e-image-core: change hardcoded kdrive to the correct variables
authorDenis 'Gnutoo' Carikli <GNUtoo@no-log.org>
Fri, 12 Feb 2010 15:47:14 +0000 (16:47 +0100)
committerDenis 'Gnutoo' Carikli <GNUtoo@no-log.org>
Sat, 13 Feb 2010 01:03:59 +0000 (02:03 +0100)
e-image-core used xserver-kdrive in DEPENDS and xserver-kdrive-fbdev
  in IMAGE_INSTALL
That is wrong because every machine can have different needs
  (for instance one machine would need/want Xvesa)
The correct thing to do is to use ${XSERVER} instead
hrw also thought that it was a bug:
Feb 12 15:02:06 <hrw> which is a bug

recipes/images/e-image-core.bb

index f6e0c33..0eec2b9 100644 (file)
@@ -1,10 +1,10 @@
 DESCRIPTION = "An X11-based distribution with the Enlightenment Window Manager"
 
 DEPENDS = "${MACHINE_TASK_PROVIDER} \
-           xserver-kdrive \
+           ${XSERVER} \
            task-e-x11-core"
 
-IMAGE_INSTALL = "${MACHINE_TASK_PROVIDER} task-e-x11-core xserver-kdrive-fbdev glibc-charmap-utf-8 glibc-localedata-i18n"
+IMAGE_INSTALL = "${MACHINE_TASK_PROVIDER} task-e-x11-core ${XSERVER} glibc-charmap-utf-8 glibc-localedata-i18n"
 IMAGE_LINGUAS = ""
 
 inherit image