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 | |
parent | 59d7086e544519a3be9a633a8cd1b1ee70910829 (diff) | |
download | meta-openembedded-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')
-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 6f876aa8d..544149d18 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" | |||
18 | SRCREV = "07d5ccff2704f8a56f1b3cc6695a4e31f85f88e6" | 18 | SRCREV = "07d5ccff2704f8a56f1b3cc6695a4e31f85f88e6" |
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | 20 | ||
21 | EXTRA_OECONF_append_class-native = " with_x=no --disable-python-extension --disable-python-scripting" | 21 | EXTRA_OECONF_append_class-native = " with_x=no" |
22 | 22 | ||
23 | do_configure_prepend() { | 23 | do_configure_prepend() { |
24 | # uthash sources are expected in uthash/src | 24 | # uthash sources are expected in uthash/src |