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

git at git.openembedded.org git at git.openembedded.org
Wed Aug 3 12:01:13 UTC 2016


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

commit 78abc5a22d5c5e0c25e2e713c5f9c2b49d1fc7c7
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