mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 05:02:21 +02:00
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:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user