]> 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>
Fri, 23 Jun 2017 10:43:39 +0000 (11:43 +0100)
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 <peter.kjellerstedt@axis.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-kernel/linux-firmware/linux-firmware_git.bb

index 4558dafdac7e5f80e977a1f4fe995cbf2aa43de5..53089f2767898ff900d183aab40dc18c8f4fda1d 100644 (file)
@@ -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