summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardas Meile <eduardas.m@fods.com>2018-12-04 18:52:57 +0200
committerKhem Raj <raj.khem@gmail.com>2018-12-04 17:51:35 -0800
commitd1ccc474a4ef2ad457f0a83c017c5dce38e46428 (patch)
treee962dcc5e7065778863611f2e07ec5ce2f51c72b
parente797bcdbe11f9be7fa9c598e143845cf27be830d (diff)
downloadmeta-openembedded-d1ccc474a4ef2ad457f0a83c017c5dce38e46428.tar.gz
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 <eduardas.m@fods.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-core/toybox/toybox_0.7.5.bb2
1 files changed, 1 insertions, 1 deletions
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() {
48 install -m 0644 ${B}/toybox.links ${D}${sysconfdir} 48 install -m 0644 ${B}/toybox.links ${D}${sysconfdir}
49} 49}
50 50
51inherit update-alternatives 51inherit cml1 update-alternatives
52 52
53# If you've chosen to install toybox you probably want it to take precedence 53# If you've chosen to install toybox you probably want it to take precedence
54# over busybox where possible but not over other packages 54# over busybox where possible but not over other packages