summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-protocols/frr/frr_10.4.1.bb (renamed from meta-networking/recipes-protocols/frr/frr_10.3.bb)5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-networking/recipes-protocols/frr/frr_10.3.bb b/meta-networking/recipes-protocols/frr/frr_10.4.1.bb
index f0f3f34ab3..ce455ab8bf 100644
--- a/meta-networking/recipes-protocols/frr/frr_10.3.bb
+++ b/meta-networking/recipes-protocols/frr/frr_10.4.1.bb
@@ -10,11 +10,11 @@ LIC_FILES_CHKSUM = "file://doc/licenses/GPL-2.0;md5=b234ee4d69f5fce4486a80fdaf4a
10 file://doc/licenses/LGPL-2.1;md5=4fbd65380cdd255951079008b364516c" 10 file://doc/licenses/LGPL-2.1;md5=4fbd65380cdd255951079008b364516c"
11 11
12 12
13SRC_URI = "git://github.com/FRRouting/frr.git;protocol=https;branch=stable/10.3 \ 13SRC_URI = "git://github.com/FRRouting/frr.git;protocol=https;branch=stable/10.4;tag=frr-${PV} \
14 file://frr.pam \ 14 file://frr.pam \
15 " 15 "
16 16
17SRCREV = "85cf1ed576deed121751e16a64970f8a652a9e1e" 17SRCREV = "88f5c06cbc1cc4d62e1cba3e7791f5cea4179ba5"
18 18
19UPSTREAM_CHECK_GITTAGREGEX = "frr-(?P<pver>\d+(\.\d+)+)$" 19UPSTREAM_CHECK_GITTAGREGEX = "frr-(?P<pver>\d+(\.\d+)+)$"
20 20
@@ -39,7 +39,6 @@ PACKAGECONFIG[zeromq] = "--enable-zeromq,--disable-zeromq,zeromq"
39PACKAGECONFIG[protobuf] = "--enable-protobuf,--disable-protobuf,protobuf-c-native protobuf-c" 39PACKAGECONFIG[protobuf] = "--enable-protobuf,--disable-protobuf,protobuf-c-native protobuf-c"
40PACKAGECONFIG[capabilities] = "--enable-capabilities,--disable-capabilities,libcap" 40PACKAGECONFIG[capabilities] = "--enable-capabilities,--disable-capabilities,libcap"
41PACKAGECONFIG[cumulus] = "--enable-cumulus,--disable-cumulus" 41PACKAGECONFIG[cumulus] = "--enable-cumulus,--disable-cumulus"
42PACKAGECONFIG[datacenter] = "--enable-datacenter,--disable-datacenter"
43PACKAGECONFIG[ospfclient] = "--enable-ospfapi --enable-ospfclient,--disable-ospfapi --disable-ospfclient" 42PACKAGECONFIG[ospfclient] = "--enable-ospfapi --enable-ospfclient,--disable-ospfapi --disable-ospfclient"
44 43
45EXTRA_OECONF:class-native = "--enable-clippy-only" 44EXTRA_OECONF:class-native = "--enable-clippy-only"