diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-07-07 11:10:04 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-07-17 15:30:04 +0100 |
commit | dcdfbd3b45c7442210a49f5db989fb188a329c2d (patch) | |
tree | b5f0d91804a6d3e1defc2ef90c0a29ea16c235a2 /meta/recipes-extended | |
parent | cf0efc86b3c2281859b9ab6f0aeae6575fda64ea (diff) | |
download | poky-dcdfbd3b45c7442210a49f5db989fb188a329c2d.tar.gz |
libnss-nis: upgrade 3.1 -> 3.2
Changelog:
* Do not call malloc_usable_size
(From OE-Core rev: 5cd967503c0574f45b814572da9503182556b431)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/libnss-nis/libnss-nis.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/libnss-nis/libnss-nis.bb b/meta/recipes-extended/libnss-nis/libnss-nis.bb index d0afb3ca0a..f0e687c330 100644 --- a/meta/recipes-extended/libnss-nis/libnss-nis.bb +++ b/meta/recipes-extended/libnss-nis/libnss-nis.bb | |||
@@ -13,9 +13,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | |||
13 | SECTION = "libs" | 13 | SECTION = "libs" |
14 | DEPENDS += "libtirpc libnsl2" | 14 | DEPENDS += "libtirpc libnsl2" |
15 | 15 | ||
16 | PV = "3.1+git${SRCPV}" | 16 | PV = "3.2" |
17 | 17 | ||
18 | SRCREV = "062f31999b35393abf7595cb89dfc9590d5a42ad" | 18 | SRCREV = "cd0d391af9535b56e612ed227c1b89be269f3d59" |
19 | 19 | ||
20 | SRC_URI = "git://github.com/thkukuk/libnss_nis;branch=master;protocol=https \ | 20 | SRC_URI = "git://github.com/thkukuk/libnss_nis;branch=master;protocol=https \ |
21 | " | 21 | " |