summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libnss-nis/libnss-nis.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/libnss-nis/libnss-nis.bb')
-rw-r--r--meta/recipes-extended/libnss-nis/libnss-nis.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-extended/libnss-nis/libnss-nis.bb b/meta/recipes-extended/libnss-nis/libnss-nis.bb
index a1d914e871..f0e687c330 100644
--- a/meta/recipes-extended/libnss-nis/libnss-nis.bb
+++ b/meta/recipes-extended/libnss-nis/libnss-nis.bb
@@ -8,16 +8,16 @@ This code was formerly part of glibc, but is now standalone to\
8be able to link against TI-RPC for IPv6 support." 8be able to link against TI-RPC for IPv6 support."
9 9
10HOMEPAGE = "https://github.com/thkukuk/libnss_nis" 10HOMEPAGE = "https://github.com/thkukuk/libnss_nis"
11LICENSE = "LGPL-2.1" 11LICENSE = "LGPL-2.1-only"
12LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" 12LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
13SECTION = "libs" 13SECTION = "libs"
14DEPENDS += "libtirpc libnsl2" 14DEPENDS += "libtirpc libnsl2"
15 15
16PV = "3.1+git${SRCPV}" 16PV = "3.2"
17 17
18SRCREV = "062f31999b35393abf7595cb89dfc9590d5a42ad" 18SRCREV = "cd0d391af9535b56e612ed227c1b89be269f3d59"
19 19
20SRC_URI = "git://github.com/thkukuk/libnss_nis \ 20SRC_URI = "git://github.com/thkukuk/libnss_nis;branch=master;protocol=https \
21 " 21 "
22 22
23S = "${WORKDIR}/git" 23S = "${WORKDIR}/git"
@@ -28,4 +28,4 @@ BBCLASSEXTEND += "native nativesdk"
28# 28#
29# We will skip parsing this packagegeoup for non-glibc systems 29# We will skip parsing this packagegeoup for non-glibc systems
30# 30#
31COMPATIBLE_HOST_libc-musl = 'null' 31COMPATIBLE_HOST:libc-musl = 'null'