aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libintl-perl_1.16.bb
blob: 4dac505c480d4ecc2eb1c8d032af6592f21d694f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "libintl-perl is an internationalization library for Perl"
SECTION = "libs"
LICENSE = "Artistic|GPLv1"
RDEPENDS_${PN} = "perl-module-vars perl-module-locale perl-module-io-handle \
            perl-module-symbol perl-module-selectsaver perl-module-io \
            perl-module-integer perl-module-exporter-heavy"
PR = "r5"

SRC_URI = "http://www.cpan.org/authors/id/G/GU/GUIDO/libintl-perl-${PV}.tar.gz"

S = "${WORKDIR}/libintl-perl-${PV}"

inherit cpan

SRC_URI[md5sum] = "7dfcd9ac3a4ff41038a2c67a733d42b9"
SRC_URI[sha256sum] = "1a64895c9a6cdbb5cdfff81f1520541fee28e85fb940d9b0484de656d69ae8f5"
OpenEmbedded Core user contribution treesGrokmirror user
summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libnss-nis/libnss-nis.bb
blob: d0afb3ca0ae250324fa30dbe1634d0b07a01b2d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Copyright (C) 2018 Khem Raj <raj.khem@gmail.com>
# Released under the MIT license (see COPYING.MIT for the terms)

SUMMARY = "NSS module for glibc, to provide NIS support for glibc"

DESCRIPTION = "This package contains the NSS NIS plugin for glibc.\
This code was formerly part of glibc, but is now standalone to\
be able to link against TI-RPC for IPv6 support."

HOMEPAGE = "https://github.com/thkukuk/libnss_nis"
LICENSE = "LGPL-2.1-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
SECTION = "libs"
DEPENDS += "libtirpc libnsl2"

PV = "3.1+git${SRCPV}"

SRCREV = "062f31999b35393abf7595cb89dfc9590d5a42ad"

SRC_URI = "git://github.com/thkukuk/libnss_nis;branch=master;protocol=https \
          "

S = "${WORKDIR}/git"

inherit autotools pkgconfig

BBCLASSEXTEND += "native nativesdk"
#
# We will skip parsing this packagegeoup for non-glibc systems
#
COMPATIBLE_HOST:libc-musl = 'null'