diff options
-rw-r--r-- | meta-oe/recipes-support/libiio/libiio_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libiio/libiio_git.bb b/meta-oe/recipes-support/libiio/libiio_git.bb index bb253f421a..c8ff0d34bc 100644 --- a/meta-oe/recipes-support/libiio/libiio_git.bb +++ b/meta-oe/recipes-support/libiio/libiio_git.bb | |||
@@ -24,6 +24,8 @@ inherit cmake python3native systemd setuptools3 | |||
24 | 24 | ||
25 | EXTRA_OECMAKE = " \ | 25 | EXTRA_OECMAKE = " \ |
26 | -DCMAKE_BUILD_TYPE=RelWithDebInfo \ | 26 | -DCMAKE_BUILD_TYPE=RelWithDebInfo \ |
27 | -DFLEX_TARGET_ARG_COMPILE_FLAGS='--noline' \ | ||
28 | -DBISON_TARGET_ARG_COMPILE_FLAGS='--no-lines' \ | ||
27 | -DUDEV_RULES_INSTALL_DIR=${nonarch_base_libdir}/udev/rules.d \ | 29 | -DUDEV_RULES_INSTALL_DIR=${nonarch_base_libdir}/udev/rules.d \ |
28 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '-DWITH_SYSTEMD=ON -DSYSTEMD_UNIT_INSTALL_DIR=${systemd_system_unitdir}', '', d)} \ | 30 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '-DWITH_SYSTEMD=ON -DSYSTEMD_UNIT_INSTALL_DIR=${systemd_system_unitdir}', '', d)} \ |
29 | " | 31 | " |