diff mbox

kexec-tools: reinstate 'kexec-tools' package

Message ID 1407480363-29145-1-git-send-email-koen.kooi@linaro.org
State Accepted
Commit 9e4f66ec4921c4886203dce99c105141787cc77b
Headers show

Commit Message

Koen Kooi Aug. 8, 2014, 6:46 a.m. UTC
The vmcore commit emptied out ${PN} leading to things like:

	Collected errors:
	 * opkg_install_cmd: Cannot install package kexec-tools.

Let's do the right thing and make ${PN} an empty meta-package that drags in all tools like people expect it to do.

Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
---
 meta/recipes-kernel/kexec/kexec-tools_2.0.7.bb | 3 +++
 1 file changed, 3 insertions(+)
diff mbox

Patch

diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.7.bb b/meta/recipes-kernel/kexec/kexec-tools_2.0.7.bb
index 1bb7e9f..f0ece0d 100644
--- a/meta/recipes-kernel/kexec/kexec-tools_2.0.7.bb
+++ b/meta/recipes-kernel/kexec/kexec-tools_2.0.7.bb
@@ -9,6 +9,9 @@  SRC_URI[sha256sum] = "dde5c38be39882c6c91f0129647349c4e1943b077d3020af1970b481ee
 
 PACKAGES =+ "kexec kdump vmcore-dmesg"
 
+ALLOW_EMPTY_${PN} = "1"
+RRECOMMENDS_${PN} = "kexec kdump vmcore-dmesg"
+
 FILES_kexec = "${sbindir}/kexec"
 FILES_kdump = "${sbindir}/kdump"
 FILES_vmcore-dmesg = "${sbindir}/vmcore-dmesg"