blob: 074292b43b76d107c7ce97b1a8030530857047dd [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 \
Patrick Williams213cb262021-08-07 19:21:33 -050011 file://0001-configure-check-for-ns_get16-and-ns_get32-as-well.patch \
Brad Bishop26bdd442019-08-16 17:08:17 -040012 "
13
14S = "${WORKDIR}/git"
15
16LICENSE = "LGPLv2+"
17LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6"
18
Patrick Williams213cb262021-08-07 19:21:33 -050019inherit autotools xmlcatalog
Brad Bishop26bdd442019-08-16 17:08:17 -040020
21DEPENDS += "virtual/crypt krb5 openldap gettext libxslt xmlto libxml2-native \
22 cyrus-sasl libxslt-native xmlto-native coreutils-native\
23 "
24
25EXTRA_OECONF += "--disable-static \
26 --disable-silent-rules \
27 --disable-doc \
28 "