From d1ccc474a4ef2ad457f0a83c017c5dce38e46428 Mon Sep 17 00:00:00 2001 From: Eduardas Meile Date: Tue, 4 Dec 2018 18:52:57 +0200 Subject: toybox: use cml1.bbclass to add a proper menuconfig task It is sometimes convenient to use "bitbake toybox -c menuconfig". Signed-off-by: Eduardas Meile Signed-off-by: Khem Raj --- meta-oe/recipes-core/toybox/toybox_0.7.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-core/toybox/toybox_0.7.5.bb b/meta-oe/recipes-core/toybox/toybox_0.7.5.bb index 1ea868f67..614136e27 100644 --- a/meta-oe/recipes-core/toybox/toybox_0.7.5.bb +++ b/meta-oe/recipes-core/toybox/toybox_0.7.5.bb @@ -48,7 +48,7 @@ do_install() { install -m 0644 ${B}/toybox.links ${D}${sysconfdir} } -inherit update-alternatives +inherit cml1 update-alternatives # If you've chosen to install toybox you probably want it to take precedence # over busybox where possible but not over other packages -- cgit v1.2.3-54-g00ecf