[Buildroot] [git commit] package/libpsl: remove docs config option

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Wed Oct 27 20:30:35 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=bcde80febd2f0455ba5c34f8aa870fc8133749ae
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

This option is only available in master and not any release.

Fixes:
output/build/libpsl-0.21.1/meson.build:1:0: ERROR: Unknown options: "docs"

Signed-off-by: James Hilliard <james.hilliard1 at gmail.com>
Acked-by: Adrian Perez de Castro <aperez at igalia.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 package/libpsl/libpsl.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/libpsl/libpsl.mk b/package/libpsl/libpsl.mk
index 69e5da4ca4..5dc03a7c24 100644
--- a/package/libpsl/libpsl.mk
+++ b/package/libpsl/libpsl.mk
@@ -10,7 +10,6 @@ LIBPSL_LICENSE = MIT, BSD-3-Clause
 LIBPSL_LICENSE_FILES = COPYING src/LICENSE.chromium
 LIBPSL_DEPENDENCIES = host-pkgconf
 LIBPSL_INSTALL_STAGING = YES
-LIBPSL_CONF_OPTS = -Ddocs=false
 
 # The order of checks is the same as done by libpsl when configured.
 ifeq ($(BR2_PACKAGE_LIBIDN2)$(BR2_PACKAGE_LIBUNISTRING),yy)


More information about the buildroot mailing list