[oe-commits] [openembedded-core] 52/59: uninative: Drop GONV_PATH setting

git at git.openembedded.org git at git.openembedded.org
Mon Mar 7 00:13:14 UTC 2016


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

commit 9b53a0aa5686b60793c7ab350a426e08abdee1ac
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Sat Mar 5 23:02:24 2016 +0000

    uninative: Drop GONV_PATH setting
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/uninative.bbclass | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/meta/classes/uninative.bbclass b/meta/classes/uninative.bbclass
index 260a926..9561a79 100644
--- a/meta/classes/uninative.bbclass
+++ b/meta/classes/uninative.bbclass
@@ -92,9 +92,6 @@ def enable_uninative(d):
         uninative_dir = "${STAGING_DIR}-uninative/${BUILD_ARCH}-linux"
         d.appendVar("SSTATEPOSTUNPACKFUNCS", " uninative_changeinterp")
         d.prependVar("PATH", "%s${bindir_native}:" % uninative_dir)
-        # We need this so mcopy (mtools) can find codepages correctly for example
-        d.setVar("GCONV_PATH", "%s${libdir_native}/gconv" % uninative_dir)
-        d.setVarFlag("GCONV_PATH", "export", "1")
 
 python uninative_changeinterp () {
     import subprocess

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


More information about the Openembedded-commits mailing list