summaryrefslogtreecommitdiffstats
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:02:14 -0500
commit7d10f32f8aa91cc2f3db8a48e881808b8a4d02af (patch)
treea09af33e11de6fdbbc46a4d86a1ae236e37cae3b
parentc57dfa86f5421862256a77c33823ac4f7a50ef25 (diff)
downloadmeta-ti-7d10f32f8aa91cc2f3db8a48e881808b8a4d02af.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>
-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"