diff options
| author | Liu Yiding <liuyd.fnst@fujitsu.com> | 2026-01-14 15:34:11 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-14 09:00:38 -0800 |
| commit | bc312fe13bafeb19d124d4a48cfafa6df2d24a22 (patch) | |
| tree | 1266ebf1323f789ab2d83a6379d95192fe1c2417 | |
| parent | 0bb156371e433cf3e9fdc4291da2319d63a83575 (diff) | |
| download | meta-openembedded-bc312fe13bafeb19d124d4a48cfafa6df2d24a22.tar.gz | |
adcli: Fix OECONF
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>
| -rw-r--r-- | meta-networking/recipes-connectivity/adcli/adcli_0.9.2.bb | 3 |
1 files changed, 1 insertions, 2 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 index 2f15abbcfd..7bd07491fe 100644 --- a/meta-networking/recipes-connectivity/adcli/adcli_0.9.2.bb +++ b/meta-networking/recipes-connectivity/adcli/adcli_0.9.2.bb | |||
| @@ -18,7 +18,6 @@ DEPENDS += "virtual/crypt krb5 openldap gettext libxslt xmlto libxml2-native \ | |||
| 18 | cyrus-sasl libxslt-native xmlto-native coreutils-native\ | 18 | cyrus-sasl libxslt-native xmlto-native coreutils-native\ |
| 19 | " | 19 | " |
| 20 | 20 | ||
| 21 | EXTRA_OECONF += "--disable-static \ | 21 | EXTRA_OECONF += "--disable-silent-rules \ |
| 22 | --disable-silent-rules \ | ||
| 23 | --disable-doc \ | 22 | --disable-doc \ |
| 24 | " | 23 | " |
