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:13:40 +0000 (18:13 +0100)
The 'Makefile' should not be deployed in the packages as it is of no
use for target and end user.

(From OE-Core rev: c3a0225191eef45cae5aae771ce7c630155be45b)

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 b9e00fc..2b05172 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