[Buildroot] [git commit] pulseaudio: remove autoreconf

Peter Korsgaard peter at korsgaard.com
Thu Jun 21 20:33:49 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=b077257de88ed25cba6ad542196bbf5b604b93d3
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Commit 08c7b77803285 (package/pulseaudio: bump version to 12.0) removed
configure.ac patch, but forgot to drop autoreconf. Fix that.

Cc: Bernd Kuhls <bernd.kuhls at t-online.de>
Signed-off-by: Baruch Siach <baruch at tkos.co.il>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/pulseaudio/pulseaudio.mk | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/package/pulseaudio/pulseaudio.mk b/package/pulseaudio/pulseaudio.mk
index 1f6bab2e3d..55f9def639 100644
--- a/package/pulseaudio/pulseaudio.mk
+++ b/package/pulseaudio/pulseaudio.mk
@@ -15,9 +15,6 @@ PULSEAUDIO_CONF_OPTS = \
 	--disable-legacy-database-entry-format \
 	--disable-manpages
 
-# 0001-memfd-wrappers-only-define-memfd_create-if-not-alrea.patch
-PULSEAUDIO_AUTORECONF = YES
-
 PULSEAUDIO_DEPENDENCIES = \
 	host-pkgconf libtool libsndfile speex host-intltool \
 	$(if $(BR2_PACKAGE_LIBGLIB2),libglib2) \


More information about the buildroot mailing list