diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-09-02 23:13:22 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-03 09:44:30 +0100 |
commit | 91e65c54db42941462d5d5504a01423b9571f97f (patch) | |
tree | 801abe7a8d023d4618d9cc39034c6005bda6755c | |
parent | 73e7605dfa40af19d696ab31da31bfee7526feef (diff) | |
download | poky-91e65c54db42941462d5d5504a01423b9571f97f.tar.gz |
resolvconf: upgrade 1.82 -> 1.83
(From OE-Core rev: f1b27d8afc0cda36d58c9b78926e9d014289e375)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/resolvconf/resolvconf_1.83.bb (renamed from meta/recipes-connectivity/resolvconf/resolvconf_1.82.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.82.bb b/meta/recipes-connectivity/resolvconf/resolvconf_1.83.bb index 67959576e8..f0ffc82241 100644 --- a/meta/recipes-connectivity/resolvconf/resolvconf_1.82.bb +++ b/meta/recipes-connectivity/resolvconf/resolvconf_1.83.bb | |||
@@ -16,7 +16,7 @@ SRC_URI = "git://salsa.debian.org/debian/resolvconf.git;protocol=https \ | |||
16 | file://99_resolvconf \ | 16 | file://99_resolvconf \ |
17 | " | 17 | " |
18 | 18 | ||
19 | SRCREV = "cb19bbfbe7e52174332f68bf2f295b39d119fad3" | 19 | SRCREV = "d001dd2b7ce4c854eaa29e46b9640ab66c6e70bb" |
20 | 20 | ||
21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
22 | 22 | ||