[Buildroot] [PATCH 1/1] package/rygel: drop autoreconf

Fabrice Fontaine fontaine.fabrice at gmail.com
Sun Dec 22 10:33:42 UTC 2019


autoreconf is not needed since bump to version 0.36.2 in commit
76f86c409d016851d4d63216ada969e6cd81dd56

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
---
 package/rygel/rygel.mk | 2 --
 1 file changed, 2 deletions(-)

diff --git a/package/rygel/rygel.mk b/package/rygel/rygel.mk
index 5ffb6a9400..d87beda8c9 100644
--- a/package/rygel/rygel.mk
+++ b/package/rygel/rygel.mk
@@ -17,8 +17,6 @@ RYGEL_DEPENDENCIES = \
 	sqlite \
 	$(TARGET_NLS_DEPENDENCIES)
 RYGEL_INSTALL_STAGING = YES
-# We're patching configure.ac
-RYGEL_AUTORECONF = YES
 
 RYGEL_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
 RYGEL_CONF_OPTS += \
-- 
2.24.0



More information about the buildroot mailing list