[oe-commits] [openembedded-core] 06/20: devtool: Add a line break to generated README

git at git.openembedded.org git at git.openembedded.org
Tue Sep 27 08:13:57 UTC 2016


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

commit c9ef247ab57e43b8f2b1bf455ed2d81b47615bcd
Author: Joe MacDonald <joe_macdonald at mentor.com>
AuthorDate: Mon Sep 26 09:17:08 2016 -0400

    devtool: Add a line break to generated README
    
    When devtool creates a new workspace, it produced a README with one very
    long line and no space following 'bblayers.conf'.  Add a line break as was
    intended.
    
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 scripts/devtool | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/devtool b/scripts/devtool
index 91e3954..0c32c50 100755
--- a/scripts/devtool
+++ b/scripts/devtool
@@ -187,7 +187,7 @@ def _create_workspace(workspacedir, config, basepath):
             f.write('directly (although recipes added with "devtool add" will often need\n')
             f.write('direct modification.)\n')
             f.write('\nIf you no longer need to use devtool or the workspace layer\'s contents\n')
-            f.write('you can remove the path to this workspace layer from your conf/bblayers.conf')
+            f.write('you can remove the path to this workspace layer from your conf/bblayers.conf\n')
             f.write('file (and then delete the layer, if you wish).\n')
             f.write('\nNote that by default, if devtool fetches and unpacks source code, it\n')
             f.write('will place it in a subdirectory of a "sources" subdirectory of the\n')

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


More information about the Openembedded-commits mailing list