From baef3d4b306e499b4106947266d212fd1da3ef19 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 9 Sep 2019 13:44:22 +0200 Subject: images: remove eglinfo from image recipes OE-core dropped eglinfo, thus remove it from our image recipes. aa36510ebe eglinfo: remove the recipe Signed-off-by: Max Krummenacher --- recipes-images/images/lxde-image.bb | 2 -- recipes-images/images/lxqt-image.bb | 1 - recipes-images/images/qt5-x11-image.bb | 1 - 3 files changed, 4 deletions(-) diff --git a/recipes-images/images/lxde-image.bb b/recipes-images/images/lxde-image.bb index db4cc54..c744b10 100644 --- a/recipes-images/images/lxde-image.bb +++ b/recipes-images/images/lxde-image.bb @@ -158,8 +158,6 @@ IMAGE_INSTALL_MX6QDL = " \ libopencl-imx \ gnome-disk-utility \ mime-support \ - eglinfo-x11 \ - \ " IMAGE_INSTALL_append_mx6q = "${IMAGE_INSTALL_MX6QDL}" IMAGE_INSTALL_append_mx6dl = "${IMAGE_INSTALL_MX6QDL}" diff --git a/recipes-images/images/lxqt-image.bb b/recipes-images/images/lxqt-image.bb index f6ddba8..c880232 100644 --- a/recipes-images/images/lxqt-image.bb +++ b/recipes-images/images/lxqt-image.bb @@ -140,7 +140,6 @@ IMAGE_INSTALL_append_tegra124m = " \ IMAGE_INSTALL_MX6QDL = " \ packagegroup-fsl-gpu-libs \ mime-support \ - eglinfo-x11 \ " IMAGE_INSTALL_append_mx6q = "${IMAGE_INSTALL_MX6QDL}" IMAGE_INSTALL_append_mx6dl = "${IMAGE_INSTALL_MX6QDL}" diff --git a/recipes-images/images/qt5-x11-image.bb b/recipes-images/images/qt5-x11-image.bb index 2a93a8f..10fad96 100644 --- a/recipes-images/images/qt5-x11-image.bb +++ b/recipes-images/images/qt5-x11-image.bb @@ -158,7 +158,6 @@ IMAGE_INSTALL_append_tegra124m = " \ IMAGE_INSTALL_MX6QDL = " \ packagegroup-fsl-gpu-libs \ libopencl-imx \ - eglinfo-x11 \ " IMAGE_INSTALL_append_mx6q = "${IMAGE_INSTALL_MX6QDL}" IMAGE_INSTALL_append_mx6dl = "${IMAGE_INSTALL_MX6QDL}" -- cgit v1.2.3