summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-protocols/frr/frr_10.5.0.bb (renamed from meta-networking/recipes-protocols/frr/frr_10.4.1.bb)6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-networking/recipes-protocols/frr/frr_10.4.1.bb b/meta-networking/recipes-protocols/frr/frr_10.5.0.bb
index ce455ab8bf..b1f863a47b 100644
--- a/meta-networking/recipes-protocols/frr/frr_10.4.1.bb
+++ b/meta-networking/recipes-protocols/frr/frr_10.5.0.bb
@@ -10,11 +10,10 @@ 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.4;tag=frr-${PV} \ 13SRC_URI = "git://github.com/FRRouting/frr.git;protocol=https;branch=stable/10.5;tag=frr-${PV} \
14 file://frr.pam \ 14 file://frr.pam \
15 " 15 "
16 16SRCREV = "c41ba202c3f821a43091781181c73772501034ae"
17SRCREV = "88f5c06cbc1cc4d62e1cba3e7791f5cea4179ba5"
18 17
19UPSTREAM_CHECK_GITTAGREGEX = "frr-(?P<pver>\d+(\.\d+)+)$" 18UPSTREAM_CHECK_GITTAGREGEX = "frr-(?P<pver>\d+(\.\d+)+)$"
20 19
@@ -124,7 +123,6 @@ do_install:append:class-target () {
124 echo "d /run/frr 0755 frr frr -" \ 123 echo "d /run/frr 0755 frr frr -" \
125 > ${D}${sysconfdir}/tmpfiles.d/${BPN}.conf 124 > ${D}${sysconfdir}/tmpfiles.d/${BPN}.conf
126 fi 125 fi
127 oe_multilib_header frr/version.h
128} 126}
129 127
130USERADD_PACKAGES = "${PN}" 128USERADD_PACKAGES = "${PN}"