From 4f82c4eaf7a6944c3d1bb17fd6972ea035b6a27c Mon Sep 17 00:00:00 2001 From: Elizabeth Flanagan Date: Wed, 26 Sep 2012 14:50:07 -0700 Subject: license.bbclass: Variable standardization The variable mentioned in license.conf is LICENSE_PATH. The variable used in license.bbclass is LICENSE_DIR. Conforming to what is in license.conf (From OE-Core rev: c6e13d9cd26d016ab06e7447b307d413e1331aa0) Signed-off-by: Elizabeth Flanagan Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/classes/license.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/classes') diff --git a/meta/classes/license.bbclass b/meta/classes/license.bbclass index ffcaf93c53..ad543f6188 100644 --- a/meta/classes/license.bbclass +++ b/meta/classes/license.bbclass @@ -186,7 +186,7 @@ python do_populate_lic() { license_source_dirs = [] license_source_dirs.append(generic_directory) try: - additional_lic_dirs = d.getVar('LICENSE_DIR', True).split() + additional_lic_dirs = d.getVar('LICENSE_PATH', True).split() for lic_dir in additional_lic_dirs: license_source_dirs.append(lic_dir) except: -- cgit v1.2.3-54-g00ecf