aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/recipes-core/glibc/glibc-locale_%.bbappend
blob: 68ae89b4dcd63708aa73ff4084252ec44540ef3a (plain)
1
2
3
4
do_install_append() {
    # Remove the libdir if it is empty when gconv is not copied
    find ${D}${libdir} -type d -empty -delete
}