1SUMMARY = "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 7SRCREV = "1b1528038e084a9f81ea108cffca9c2707623b9c" 8 9SRC_URI = "git://gitlab.freedesktop.org/realmd/adcli;branch=master \ 10 file://Fixed-build-error-on-musl.patch \ 11 file://0001-configure-check-for-ns_get16-and-ns_get32-as-well.patch \ 12 " 13 14S = "${WORKDIR}/git" 15 16LICENSE = "LGPL-2.0-or-later" 17LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6" 18 19inherit autotools xmlcatalog 20 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 " 29