diff options
| -rw-r--r-- | meta-networking/recipes-protocols/frr/frr_8.2.2.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/frr/frr_8.2.2.bb b/meta-networking/recipes-protocols/frr/frr_8.2.2.bb index 05195a3f65..f0d0dbf7cf 100644 --- a/meta-networking/recipes-protocols/frr/frr_8.2.2.bb +++ b/meta-networking/recipes-protocols/frr/frr_8.2.2.bb | |||
| @@ -73,6 +73,11 @@ SYSTEMD_PACKAGES = "${PN}" | |||
| 73 | SYSTEMD_SERVICE:${PN} = "frr.service" | 73 | SYSTEMD_SERVICE:${PN} = "frr.service" |
| 74 | SYSTEMD_AUTO_ENABLE = "disable" | 74 | SYSTEMD_AUTO_ENABLE = "disable" |
| 75 | 75 | ||
| 76 | do_compile:prepend () { | ||
| 77 | sed -i -e 's#${RECIPE_SYSROOT_NATIVE}##g' \ | ||
| 78 | -e 's#${RECIPE_SYSROOT}##g' ${S}/lib/version.h | ||
| 79 | } | ||
| 80 | |||
| 76 | do_compile:class-native () { | 81 | do_compile:class-native () { |
| 77 | oe_runmake clippy-only | 82 | oe_runmake clippy-only |
| 78 | } | 83 | } |
