diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-07-01 14:43:42 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-07-01 08:01:58 -0700 |
| commit | ac3dad82a9721d29c16717607694442377efba1f (patch) | |
| tree | 494e216cc8225294aba66e0bf4efb0e1f979da91 | |
| parent | a3c6a6ee41f7c2f2810843a2acd315b6941920ba (diff) | |
| download | meta-openembedded-ac3dad82a9721d29c16717607694442377efba1f.tar.gz | |
libndp: upgrade 1.8 -> 1.9
Changelog:
=========
- ndptool: add support for PREF64 option
- libndp: add support for PREF64 option
- libndp: valid route information option length
- SubmittingPatches: update mailing list
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-connectivity/libndp/libndp_1.9.bb (renamed from meta-oe/recipes-connectivity/libndp/libndp_1.8.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/libndp/libndp_1.8.bb b/meta-oe/recipes-connectivity/libndp/libndp_1.9.bb index 80946317e4..69eecdd9fa 100644 --- a/meta-oe/recipes-connectivity/libndp/libndp_1.8.bb +++ b/meta-oe/recipes-connectivity/libndp/libndp_1.9.bb | |||
| @@ -7,7 +7,7 @@ SRC_URI = "git://github.com/jpirko/libndp;branch=master;protocol=https \ | |||
| 7 | file://0001-libndp-Fix-signature-of-sendto-API.patch \ | 7 | file://0001-libndp-Fix-signature-of-sendto-API.patch \ |
| 8 | " | 8 | " |
| 9 | # tag for v1.8 | 9 | # tag for v1.8 |
| 10 | SRCREV = "009ce9cd9b950ffa1f4f94c9436027b936850d0c" | 10 | SRCREV = "2730638bf88984b09531813974f9bd14e1a50165" |
| 11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 12 | 12 | ||
| 13 | inherit autotools | 13 | inherit autotools |
