diff options
-rw-r--r-- | meta-networking/recipes-support/unbound/unbound_1.22.0.bb (renamed from meta-networking/recipes-support/unbound/unbound_1.21.1.bb) | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/unbound/unbound_1.21.1.bb b/meta-networking/recipes-support/unbound/unbound_1.22.0.bb index 9fc7e665ea..2f0c92dd9f 100644 --- a/meta-networking/recipes-support/unbound/unbound_1.21.1.bb +++ b/meta-networking/recipes-support/unbound/unbound_1.22.0.bb | |||
@@ -12,7 +12,13 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5308494bc0590c0cb036afd781d78f06" | |||
12 | SRC_URI = "git://github.com/NLnetLabs/unbound.git;protocol=https;branch=master \ | 12 | SRC_URI = "git://github.com/NLnetLabs/unbound.git;protocol=https;branch=master \ |
13 | file://run-ptest \ | 13 | file://run-ptest \ |
14 | " | 14 | " |
15 | SRCREV = "b7c61d7cc256d6a174e6179622c7fa968272c259" | 15 | |
16 | # 17 commits after 1.22.0 tag: | ||
17 | # https://github.com/NLnetLabs/unbound/compare/release-1.22.0...7985d17b57d25be262de56c29a43ae4b61c1b896 | ||
18 | # to include fix for occasional build failure: | ||
19 | # https://github.com/NLnetLabs/unbound/commit/46cfbf313d812a6e50614a691e162b171dc91d7b | ||
20 | PV .= "+git" | ||
21 | SRCREV = "7985d17b57d25be262de56c29a43ae4b61c1b896" | ||
16 | 22 | ||
17 | inherit autotools pkgconfig systemd update-rc.d ptest | 23 | inherit autotools pkgconfig systemd update-rc.d ptest |
18 | 24 | ||