diff mbox series

[1/1] package/xenomai: drop unrecognized option

Message ID 20210119173208.436382-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/xenomai: drop unrecognized option | expand

Commit Message

Fabrice Fontaine Jan. 19, 2021, 5:32 p.m. UTC
--disable-doc-install is not available since version 3.0.6 and
https://gitlab.denx.de/Xenomai/xenomai/-/commit/6076f0951c7c37917c625b1aa1cd6905c27310f6

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/xenomai/xenomai.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard Jan. 19, 2021, 7:26 p.m. UTC | #1
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > --disable-doc-install is not available since version 3.0.6 and
 > https://gitlab.denx.de/Xenomai/xenomai/-/commit/6076f0951c7c37917c625b1aa1cd6905c27310f6

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Custom versions could conceptually still require this, but given that it
was dropped more than 3 years ago we are probably OK.

Committed, thanks.
diff mbox series

Patch

diff --git a/package/xenomai/xenomai.mk b/package/xenomai/xenomai.mk
index 11c69000df..7e3b130085 100644
--- a/package/xenomai/xenomai.mk
+++ b/package/xenomai/xenomai.mk
@@ -37,7 +37,7 @@  XENOMAI_INSTALL_STAGING = YES
 XENOMAI_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) install-user
 XENOMAI_INSTALL_STAGING_OPTS = DESTDIR=$(STAGING_DIR) install-user
 
-XENOMAI_CONF_OPTS += --includedir=/usr/include/xenomai/ --disable-doc-install
+XENOMAI_CONF_OPTS += --includedir=/usr/include/xenomai/
 
 ifeq ($(BR2_PACKAGE_XENOMAI_MERCURY),y)
 XENOMAI_CONF_OPTS += --with-core=mercury