mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-27 12:01:38 +01:00
Remove "--disable-static" as it's not needed for default option. ./configure --help --enable-static[=PKGS] build static libraries [default=no] Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
24 lines
722 B
BlitzBasic
24 lines
722 B
BlitzBasic
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 = "8e88e3590a19006362ea8b8dfdc18bb88b3cb3b5"
|
|
|
|
SRC_URI = "git://gitlab.freedesktop.org/realmd/adcli;protocol=https;branch=master"
|
|
|
|
|
|
LICENSE = "LGPL-2.0-or-later"
|
|
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-silent-rules \
|
|
--disable-doc \
|
|
"
|