[oe-commits] [openembedded-core] 11/31: packagegroup-core-lsb: fix whitespace in meta-qt* warnings

git at git.openembedded.org git at git.openembedded.org
Fri Apr 29 08:24:18 UTC 2016


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

commit cd582604baedbe8c3b54692f5945cbc6e5f1fce1
Author: Joshua Lock <joshua.g.lock at intel.com>
AuthorDate: Thu Apr 28 14:27:45 2016 +0100

    packagegroup-core-lsb: fix whitespace in meta-qt* warnings
    
    Without these extra space characters the messages are ill-formatted, i.e:
    'The meta-qt3 layer should be added, this layer provides Qt 3.xlibraries.
    Its intended use is for passing LSB tests as Qt3 isa requirement for LSB.'
    
    Changes to:
    'The meta-qt3 layer should be added, this layer provides Qt 3.x libraries.
    Its intended use is for passing LSB tests as Qt3 is a requirement for LSB.'
    
    Signed-off-by: Joshua Lock <joshua.g.lock at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb b/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb
index a29c3d7..fb533ce 100644
--- a/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb
+++ b/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb
@@ -206,8 +206,8 @@ def get_libqt3(d):
         if 'qt3' in d.getVar('BBFILE_COLLECTIONS', False) or "":
             return 'libqt-mt3'
 
-        bb.warn('The meta-qt3 layer should be added, this layer provides Qt 3.x' \
-                'libraries. Its intended use is for passing LSB tests as Qt3 is' \
+        bb.warn('The meta-qt3 layer should be added, this layer provides Qt 3.x ' \
+                'libraries. Its intended use is for passing LSB tests as Qt3 is ' \
                 'a requirement for LSB.')
     return ''
 
@@ -229,8 +229,8 @@ def get_libqt4(d):
         if 'qt4' in d.getVar('BBFILE_COLLECTIONS', False) or "":
             return d.getVar('QT4PKGS', False)
 
-        bb.warn('The meta-qt4 layer should be added, this layer provides Qt 4.x' \
-                'libraries. Its intended use is for passing LSB tests as Qt4 is' \
+        bb.warn('The meta-qt4 layer should be added, this layer provides Qt 4.x ' \
+                'libraries. Its intended use is for passing LSB tests as Qt4 is ' \
                 'a requirement for LSB.')
     return ''
 

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


More information about the Openembedded-commits mailing list