[oe-commits] [meta-openembedded] 23/26: toybox: use cml1.bbclass to add a proper menuconfig task

git at git.openembedded.org git at git.openembedded.org
Tue Dec 4 17:44:15 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit e12fa85d3c0b4d67ec55b36b92231e5168756fae
Author: Eduardas Meile <eduardas.m at fods.com>
AuthorDate: Tue Dec 4 18:52:57 2018 +0200

    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 at fods.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 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 1ea868f..614136e 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list