Now that nativesdk-glibc handles GCONV_PATH itself we don't need to do
this here. This unbreaks mtools for the native case without uninative
since the existing patch wasn't nativesdk specific.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
mkdir -p ${D}/${bindir}
mkdir -p ${D}/${datadir}
}
-
-do_install_append_class-native () {
- create_wrapper ${D}${bindir}/mcopy \
- GCONV_PATH=${libdir}/gconv
-}
mkdir -p ${D}/${bindir}
mkdir -p ${D}/${datadir}
}
-
-do_install_append_class-native () {
- create_wrapper ${D}${bindir}/mcopy \
- GCONV_PATH=${libdir}/gconv
-}