[oe-commits] [openembedded-core] 04/06: mtools: Drop GCONV_PATH manipulation

git at git.openembedded.org git at git.openembedded.org
Mon Mar 7 12:30:14 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 5ef01837eea9762b997a355a007b8a07b7288e4a
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Mon Mar 7 12:04:57 2016 +0000

    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 at linuxfoundation.org>
---
 meta/recipes-devtools/mtools/mtools_3.9.9.bb  | 5 -----
 meta/recipes-devtools/mtools/mtools_4.0.18.bb | 5 -----
 2 files changed, 10 deletions(-)

diff --git a/meta/recipes-devtools/mtools/mtools_3.9.9.bb b/meta/recipes-devtools/mtools/mtools_3.9.9.bb
index 26d52a9..3423917 100644
--- a/meta/recipes-devtools/mtools/mtools_3.9.9.bb
+++ b/meta/recipes-devtools/mtools/mtools_3.9.9.bb
@@ -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
-}
diff --git a/meta/recipes-devtools/mtools/mtools_4.0.18.bb b/meta/recipes-devtools/mtools/mtools_4.0.18.bb
index 479fd32..efde547 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
-}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list