[Buildroot] [git commit branch/next] package/aubio: drop AUBIO_REMOVE_OLD_WAF hook

Peter Korsgaard peter at korsgaard.com
Fri Feb 10 14:10:35 UTC 2023


commit: https://git.buildroot.net/buildroot/commit/?id=c4543911494b2a485f159eae21bb703b676ec2c9
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

As that is now handled by the waf-package infrastructure.

Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
Reviewed-by: Romain Naour <romain.naour at smile.fr>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/aubio/aubio.mk | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/package/aubio/aubio.mk b/package/aubio/aubio.mk
index c995fdfac7..64174a113d 100644
--- a/package/aubio/aubio.mk
+++ b/package/aubio/aubio.mk
@@ -21,12 +21,6 @@ AUBIO_CONF_OPTS = \
 # https://github.com/jackaudio/jack2/issues/898
 AUBIO_NEEDS_EXTERNAL_WAF = YES
 
-# The old waf script bundled in aubio 0.4.9 need to be removed first.
-define AUBIO_REMOVE_OLD_WAF
-	$(RM) -fr $(@D)/waf $(@D)/waflib
-endef
-AUBIO_POST_EXTRACT_HOOKS = AUBIO_REMOVE_OLD_WAF
-
 # Add --notests for each build step to avoid running unit tests on the
 # build machine.
 AUBIO_WAF_OPTS = --notests



More information about the buildroot mailing list