blob: 75f303068b8b6ac6550d73798cdd9ad61eb3d9b9 [file] [log] [blame]
Brad Bishop26bdd442019-08-16 17:08:17 -04001SUMMARY = "Active Directory enrollment"
2DESCRIPTION = "A helper library and tools for Active Directory client operations."
3
4HOMEPAGE = "http://cgit.freedesktop.org/realmd/adcli"
5SECTION = "net"
6
7SRCREV = "cc3ef52884a48863a81acbfc741735fe09cd85f7"
8
9SRC_URI = "git://gitlab.freedesktop.org/realmd/adcli;branch=master \
10 file://Fixed-build-error-on-musl.patch \
11 "
12
13S = "${WORKDIR}/git"
14
15LICENSE = "LGPLv2+"
16LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6"
17
18inherit autotools xmlcatalog
19
20DEPENDS += "virtual/crypt krb5 openldap gettext libxslt xmlto libxml2-native \
21 cyrus-sasl libxslt-native xmlto-native coreutils-native\
22 "
23
24EXTRA_OECONF += "--disable-static \
25 --disable-silent-rules \
26 --disable-doc \
27 "