diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-01-27 11:19:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-01 07:31:17 +0000 |
commit | f29ec7ad5f3a71521645cd9bfb96efb94cf9cb06 (patch) | |
tree | 57923e2f5c1402b4cc995446fca9e29755670219 /meta/recipes-core | |
parent | caaae859a691e89f0f7122ca7f5188e602a9fc61 (diff) | |
download | poky-f29ec7ad5f3a71521645cd9bfb96efb94cf9cb06.tar.gz |
ifupdown: upgrade 0.8.36 -> 0.8.37
(From OE-Core rev: 1f2892e4c65c6918ef41d567d37e17ce346d57ee)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/ifupdown/ifupdown_0.8.37.bb (renamed from meta/recipes-core/ifupdown/ifupdown_0.8.36.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/ifupdown/ifupdown_0.8.36.bb b/meta/recipes-core/ifupdown/ifupdown_0.8.37.bb index 48a7b8fb13..1b980abe06 100644 --- a/meta/recipes-core/ifupdown/ifupdown_0.8.36.bb +++ b/meta/recipes-core/ifupdown/ifupdown_0.8.37.bb | |||
@@ -16,7 +16,7 @@ SRC_URI = "git://salsa.debian.org/debian/ifupdown.git;protocol=https;branch=mast | |||
16 | file://0001-ifupdown-skip-wrong-test-case.patch \ | 16 | file://0001-ifupdown-skip-wrong-test-case.patch \ |
17 | ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'file://tweak-ptest-script.patch', '', d)} \ | 17 | ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'file://tweak-ptest-script.patch', '', d)} \ |
18 | " | 18 | " |
19 | SRCREV = "c73226073e2b13970ca613b20a13b9c0253bf9da" | 19 | SRCREV = "2b4138f36ce3ba37186aa01b502273e0c39ab518" |
20 | 20 | ||
21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
22 | 22 | ||