blob: 76df27851bc4189b90bec708c47cc6cb61801e8b [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
Andrew Geisslerac970dd2021-02-12 15:32:45 -06007SRCREV = "1b1528038e084a9f81ea108cffca9c2707623b9c"
Brad Bishop26bdd442019-08-16 17:08:17 -04008
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 "