diff options
| author | Liu Yiding <liuyd.fnst@fujitsu.com> | 2026-01-19 09:27:07 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-20 08:27:11 -0800 |
| commit | b80cb54dc60db50613ccf52340bcfcd1e46b9bf3 (patch) | |
| tree | 3026a8f3f15fd2bf34f35d7ca6c6c7e32bbd3312 /meta-networking/recipes-connectivity/adcli/adcli_0.9.3.1.bb | |
| parent | a3b7809b38d337cb03060e202d3500283746c99b (diff) | |
| download | meta-openembedded-b80cb54dc60db50613ccf52340bcfcd1e46b9bf3.tar.gz | |
adcli: upgrade 0.9.2 -> 0.9.3.1
1. Add pkgconfig to solve following configure error:
../sources/adcli-0.9.3.1/configure: line 15340: syntax error near unexpected token `LIBSELINUX,'
../sources/adcli-0.9.3.1/configure: line 15340: `PKG_CHECK_MODULES(LIBSELINUX, libselinux, found_libselinux=yes, found_libselinux=no)'
2. Add PACKAGECONFIG[selinux] for new selinux support in 0.9.3.1.
3. Add 0001-configure.ac-Fix-selinux-error-for-cross_compiling.patch to fix SELINUX_MAKEFILE file check in 0.9.3.1.
4. Add --disable-offline-join-support to solve following configure error
configure: error: Couldn't build offline join support, Samba version too old or libnatapi devel package is missing
Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/adcli/adcli_0.9.3.1.bb')
| -rw-r--r-- | meta-networking/recipes-connectivity/adcli/adcli_0.9.3.1.bb | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/adcli/adcli_0.9.3.1.bb b/meta-networking/recipes-connectivity/adcli/adcli_0.9.3.1.bb new file mode 100644 index 0000000000..a15afbe2ec --- /dev/null +++ b/meta-networking/recipes-connectivity/adcli/adcli_0.9.3.1.bb | |||
| @@ -0,0 +1,30 @@ | |||
| 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 | |||
| 7 | SRCREV = "f3b69c2497c1a66359047abc3042c11cab2199e1" | ||
| 8 | |||
| 9 | SRC_URI = "git://gitlab.freedesktop.org/realmd/adcli;protocol=https;branch=master;tag=${PV} \ | ||
| 10 | file://0001-configure.ac-Fix-selinux-error-for-cross_compiling.patch \ | ||
| 11 | " | ||
| 12 | |||
| 13 | LICENSE = "LGPL-2.0-or-later" | ||
| 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6" | ||
| 15 | |||
| 16 | inherit autotools xmlcatalog pkgconfig | ||
| 17 | |||
| 18 | DEPENDS += "virtual/crypt krb5 openldap gettext libxslt xmlto libxml2-native \ | ||
| 19 | cyrus-sasl libxslt-native xmlto-native coreutils-native\ | ||
| 20 | " | ||
| 21 | |||
| 22 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'selinux', d)}" | ||
| 23 | PACKAGECONFIG[selinux] = ",--disable-selinux-support,libselinux,libselinux" | ||
| 24 | |||
| 25 | EXTRA_OECONF += "--disable-silent-rules \ | ||
| 26 | --disable-doc \ | ||
| 27 | --disable-offline-join-support \ | ||
| 28 | " | ||
| 29 | |||
| 30 | FILES:${PN} += "${datadir}" | ||
