diff options
| author | Eduardas Meile <eduardas.m@fods.com> | 2018-12-04 18:52:57 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-12-04 17:51:35 -0800 |
| commit | d1ccc474a4ef2ad457f0a83c017c5dce38e46428 (patch) | |
| tree | e962dcc5e7065778863611f2e07ec5ce2f51c72b | |
| parent | e797bcdbe11f9be7fa9c598e143845cf27be830d (diff) | |
| download | meta-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.bb | 2 |
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 1ea868f672..614136e27f 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 | ||
| 51 | inherit update-alternatives | 51 | inherit 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 |
