[oe-commits] [openembedded-core] 09/32: cml1: fix tasks after default [dirs] changed

git at git.openembedded.org git at git.openembedded.org
Thu Aug 4 14:23:17 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 614d976ee97d6386c37afb54add5b83741ca401e
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Thu Jul 28 20:37:04 2016 +0100

    cml1: fix tasks after default [dirs] changed
    
    These tasks relied upon [dirs] being ${B} by default.  As the functions are not
    simple, add back [dirs] so they work again.
    
    [ YOCTO #10027 ]
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/classes/cml1.bbclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/classes/cml1.bbclass b/meta/classes/cml1.bbclass
index b5dc028..5834806 100644
--- a/meta/classes/cml1.bbclass
+++ b/meta/classes/cml1.bbclass
@@ -42,6 +42,7 @@ python do_menuconfig() {
 }
 do_menuconfig[depends] += "ncurses-native:do_populate_sysroot"
 do_menuconfig[nostamp] = "1"
+do_menuconfig[dirs] = "${B}"
 addtask menuconfig after do_configure
 
 python do_diffconfig() {
@@ -73,4 +74,5 @@ python do_diffconfig() {
 }
 
 do_diffconfig[nostamp] = "1"
+do_diffconfig[dirs] = "${B}"
 addtask diffconfig

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


More information about the Openembedded-commits mailing list