Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 1 | SUMMARY = "Active Directory enrollment" |
| 2 | DESCRIPTION = "A helper library and tools for Active Directory client operations." |
| 3 | |
| 4 | HOMEPAGE = "http://cgit.freedesktop.org/realmd/adcli" |
| 5 | SECTION = "net" |
| 6 | |
Andrew Geissler | fc113ea | 2023-03-31 09:59:46 -0500 | [diff] [blame] | 7 | SRCREV = "8e88e3590a19006362ea8b8dfdc18bb88b3cb3b5" |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 8 | |
Andrew Geissler | fc113ea | 2023-03-31 09:59:46 -0500 | [diff] [blame] | 9 | SRC_URI = "git://gitlab.freedesktop.org/realmd/adcli;branch=master" |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 10 | |
| 11 | S = "${WORKDIR}/git" |
| 12 | |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 13 | LICENSE = "LGPL-2.0-or-later" |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6" |
| 15 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 16 | inherit autotools xmlcatalog |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 17 | |
| 18 | DEPENDS += "virtual/crypt krb5 openldap gettext libxslt xmlto libxml2-native \ |
| 19 | cyrus-sasl libxslt-native xmlto-native coreutils-native\ |
| 20 | " |
| 21 | |
| 22 | EXTRA_OECONF += "--disable-static \ |
| 23 | --disable-silent-rules \ |
| 24 | --disable-doc \ |
| 25 | " |