summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xilinx-standalone/recipes-devtools')
-rw-r--r--meta-xilinx-standalone/recipes-devtools/gcc/libgcc_%.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-xilinx-standalone/recipes-devtools/gcc/libgcc_%.bbappend b/meta-xilinx-standalone/recipes-devtools/gcc/libgcc_%.bbappend
index e80b0b79..17529a03 100644
--- a/meta-xilinx-standalone/recipes-devtools/gcc/libgcc_%.bbappend
+++ b/meta-xilinx-standalone/recipes-devtools/gcc/libgcc_%.bbappend
@@ -13,6 +13,9 @@ standalone_fixup () {
13 ln -s $each $(basename $each) 13 ln -s $each $(basename $each)
14 done 14 done
15 ) 15 )
16
17 # Apparently we can end up with an empty /lib occasionally
18 find ${D}/lib -type d | sort -r | xargs rmdir || :
16} 19}
17 20
18FIXUP_FUNCTION = "" 21FIXUP_FUNCTION = ""