aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/adcli/adcli_0.8.2.bb
blob: 75f303068b8b6ac6550d73798cdd9ad61eb3d9b9 (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
SUMMARY = "Active Directory enrollment"
DESCRIPTION = "A helper library and tools for Active Directory client operations."

HOMEPAGE = "http://cgit.freedesktop.org/realmd/adcli"
SECTION = "net"

SRCREV = "cc3ef52884a48863a81acbfc741735fe09cd85f7"

SRC_URI = "git://gitlab.freedesktop.org/realmd/adcli;branch=master \
           file://Fixed-build-error-on-musl.patch \
	   "

S = "${WORKDIR}/git"

LICENSE = "LGPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6"

inherit autotools xmlcatalog 

DEPENDS += "virtual/crypt krb5 openldap gettext libxslt xmlto libxml2-native \
            cyrus-sasl libxslt-native xmlto-native coreutils-native\
           "

EXTRA_OECONF += "--disable-static \
                 --disable-silent-rules \
                 --disable-doc \
                "