summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/adcli/adcli_0.9.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-connectivity/adcli/adcli_0.9.2.bb')
-rw-r--r--meta-networking/recipes-connectivity/adcli/adcli_0.9.2.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/adcli/adcli_0.9.2.bb b/meta-networking/recipes-connectivity/adcli/adcli_0.9.2.bb
new file mode 100644
index 000000000..609282394
--- /dev/null
+++ b/meta-networking/recipes-connectivity/adcli/adcli_0.9.2.bb
@@ -0,0 +1,25 @@
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 = "8e88e3590a19006362ea8b8dfdc18bb88b3cb3b5"
8
9SRC_URI = "git://gitlab.freedesktop.org/realmd/adcli;branch=master"
10
11S = "${WORKDIR}/git"
12
13LICENSE = "LGPL-2.0-or-later"
14LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6"
15
16inherit autotools xmlcatalog
17
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 "