mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 00:50:00 +00:00
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>
This commit is contained in:
@@ -48,7 +48,7 @@ do_install() {
|
|||||||
install -m 0644 ${B}/toybox.links ${D}${sysconfdir}
|
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
|
# If you've chosen to install toybox you probably want it to take precedence
|
||||||
# over busybox where possible but not over other packages
|
# over busybox where possible but not over other packages
|
||||||
|
|||||||
Reference in New Issue
Block a user