PATCH: Kbuild: mkspec has to include /lib/firmware contents

From: Luiz Fernando N. Capitulino
Date: Thu Aug 28 2008 - 13:07:52 EST



We have to include the contents of /lib/firmware directory when building
the RPM package, otherwise the build will fail because of unpackaged
files.

Signed-off-by: Luiz Fernando N. Capitulino <lcapitulino@xxxxxxxxxxxxxxx>
---
scripts/package/mkspec | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/scripts/package/mkspec b/scripts/package/mkspec
index ffd61fe..4f5d8cd 100755
--- a/scripts/package/mkspec
+++ b/scripts/package/mkspec
@@ -92,5 +92,6 @@ echo "%files"
echo '%defattr (-, root, root)'
echo "%dir /lib/modules"
echo "/lib/modules/$KERNELRELEASE"
+echo "/lib/firmware/*"
echo "/boot/*"
echo ""
--
1.5.6



--
Luiz Fernando N. Capitulino
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/