From f7be8fd6962a502b33d97fbcf0cd5e766d3d3409 Mon Sep 17 00:00:00 2001 From: "e-ruei1@ti.com" Date: Fri, 4 Mar 2016 21:21:39 +0000 Subject: [PATCH] omap5-sgx-ddk-um-linux: Add INSANE_SKIP list for plugins Signed-off-by: Eric Ruei Signed-off-by: Denys Dmytriyenko --- .../libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb index 3ee0ac7d..3a239c0a 100644 --- a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb +++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb @@ -19,7 +19,7 @@ INITSCRIPT_PARAMS = "defaults 8" inherit update-rc.d -PR = "r6" +PR = "r7" PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2" RDEPENDS_${PN} += "libdrm libudev libgbm wayland libffi libdrm-omap" @@ -50,5 +50,6 @@ ALLOW_EMPTY_${PN}-plugins = "1" INHIBIT_PACKAGE_STRIP = "1" INSANE_SKIP_${PN} += "dev-so ldflags useless-rpaths" +INSANE_SKIP_${PN}-plugins = "dev-so" CLEANBROKEN = "1"