wireless-regdb: fix build when python2 from package feeds exists
authorPetr Štetiar <[email protected]>
Wed, 31 Jul 2019 16:11:01 +0000 (18:11 +0200)
committerHauke Mehrtens <[email protected]>
Fri, 22 Nov 2019 00:10:48 +0000 (01:10 +0100)
commit538ca42ddad8ff37676bf78b31e176fd5ca4f704
treecd0872fe5c23bfed16a1e5afdf7a4362dd75280a
parent2751c5c7521930e22a8c01d66000ef0d9bfd6084
wireless-regdb: fix build when python2 from package feeds exists

wireless-regdb fails to build if there is python2 installed from package
feeds, as staging_dir/hostpkg/bin/python is python2 and
staging_dir/hostpkg/bin takes precedence over staging_dir/host/bin
(proper place with python -> python3 symlink) which leads to the build
failure of wireless-regdb, so this patch makes it explicit which python
should be used.

Reported-by: Hauke Mehrtens <[email protected]>
Tested-by: Kevin Darbyshire-Bryant <[email protected]>
Tested-by: Russell Senior <[email protected]>
Tested-by: Lucian Cristian <[email protected]>
Signed-off-by: Petr Štetiar <[email protected]>
(cherry picked from commit b6bae4a2c9f11f7e55319c2b4c709396ce649688)
package/firmware/wireless-regdb/Makefile