aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/enca/enca_1.19.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/enca/enca_1.19.bb')
-rw-r--r--meta-oe/recipes-support/enca/enca_1.19.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/enca/enca_1.19.bb b/meta-oe/recipes-support/enca/enca_1.19.bb
index 0adf0a29c5..f81ed670c4 100644
--- a/meta-oe/recipes-support/enca/enca_1.19.bb
+++ b/meta-oe/recipes-support/enca/enca_1.19.bb
@@ -16,12 +16,12 @@ SRC_URI[sha256sum] = "4c305cc59f3e57f2cfc150a6ac511690f43633595760e1cb266bf23362
inherit autotools
-do_configure_prepend() {
+do_configure:prepend() {
# remove failing test which checks for something that isn't even used
sed -i -e '/ye_FUNC_SCANF_MODIF_SIZE_T/d' ${S}/configure.ac
}
-do_configure_append() {
+do_configure:append() {
sed -i s:-I/usr/include::g ${B}/Makefile
sed -i s:-I/usr/include::g ${B}/*/Makefile
}