[oe-commits] Otavio Salvador : linux-firmware: Remove 'Makefile' from packages

git at git.openembedded.org git at git.openembedded.org
Tue Apr 2 17:11:31 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: c3a0225191eef45cae5aae771ce7c630155be45b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=c3a0225191eef45cae5aae771ce7c630155be45b

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Thu Mar 28 13:58:12 2013 -0300

linux-firmware: Remove 'Makefile' from packages

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 at ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../linux-firmware/linux-firmware_git.bb           |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
index b9e00fc..2b05172 100644
--- a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
+++ b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
@@ -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





More information about the Openembedded-commits mailing list