Skip to content
Snippets Groups Projects
Unverified Commit 426d345b authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

zmk.bbclass: Fix syntax overrides


Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 7528c03e
No related branches found
No related tags found
1 merge request!30flavours/zephyr/local.conf.sample: Bump CONF_VERSION
...@@ -7,7 +7,7 @@ inherit autotools ...@@ -7,7 +7,7 @@ inherit autotools
DEPENDS += "zmk-native" DEPENDS += "zmk-native"
EXTRA_OEMAKE += "-I${RECIPE_SYSROOT_NATIVE}/usr/include" EXTRA_OEMAKE += "-I${RECIPE_SYSROOT_NATIVE}/usr/include"
do_configure_prepend() { do_configure:prepend() {
# Create configure-like script for the autotools bbclass. # Create configure-like script for the autotools bbclass.
oe_runmake -C ${S} configure oe_runmake -C ${S} configure
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment