[Buildroot] [git commit] package/avahi: drop unneeded am_cv_path_PYTHON

Peter Korsgaard peter at korsgaard.com
Mon Feb 7 18:20:07 UTC 2022


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

It is not used by the configure script and refer to PYTHON_TARGET_BINARY
which was dropped back in 2010 by commit e3418f69cf (python: convert to
autotargets, bump to 2.7.1, many improvements), so drop it.

Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/avahi/avahi.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/avahi/avahi.mk b/package/avahi/avahi.mk
index 13e2106014..04c4164af6 100644
--- a/package/avahi/avahi.mk
+++ b/package/avahi/avahi.mk
@@ -107,7 +107,6 @@ endif
 ifeq ($(BR2_PACKAGE_PYTHON),y)
 AVAHI_CONF_ENV += \
 	am_cv_pathless_PYTHON=python \
-	am_cv_path_PYTHON=$(PYTHON_TARGET_BINARY) \
 	am_cv_python_version=$(PYTHON_VERSION) \
 	am_cv_python_platform=linux2 \
 	am_cv_python_pythondir=/usr/lib/python$(PYTHON_VERSION_MAJOR)/site-packages \



More information about the buildroot mailing list