[oe-commits] [meta-openembedded] 17/80: fontforge-native: support python module

git at git.openembedded.org git at git.openembedded.org
Mon Aug 15 10:57:38 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 8cb799e57099ab753be0530decc1f4a0eb50a75b
Author: Hongxu Jia <hongxu.jia at windriver.com>
AuthorDate: Mon Aug 8 21:42:40 2016 -0400

    fontforge-native: support python module
    
    >>> import fontforge
    
    The python module is required by lohit.
    
    Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb b/meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb
index 6f876aa..544149d 100644
--- a/meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb
+++ b/meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb
@@ -18,7 +18,7 @@ SRC_URI = "git://github.com/${BPN}/${BPN}.git"
 SRCREV = "07d5ccff2704f8a56f1b3cc6695a4e31f85f88e6"
 S = "${WORKDIR}/git"
 
-EXTRA_OECONF_append_class-native = " with_x=no --disable-python-extension --disable-python-scripting"
+EXTRA_OECONF_append_class-native = " with_x=no"
 
 do_configure_prepend() {
     # uthash sources are expected in uthash/src

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


More information about the Openembedded-commits mailing list