blob: 6092823944bd30a8cbed07271d65f7c19a140499 [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 Geisslerfc113ea2023-03-31 09:59:46 -05007SRCREV = "8e88e3590a19006362ea8b8dfdc18bb88b3cb3b5"
Brad Bishop26bdd442019-08-16 17:08:17 -04008
Andrew Geisslerfc113ea2023-03-31 09:59:46 -05009SRC_URI = "git://gitlab.freedesktop.org/realmd/adcli;branch=master"
Brad Bishop26bdd442019-08-16 17:08:17 -040010
11S = "${WORKDIR}/git"
12
Andrew Geissler9aee5002022-03-30 16:27:02 +000013LICENSE = "LGPL-2.0-or-later"
Brad Bishop26bdd442019-08-16 17:08:17 -040014LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6"
15
Patrick Williams213cb262021-08-07 19:21:33 -050016inherit autotools xmlcatalog
Brad Bishop26bdd442019-08-16 17:08:17 -040017
18DEPENDS += "virtual/crypt krb5 openldap gettext libxslt xmlto libxml2-native \
19 cyrus-sasl libxslt-native xmlto-native coreutils-native\
20 "
21
22EXTRA_OECONF += "--disable-static \
23 --disable-silent-rules \
24 --disable-doc \
25 "