mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-27 06:18:13 +00:00
ti-sgx-ddk-um: Add INSANE_SKIP with already-stripped
Without this option, there is build failure on poky Signed-off-by: Karthik Ramanan <a0393906@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
9bf6cbfcf9
commit
feb49c1baf
@@ -31,7 +31,7 @@ INITSCRIPT_PARAMS = "defaults 8"
|
|||||||
|
|
||||||
inherit update-rc.d
|
inherit update-rc.d
|
||||||
|
|
||||||
PR = "r23"
|
PR = "r24"
|
||||||
PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 omap5-sgx-ddk-um-linux"
|
PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 omap5-sgx-ddk-um-linux"
|
||||||
|
|
||||||
DEPENDS += "libdrm udev libgbm wayland libffi"
|
DEPENDS += "libdrm udev libgbm wayland libffi"
|
||||||
@@ -73,5 +73,6 @@ INHIBIT_SYSROOT_STRIP = "1"
|
|||||||
|
|
||||||
INSANE_SKIP_${PN} += "dev-so ldflags useless-rpaths"
|
INSANE_SKIP_${PN} += "dev-so ldflags useless-rpaths"
|
||||||
INSANE_SKIP_${PN}-plugins = "dev-so"
|
INSANE_SKIP_${PN}-plugins = "dev-so"
|
||||||
|
INSANE_SKIP_${PN} += "already-stripped"
|
||||||
|
|
||||||
CLEANBROKEN = "1"
|
CLEANBROKEN = "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user