summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-protocols/frr/frr_8.2.2.bb5
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}"
73SYSTEMD_SERVICE:${PN} = "frr.service" 73SYSTEMD_SERVICE:${PN} = "frr.service"
74SYSTEMD_AUTO_ENABLE = "disable" 74SYSTEMD_AUTO_ENABLE = "disable"
75 75
76do_compile:prepend () {
77 sed -i -e 's#${RECIPE_SYSROOT_NATIVE}##g' \
78 -e 's#${RECIPE_SYSROOT}##g' ${S}/lib/version.h
79}
80
76do_compile:class-native () { 81do_compile:class-native () {
77 oe_runmake clippy-only 82 oe_runmake clippy-only
78} 83}