aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-core/glibc/glibc-locale_%.bbappend
blob: 1702b75d57cb37fc712191abd9d3d0ddf50eefd7 (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
}