[oe-commits] [bitbake] 27/40: toaster: add local_source_dir to the needed_fields

git at git.openembedded.org git at git.openembedded.org
Wed Aug 10 23:12:10 UTC 2016


rpurdie pushed a commit to branch master
in repository bitbake.

commit 4350b01f776e6e35745c3eb9440587973de00eec
Author: Sujith H <sujith.h at gmail.com>
AuthorDate: Wed Jul 27 06:16:29 2016 +0000

    toaster: add local_source_dir to the needed_fields
    
    This change will help us know if local_source_dir
    is null or if there is value associated with this
    field. This change will help us display the details
    for duplicate layers tryied to import locally.
    
    [YOCOT #9911]
    
    Signed-off-by: Sujith H <sujith.h at gmail.com>
---
 lib/toaster/toastergui/typeaheads.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/toaster/toastergui/typeaheads.py b/lib/toaster/toastergui/typeaheads.py
index dd4b7f5..4ded9ac 100644
--- a/lib/toaster/toastergui/typeaheads.py
+++ b/lib/toaster/toastergui/typeaheads.py
@@ -55,6 +55,7 @@ class LayersTypeAhead(ToasterTypeAhead):
                 'vcs_url' : layer_version.layer.vcs_url,
                 'vcs_reference' : vcs_reference,
                 'detail' : detail,
+                'local_source_dir' : layer_version.layer.local_source_dir,
             }
 
             results.append(needed_fields)

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


More information about the Openembedded-commits mailing list