diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-08-03 12:59:39 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-08-06 20:38:40 -0700 |
commit | a133111e69e78b8cff6dbc060ee6fb1da9f1f96d (patch) | |
tree | 403238061a20b5ab2db4a7f27c1ba15f093f4bb6 /meta-oe/recipes-graphics/fontforge | |
parent | 63361b326722465e0a43ed45164695f4a60f5ce2 (diff) | |
download | meta-openembedded-a133111e69e78b8cff6dbc060ee6fb1da9f1f96d.tar.gz |
recipes: Fix override syntax
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/fontforge')
-rw-r--r-- | meta-oe/recipes-graphics/fontforge/fontforge_20190801.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/fontforge/fontforge_20190801.bb b/meta-oe/recipes-graphics/fontforge/fontforge_20190801.bb index 26d51bdaf..bcc85157c 100644 --- a/meta-oe/recipes-graphics/fontforge/fontforge_20190801.bb +++ b/meta-oe/recipes-graphics/fontforge/fontforge_20190801.bb | |||
@@ -26,7 +26,7 @@ EXTRA_OECONF:append:class-native = " with_x=no" | |||
26 | LDFLAGS += "-lpython${PYTHON_BASEVERSION}${PYTHON_ABI}" | 26 | LDFLAGS += "-lpython${PYTHON_BASEVERSION}${PYTHON_ABI}" |
27 | BUILD_LDFLAGS += "-lpython${PYTHON_BASEVERSION}${PYTHON_ABI}" | 27 | BUILD_LDFLAGS += "-lpython${PYTHON_BASEVERSION}${PYTHON_ABI}" |
28 | 28 | ||
29 | #do_configure_prepend() { | 29 | #do_configure:prepend() { |
30 | # uthash sources are expected in uthash/src | 30 | # uthash sources are expected in uthash/src |
31 | # mkdir -p ${S}/uthash/src | 31 | # mkdir -p ${S}/uthash/src |
32 | # cp ${STAGING_INCDIR}/ut*.h ${S}/uthash/src | 32 | # cp ${STAGING_INCDIR}/ut*.h ${S}/uthash/src |