From 66d348ae18c6e73d6ff9d935a241e55a65948be6 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Wed, 9 Mar 2022 18:59:31 +0100 Subject: [PATCH] package/ola: drop autoreconf OLA_AUTORECONF has been set since re-introduction of package in commit 16ff948444c3978d63f483344a3d92d994c64312 but it is not needed as no patches are touching Makefile.am or ola.m4 anymore Signed-off-by: Fabrice Fontaine Signed-off-by: Yann E. MORIN --- package/ola/ola.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/package/ola/ola.mk b/package/ola/ola.mk index 5090076175..1874350784 100644 --- a/package/ola/ola.mk +++ b/package/ola/ola.mk @@ -9,7 +9,6 @@ OLA_SITE = https://github.com/OpenLightingProject/ola/releases/download/$(OLA_VE OLA_LICENSE = LGPL-2.1+ (libola, libolacommon, Python bindings), GPL-2.0+ (libolaserver, olad, Python examples and tests) OLA_LICENSE_FILES = COPYING GPL LGPL LICENCE OLA_INSTALL_STAGING = YES -OLA_AUTORECONF = YES # util-linux provides uuid lib OLA_DEPENDENCIES = protobuf util-linux host-bison host-flex host-ola