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:38 +0000 |
commit | d2c96caa40d6979792b7b73f37e81e2bc67f6735 (patch) | |
tree | 503998ea12d4af8a123743fb665c5f5c5996c933 /meta/recipes-devtools/mtools/mtools_4.0.18.bb | |
parent | d27644e2b83a0e436474581b09ebd83317ed6af1 (diff) | |
download | poky-d2c96caa40d6979792b7b73f37e81e2bc67f6735.tar.gz |
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>
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 () { | |||
48 | mkdir -p ${D}/${bindir} | 48 | mkdir -p ${D}/${bindir} |
49 | mkdir -p ${D}/${datadir} | 49 | mkdir -p ${D}/${datadir} |
50 | } | 50 | } |
51 | |||
52 | do_install_append_class-native () { | ||
53 | create_wrapper ${D}${bindir}/mcopy \ | ||
54 | GCONV_PATH=${libdir}/gconv | ||
55 | } | ||