From 8f21c1209b9c9e01ad6c5aca992f1ed92271defa Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Sat, 6 Feb 2021 22:50:29 +0100 Subject: adcli: update to 0.9.0 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj --- .../recipes-connectivity/adcli/adcli_0.8.2.bb | 27 ---------------------- .../recipes-connectivity/adcli/adcli_0.9.0.bb | 27 ++++++++++++++++++++++ 2 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 meta-networking/recipes-connectivity/adcli/adcli_0.8.2.bb create mode 100644 meta-networking/recipes-connectivity/adcli/adcli_0.9.0.bb (limited to 'meta-networking') diff --git a/meta-networking/recipes-connectivity/adcli/adcli_0.8.2.bb b/meta-networking/recipes-connectivity/adcli/adcli_0.8.2.bb deleted file mode 100644 index 75f303068b..0000000000 --- a/meta-networking/recipes-connectivity/adcli/adcli_0.8.2.bb +++ /dev/null @@ -1,27 +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 = "cc3ef52884a48863a81acbfc741735fe09cd85f7" - -SRC_URI = "git://gitlab.freedesktop.org/realmd/adcli;branch=master \ - file://Fixed-build-error-on-musl.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 \ - " diff --git a/meta-networking/recipes-connectivity/adcli/adcli_0.9.0.bb b/meta-networking/recipes-connectivity/adcli/adcli_0.9.0.bb new file mode 100644 index 0000000000..76df27851b --- /dev/null +++ b/meta-networking/recipes-connectivity/adcli/adcli_0.9.0.bb @@ -0,0 +1,27 @@ +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 \ + " + +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 \ + " -- cgit v1.2.3-54-g00ecf