diff options
-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 | " |