aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/adcli/adcli_0.9.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-connectivity/adcli/adcli_0.9.0.bb')
-rw-r--r--meta-networking/recipes-connectivity/adcli/adcli_0.9.0.bb28
1 files changed, 0 insertions, 28 deletions
diff --git a/meta-networking/recipes-connectivity/adcli/adcli_0.9.0.bb b/meta-networking/recipes-connectivity/adcli/adcli_0.9.0.bb
deleted file mode 100644
index 074292b43b..0000000000
--- a/meta-networking/recipes-connectivity/adcli/adcli_0.9.0.bb
+++ /dev/null
@@ -1,28 +0,0 @@
-SUMMARY = "Active Directory enrollment"
-DESCRIPTION = "A helper library and tools for Active Directory client operations."
-
-HOMEPAGE = "http://cgit.freedesktop.org/realmd/adcli"
-SECTION = "net"
-
-SRCREV = "1b1528038e084a9f81ea108cffca9c2707623b9c"
-
-SRC_URI = "git://gitlab.freedesktop.org/realmd/adcli;branch=master \
- file://Fixed-build-error-on-musl.patch \
- file://0001-configure-check-for-ns_get16-and-ns_get32-as-well.patch \
- "
-
-S = "${WORKDIR}/git"
-
-LICENSE = "LGPLv2+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6"
-
-inherit autotools xmlcatalog
-
-DEPENDS += "virtual/crypt krb5 openldap gettext libxslt xmlto libxml2-native \
- cyrus-sasl libxslt-native xmlto-native coreutils-native\
- "
-
-EXTRA_OECONF += "--disable-static \
- --disable-silent-rules \
- --disable-doc \
- "