]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-firmware: Remove 'Makefile' from packages
authorOtavio Salvador <otavio@ossystems.com.br>
Thu, 28 Mar 2013 16:58:12 +0000 (13:58 -0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Apr 2013 17:12:08 +0000 (18:12 +0100)
The 'Makefile' should not be deployed in the packages as it is of no
use for target and end user.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux-firmware/linux-firmware_git.bb

index b9e00fcdd649de06e3e37443e42597c71ca777d6..2b051724e753ab97a792a67e2429edd3d1e84bba 100644 (file)
@@ -38,6 +38,9 @@ do_install() {
        install -d  ${D}/lib/firmware/
        cp -r * ${D}/lib/firmware/
 
+       # Avoid Makefile to be deplyed
+       rm ${D}/lib/firmware/Makefile
+
        # Libertas sd8686
        ln -sf libertas/sd8686_v9.bin ${D}/lib/firmware/sd8686.bin
        ln -sf libertas/sd8686_v9_helper.bin ${D}/lib/firmware/sd8686_helper.bin