[OE-core] [PATCH] devtool: modify: use correct local files directory name

Markus Lehtonen markus.lehtonen at linux.intel.com
Thu Oct 1 10:03:36 UTC 2015


The name of the directory for local source files under srctree is
'oe-local-files', not 'local-files'. Fixes a bug that slipped through
in b7ab82485e4514e07ab8a76e554da27ddc92e6c0.

Signed-off-by: Markus Lehtonen <markus.lehtonen at linux.intel.com>
---
 scripts/lib/devtool/standard.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py
index b455a22..8676e42 100644
--- a/scripts/lib/devtool/standard.py
+++ b/scripts/lib/devtool/standard.py
@@ -562,7 +562,7 @@ def modify(args, config, basepath, workspace):
         # Local files can be modified/tracked in separate subdir under srctree
         # Mostly useful for packages with S != WORKDIR
         f.write('FILESPATH_prepend := "%s:"\n' %
-                os.path.join(srctree, 'local-files'))
+                os.path.join(srctree, 'oe-local-files'))
 
         f.write('\ninherit externalsrc\n')
         f.write('# NOTE: We use pn- overrides here to avoid affecting multiple variants in the case where the recipe uses BBCLASSEXTEND\n')
-- 
2.1.4




More information about the Openembedded-core mailing list