diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-07 12:04:57 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-07 12:41:09 +0000 |
commit | 331ad5c5f80044a5e82abca0e87a85b162126411 (patch) | |
tree | f9eb02d2132d8e6049dad6adf943b021df6af95e /meta/recipes-devtools/mtools/mtools_4.0.18.bb | |
parent | f8a9819a2ef3ebf4b40633e9308b66671aa9af83 (diff) | |
download | openembedded-core-331ad5c5f80044a5e82abca0e87a85b162126411.tar.gz openembedded-core-331ad5c5f80044a5e82abca0e87a85b162126411.tar.bz2 openembedded-core-331ad5c5f80044a5e82abca0e87a85b162126411.zip |
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.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/mtools/mtools_4.0.18.bb')
-rw-r--r-- | meta/recipes-devtools/mtools/mtools_4.0.18.bb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-devtools/mtools/mtools_4.0.18.bb b/meta/recipes-devtools/mtools/mtools_4.0.18.bb index 479fd32975..efde547e26 100644 --- a/meta/recipes-devtools/mtools/mtools_4.0.18.bb +++ b/meta/recipes-devtools/mtools/mtools_4.0.18.bb @@ -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 -} |