[Buildroot] [git commit branch/2021.11.x] package/pkcs11-helper: drop autoreconf

Peter Korsgaard peter at korsgaard.com
Sun Feb 6 14:52:29 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=95f5dcef1ba2c05a5ef23f619dac24c067148624
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.11.x

autoreconf is not needed since commit
dbf8047f64f081ffbc97b67dd891690632377692 as the official tarball already
ships a configure file

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit 59f8a971ae6c8f88bf99dede56946e701a2c1b40)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/pkcs11-helper/pkcs11-helper.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/pkcs11-helper/pkcs11-helper.mk b/package/pkcs11-helper/pkcs11-helper.mk
index 805e000759..90929404be 100644
--- a/package/pkcs11-helper/pkcs11-helper.mk
+++ b/package/pkcs11-helper/pkcs11-helper.mk
@@ -10,7 +10,6 @@ PKCS11_HELPER_SITE = https://github.com/OpenSC/pkcs11-helper/releases/download/p
 PKCS11_HELPER_LICENSE = GPL-2.0 or BSD-3-Clause
 PKCS11_HELPER_LICENSE_FILES = COPYING COPYING.BSD COPYING.GPL
 PKCS11_HELPER_DEPENDENCIES = host-pkgconf
-PKCS11_HELPER_AUTORECONF = YES
 PKCS11_HELPER_INSTALL_STAGING = YES
 
 PKCS11_HELPER_CONF_OPTS = \



More information about the buildroot mailing list