[oe-commits] Andrea Adami : kexec-tools: explicit packaging of kexec and kdump

git version control git at git.openembedded.org
Fri Oct 22 03:30:53 UTC 2010


Module: openembedded.git
Branch: kergoth/autotools
Commit: d3a9a67eff70eafa6d2a19914a4aad4289046136
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d3a9a67eff70eafa6d2a19914a4aad4289046136

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Sun Oct 10 01:42:28 2010 +0200

kexec-tools: explicit packaging of kexec and kdump

---

 recipes/kexec-tools/kexec-tools_2.0.2.bb |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/recipes/kexec-tools/kexec-tools_2.0.2.bb b/recipes/kexec-tools/kexec-tools_2.0.2.bb
index d9800b1..28ab240 100644
--- a/recipes/kexec-tools/kexec-tools_2.0.2.bb
+++ b/recipes/kexec-tools/kexec-tools_2.0.2.bb
@@ -1,6 +1,11 @@
 require kexec-tools_${PV}.inc
 
-PR = "r0"
+PR = "r1"
 
 EXTRA_OECONF = " --with-zlib=yes"
 export LDFLAGS = "-L${STAGING_LIBDIR}"
+
+PACKAGES =+ "kexec kdump"
+
+FILES_kexec = "${sbindir}/kexec"
+FILES_kdump = "${sbindir}/kdump"





More information about the Openembedded-commits mailing list