From: Thomas De Schampheleire Date: Tue, 8 Jan 2019 20:38:53 +0000 (+0100) Subject: xenomai: remove unnecessary autoreconf X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4219c58c386fdd351eb75185fa851addd63a75ed;p=buildroot.git xenomai: remove unnecessary autoreconf As xenomai release tarballs ship with a configure script, there is only a need for autoreconfiguring when patches are applied. The last patch was removed with git commit de993bc23aab100e16026cb4cabebed48b9e1989 but the AUTORECONF line remained. Signed-off-by: Thomas De Schampheleire Signed-off-by: Peter Korsgaard --- diff --git a/package/xenomai/xenomai.mk b/package/xenomai/xenomai.mk index 6bf08edfbc..d88e969adb 100644 --- a/package/xenomai/xenomai.mk +++ b/package/xenomai/xenomai.mk @@ -24,8 +24,6 @@ XENOMAI_LICENSE_FILES = debian/copyright include/COPYING kernel/cobalt/COPYING \ XENOMAI_DEPENDENCIES = host-pkgconf -# 0002-boilerplate-build-obstack-support-conditionally.patch -XENOMAI_AUTORECONF = YES XENOMAI_INSTALL_STAGING = YES XENOMAI_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) install-user