recipes: Fix override syntax

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Khem Raj
2021-08-03 12:59:39 -07:00
parent 63361b3267
commit a133111e69
6 changed files with 10 additions and 10 deletions
@@ -37,7 +37,7 @@ PACKAGECONFIG[systemd] = "--enable-systemd --with-systemddir=${systemd_system_un
EXTRA_OECONF = "ac_cv_path_BASHPATH=${base_bindir}/bash ap_cv_cc_pie=no"
EXTRA_OEMAKE = "tmpfilesdir_DATA="
#do_configure_prepend() {
#do_configure:prepend() {
# ( cd ${S}
# ${S}/autogen.sh )
#}