mtools: Drop GCONV_PATH manipulation

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.

(From OE-Core rev: 331ad5c5f80044a5e82abca0e87a85b162126411)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2016-03-07 12:04:57 +00:00
parent d27644e2b8
commit d2c96caa40
2 changed files with 0 additions and 10 deletions

View File

@@ -51,8 +51,3 @@ do_install_prepend () {
mkdir -p ${D}/${bindir}
mkdir -p ${D}/${datadir}
}
do_install_append_class-native () {
create_wrapper ${D}${bindir}/mcopy \
GCONV_PATH=${libdir}/gconv
}

View File

@@ -48,8 +48,3 @@ do_install_prepend () {
mkdir -p ${D}/${bindir}
mkdir -p ${D}/${datadir}
}
do_install_append_class-native () {
create_wrapper ${D}${bindir}/mcopy \
GCONV_PATH=${libdir}/gconv
}