diff options
author | e-ruei1@ti.com <e-ruei1@ti.com> | 2016-03-04 21:21:39 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-03-04 12:07:30 -0500 |
commit | f7be8fd6962a502b33d97fbcf0cd5e766d3d3409 (patch) | |
tree | c301265f24257865cb18d36e92ba472143f5607b | |
parent | 8120df0a4f278fdcc83eb5a3508d552468440c93 (diff) | |
download | meta-ti-f7be8fd6962a502b33d97fbcf0cd5e766d3d3409.tar.gz |
omap5-sgx-ddk-um-linux: Add INSANE_SKIP list for plugins
Signed-off-by: Eric Ruei <e-ruei1@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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" | |||
19 | 19 | ||
20 | inherit update-rc.d | 20 | inherit update-rc.d |
21 | 21 | ||
22 | PR = "r6" | 22 | PR = "r7" |
23 | PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2" | 23 | PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2" |
24 | 24 | ||
25 | RDEPENDS_${PN} += "libdrm libudev libgbm wayland libffi libdrm-omap" | 25 | RDEPENDS_${PN} += "libdrm libudev libgbm wayland libffi libdrm-omap" |
@@ -50,5 +50,6 @@ ALLOW_EMPTY_${PN}-plugins = "1" | |||
50 | INHIBIT_PACKAGE_STRIP = "1" | 50 | INHIBIT_PACKAGE_STRIP = "1" |
51 | 51 | ||
52 | INSANE_SKIP_${PN} += "dev-so ldflags useless-rpaths" | 52 | INSANE_SKIP_${PN} += "dev-so ldflags useless-rpaths" |
53 | INSANE_SKIP_${PN}-plugins = "dev-so" | ||
53 | 54 | ||
54 | CLEANBROKEN = "1" | 55 | CLEANBROKEN = "1" |