diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-02-06 15:37:17 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-02-09 09:52:09 -0800 |
commit | 3fe7c5fae8576b41dbe546491649e9bdb4ed5096 (patch) | |
tree | 020224470f7cd46f6af168f967d333144161140e | |
parent | 016726c5b8d13b75e2082ef7213f16f3deebca7b (diff) | |
download | meta-openembedded-3fe7c5fae8576b41dbe546491649e9bdb4ed5096.tar.gz |
ndisc6: upgrade 1.0.7 -> 1.0.8
Changelog
============
Fix potential garbage whilst prining an advertised prefix.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-support/ndisc6/ndisc6_1.0.8.bb (renamed from meta-networking/recipes-support/ndisc6/ndisc6_1.0.7.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/ndisc6/ndisc6_1.0.7.bb b/meta-networking/recipes-support/ndisc6/ndisc6_1.0.8.bb index a5b9bd08b2..a827e7f42a 100644 --- a/meta-networking/recipes-support/ndisc6/ndisc6_1.0.7.bb +++ b/meta-networking/recipes-support/ndisc6/ndisc6_1.0.8.bb | |||
@@ -5,7 +5,7 @@ HOMEPAGE = "http://www.remlab.net/ndisc6/" | |||
5 | LICENSE = "GPL-2.0-only" | 5 | LICENSE = "GPL-2.0-only" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
7 | 7 | ||
8 | SRCREV = "c308ba5370d66acc44d411f12d59af61d522b91a" | 8 | SRCREV = "92e5d1cf6547fe40316b2a6ca2f7b8195ae0cbe5" |
9 | SRC_URI = "git://git.remlab.net/git/ndisc6.git;protocol=http;branch=master \ | 9 | SRC_URI = "git://git.remlab.net/git/ndisc6.git;protocol=http;branch=master \ |
10 | file://0001-autogen-Do-not-symlink-gettext.h-from-build-host.patch \ | 10 | file://0001-autogen-Do-not-symlink-gettext.h-from-build-host.patch \ |
11 | " | 11 | " |