summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2019-04-11 10:07:21 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-04-11 16:03:11 +0000
commit51ea3a467a688b51f2e033657c77aa55f4452ed3 (patch)
tree7e3c43ba45594580026c36c2f3a5966085ae4823
parentd698e96b127fe057b2770b21b62bbe1a3573cebe (diff)
downloadmeta-ti-51ea3a467a688b51f2e033657c77aa55f4452ed3.tar.gz
ti-gc320-libs: fix host contamination warnings
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
index a2f8f192..df1a99e9 100644
--- a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
+++ b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
@@ -34,6 +34,7 @@ EXTRA_OEMAKE += "DESTDIR=${D} TARGET_PRODUCT=${TARGET_PRODUCT} LIBDIR=${libdir}"
34 34
35do_install() { 35do_install() {
36 oe_runmake install 36 oe_runmake install
37 chown -R root:root ${D}
37} 38}
38 39
39INSANE_SKIP_${PN} += "ldflags" 40INSANE_SKIP_${PN} += "ldflags"