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 | ac970dd | 2021-02-12 15:32:45 -0600 | [diff] [blame] | 7 | SRCREV = "1b1528038e084a9f81ea108cffca9c2707623b9c" |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 8 | |
| 9 | SRC_URI = "git://gitlab.freedesktop.org/realmd/adcli;branch=master \ |
| 10 | file://Fixed-build-error-on-musl.patch \ |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame^] | 11 | file://0001-configure-check-for-ns_get16-and-ns_get32-as-well.patch \ |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 12 | " |
| 13 | |
| 14 | S = "${WORKDIR}/git" |
| 15 | |
| 16 | LICENSE = "LGPLv2+" |
| 17 | LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6" |
| 18 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame^] | 19 | inherit autotools xmlcatalog |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 20 | |
| 21 | DEPENDS += "virtual/crypt krb5 openldap gettext libxslt xmlto libxml2-native \ |
| 22 | cyrus-sasl libxslt-native xmlto-native coreutils-native\ |
| 23 | " |
| 24 | |
| 25 | EXTRA_OECONF += "--disable-static \ |
| 26 | --disable-silent-rules \ |
| 27 | --disable-doc \ |
| 28 | " |