From: Maxin B. John Date: Fri, 1 Jul 2016 11:13:07 +0000 (+0300) Subject: remove core-image-directfb.bb X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~25106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8871fe1189776d78e5848b08edb9c990b9aebf2d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git remove core-image-directfb.bb remove core-image-directfb.bb as part of moving directfb from oe-core Signed-off-by: Maxin B. John Signed-off-by: Ross Burton --- diff --git a/meta/recipes-graphics/images/core-image-directfb.bb b/meta/recipes-graphics/images/core-image-directfb.bb deleted file mode 100644 index c6ce658d61f..00000000000 --- a/meta/recipes-graphics/images/core-image-directfb.bb +++ /dev/null @@ -1,13 +0,0 @@ -SUMMARY = "An image that uses DirectFB instead of X11" -LICENSE = "MIT" - -inherit core-image distro_features_check - -REQUIRED_DISTRO_FEATURES = "directfb" -CONFLICT_DISTRO_FEATURES = "x11" - -IMAGE_INSTALL += "\ - ${CORE_IMAGE_BASE_INSTALL} \ - packagegroup-core-full-cmdline \ - packagegroup-core-directfb \ -"