From: Peter Kjellerstedt Date: Thu, 15 Jun 2017 13:53:06 +0000 (+0200) Subject: linux-firmware: Avoid a dependency on python-core X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~20977 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fc4d5a31f05970d8d80b0106ea81d486f298e33;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git linux-firmware: Avoid a dependency on python-core Remove the check_whence.py script since it is only needed to validate the WHENCE file, and only if explicitly running `make check`. Signed-off-by: Peter Kjellerstedt Signed-off-by: Ross Burton --- diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb index 4558dafdac7..53089f27678 100644 --- a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb @@ -210,6 +210,9 @@ do_install() { # Remove pointless bash script rm ${D}${nonarch_base_libdir}/firmware/configure + # Remove python script used to check the WHENCE file + rm ${D}${nonarch_base_libdir}/firmware/check_whence.py + # Libertas sd8686 ln -sf libertas/sd8686_v9.bin ${D}${nonarch_base_libdir}/firmware/sd8686.bin ln -sf libertas/sd8686_v9_helper.bin ${D}${nonarch_base_libdir}/firmware/sd8686_helper.bin