packagegroup-x11-illume.bb 1.0 KB

123456789101112131415161718192021222324252627282930
  1. DESCRIPTION = "The Illume Windowing Environment -- install this task to get the Enlightenment Window Manager + the Illume environment."
  2. SECTION = "x11/wm"
  3. LICENSE = "MIT"
  4. LIC_FILES_CHKSUM = "file://${TOPDIR}/meta-openembedded/meta-efl/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
  5. PV = "1.0"
  6. PR = "r5"
  7. inherit packagegroup allarch
  8. # Default theme and config
  9. ETHEME ?= "e-wm-theme-default"
  10. ECONFIG ?= "e-wm-config-mobile"
  11. RRECOMMENDS_${PN} = "\
  12. ${ETHEME} \
  13. "
  14. RDEPENDS_${PN} = "\
  15. packagegroup-core-x11-xserver \
  16. packagegroup-core-x11-utils \
  17. \
  18. e-wm \
  19. ${ECONFIG} \
  20. "
  21. PNBLACKLIST[packagegroup-x11-illume] ?= "Runtime depends on blacklisted e-wm - the recipe will be removed on 2017-09-01 unless the issue is fixed"
  22. PNBLACKLIST[packagegroup-x11-illume] ?= "Runtime depends on blacklisted e-wm-config-mobile - the recipe will be removed on 2017-09-01 unless the issue is fixed"
  23. PNBLACKLIST[packagegroup-x11-illume] ?= "Runtime depends on blacklisted e-wm-theme-default - the recipe will be removed on 2017-09-01 unless the issue is fixed"