From a133111e69e78b8cff6dbc060ee6fb1da9f1f96d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 3 Aug 2021 12:59:39 -0700 Subject: recipes: Fix override syntax Signed-off-by: Khem Raj Cc: Martin Jansa --- meta-oe/recipes-graphics/fontforge/fontforge_20190801.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-graphics/fontforge') 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" LDFLAGS += "-lpython${PYTHON_BASEVERSION}${PYTHON_ABI}" BUILD_LDFLAGS += "-lpython${PYTHON_BASEVERSION}${PYTHON_ABI}" -#do_configure_prepend() { +#do_configure:prepend() { # uthash sources are expected in uthash/src # mkdir -p ${S}/uthash/src # cp ${STAGING_INCDIR}/ut*.h ${S}/uthash/src -- cgit v1.2.3-54-g00ecf