summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-graphics
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-04-12 13:42:38 -0500
committerRyan Eatmon <reatmon@ti.com>2023-04-18 15:13:48 -0500
commitdff7ed6468484893aef73f0390276415360cf4c6 (patch)
tree6173ea28a6ef19317f845060f0dac6e45a7ea623 /meta-ti-bsp/recipes-graphics
parenta786148c45c2424db0e532cb8556cffee48c98e8 (diff)
downloadmeta-ti-dff7ed6468484893aef73f0390276415360cf4c6.tar.gz
ti-sgx-ddk-um: Remove no longer needed CLEANBROKEN and INSANE_SKIPs
The "clean" target has been fixed along with some other issues that caused us to need these set. Remove them now. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-graphics')
-rw-r--r--meta-ti-bsp/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-ti-bsp/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb b/meta-ti-bsp/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb
index 9ea3add7..755cc4f5 100644
--- a/meta-ti-bsp/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb
+++ b/meta-ti-bsp/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb
@@ -67,7 +67,5 @@ FILES:${PN} += "${sysconfdir}/*"
67FILES:${PN} += "${datadir}/*" 67FILES:${PN} += "${datadir}/*"
68FILES:${PN} += "${nonarch_base_libdir}/udev/rules.d" 68FILES:${PN} += "${nonarch_base_libdir}/udev/rules.d"
69 69
70INSANE_SKIP:${PN} += "dev-so ldflags useless-rpaths" 70INSANE_SKIP:${PN} += "ldflags"
71INSANE_SKIP:${PN} += "already-stripped dev-deps" 71INSANE_SKIP:${PN} += "already-stripped"
72
73CLEANBROKEN = "1"