]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-firmware: Avoid a dependency on python-core
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Thu, 15 Jun 2017 13:53:06 +0000 (15:53 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 27 Jul 2017 21:34:47 +0000 (22:34 +0100)
Remove the check_whence.py script since it is only needed to validate
the WHENCE file, and only if explicitly running `make check`.

(From OE-Core rev: 1fc4d5a31f05970d8d80b0106ea81d486f298e33)

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-kernel/linux-firmware/linux-firmware_git.bb

index be5bdbd7f5349b5e3e14898c9d941e3e0ddbe049..7abb3787091ae68b6dce5c54277f2c7b916b20a3 100644 (file)
@@ -207,6 +207,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