summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/imx-lib/imx-lib_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-bsp/imx-lib/imx-lib_git.bb b/recipes-bsp/imx-lib/imx-lib_git.bb
index fd912ca1..4e210057 100644
--- a/recipes-bsp/imx-lib/imx-lib_git.bb
+++ b/recipes-bsp/imx-lib/imx-lib_git.bb
@@ -42,6 +42,9 @@ do_compile () {
42 42
43do_install () { 43do_install () {
44 oe_runmake PLATFORM="${PLATFORM}" DEST_DIR="${D}" install 44 oe_runmake PLATFORM="${PLATFORM}" DEST_DIR="${D}" install
45
46 # Remove .go file for Android
47 find ${D}/ -name *.go -exec rm {} \;
45} 48}
46 49
47COMPATIBLE_MACHINE = "(mx6|mx7|mx8ulp)" 50COMPATIBLE_MACHINE = "(mx6|mx7|mx8ulp)"