[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080828140726.2feee90b@doriath.conectiva>
Date: Thu, 28 Aug 2008 14:07:26 -0300
From: "Luiz Fernando N. Capitulino" <lcapitulino@...driva.com.br>
To: sam@...nborg.org
Cc: linux-kernel@...r.kernel.org
Subject: PATCH: Kbuild: mkspec has to include /lib/firmware contents
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@...driva.com.br>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists