diff options
author | Denys Dmytriyenko <denys@ti.com> | 2015-08-10 20:52:06 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-08-10 13:16:05 -0400 |
commit | 267bc8a80bafb60d6bee37b8bda557a78d789925 (patch) | |
tree | 1b00ce8fe258794f8b737b40fe65dadc79373e8f | |
parent | 616ac8954257c76d77cedf17988bd7336f1272c1 (diff) | |
download | meta-ti-267bc8a80bafb60d6bee37b8bda557a78d789925.tar.gz |
omap5-sgx-ddk-um-linux: Makefile doesn't have clean target
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb index 2f3f6aa8..83dfb1d6 100644 --- a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb +++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb | |||
@@ -26,3 +26,5 @@ FILES_${PN} += "${includedir}/* /usr/share/sgx-lib/" | |||
26 | INHIBIT_PACKAGE_STRIP = "1" | 26 | INHIBIT_PACKAGE_STRIP = "1" |
27 | 27 | ||
28 | INSANE_SKIP_${PN} += "dev-so ldflags useless-rpaths" | 28 | INSANE_SKIP_${PN} += "dev-so ldflags useless-rpaths" |
29 | |||
30 | CLEANBROKEN = "1" | ||