Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/libyang: drop unrecognized options
@ 2022-04-03 16:37 Fabrice Fontaine
  2022-04-03 16:37 ` [Buildroot] [PATCH 2/2] package/libyang: disable tests Fabrice Fontaine
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Fabrice Fontaine @ 2022-04-03 16:37 UTC (permalink / raw)
  To: buildroot; +Cc: Jan Kundrát, Heiko Thiery, Fabrice Fontaine

Commit 2a3edc5e00b38f4f927894d0911990c9060e4415 forgot to drop
ENABLE_LYD_PRIV and GEN_PYTHON_BINDINGS options which are not recognized
anymore

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/libyang/libyang.mk | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/package/libyang/libyang.mk b/package/libyang/libyang.mk
index 7de9531bff..832adcb627 100644
--- a/package/libyang/libyang.mk
+++ b/package/libyang/libyang.mk
@@ -15,13 +15,10 @@ LIBYANG_DEPENDENCIES = pcre2
 HOST_LIBYANG_DEPENDENCIES = host-pcre2
 
 LIBYANG_CONF_OPTS = \
-	-DENABLE_VALGRIND_TESTS=OFF \
-	-DGEN_PYTHON_BINDINGS=OFF \
-	-DENABLE_LYD_PRIV=ON
+	-DENABLE_VALGRIND_TESTS=OFF
 
 HOST_LIBYANG_CONF_OPTS = \
-	-DENABLE_VALGRIND_TESTS=OFF \
-	-DGEN_PYTHON_BINDINGS=OFF
+	-DENABLE_VALGRIND_TESTS=OFF
 
 $(eval $(cmake-package))
 $(eval $(host-cmake-package))
-- 
2.35.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-04-04 19:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-03 16:37 [Buildroot] [PATCH 1/2] package/libyang: drop unrecognized options Fabrice Fontaine
2022-04-03 16:37 ` [Buildroot] [PATCH 2/2] package/libyang: disable tests Fabrice Fontaine
2022-04-04 19:34   ` Peter Korsgaard
2022-04-03 20:25 ` [Buildroot] [PATCH 1/2] package/libyang: drop unrecognized options Yann E. MORIN
2022-04-04 19:33 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox