diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2016-08-08 21:42:40 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-15 12:31:58 +0200 |
commit | 8cb799e57099ab753be0530decc1f4a0eb50a75b (patch) | |
tree | 41cdcbf96e41559f7bd02a29621238a7e6f7b6c0 /meta-oe/recipes-graphics | |
parent | 59d7086e544519a3be9a633a8cd1b1ee70910829 (diff) | |
download | meta-openembedded-contrib-8cb799e57099ab753be0530decc1f4a0eb50a75b.tar.gz |
fontforge-native: support python module
>>> import fontforge
The python module is required by lohit.
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics')
-rw-r--r-- | meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb b/meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb index 6f876aa8da7..544149d18b7 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 |