[oe-commits] [meta-openembedded] 14/47: python-pygobject: Fix style issue

git at git.openembedded.org git at git.openembedded.org
Tue Feb 19 15:21:10 UTC 2019


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch thud-next
in repository meta-openembedded.

commit 40359bf750c8a6b0662df6778c148a297a906513
Author: Niko Mauno <niko.mauno at iki.fi>
AuthorDate: Sat Dec 1 19:57:13 2018 +0200

    python-pygobject: Fix style issue
    
    Add missing space characters around the operator in SRCNAME declaration
    
    Signed-off-by: Niko Mauno <niko.mauno at iki.fi>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-devtools/python/python-pygobject_3.28.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/python/python-pygobject_3.28.3.bb b/meta-oe/recipes-devtools/python/python-pygobject_3.28.3.bb
index a030df9..87c1202 100644
--- a/meta-oe/recipes-devtools/python/python-pygobject_3.28.3.bb
+++ b/meta-oe/recipes-devtools/python/python-pygobject_3.28.3.bb
@@ -8,7 +8,7 @@ inherit gnomebase gobject-introspection distutils-base upstream-version-is-even
 
 DEPENDS += "python glib-2.0"
 
-SRCNAME="pygobject"
+SRCNAME = "pygobject"
 SRC_URI = " \
     http://ftp.gnome.org/pub/GNOME/sources/${SRCNAME}/${@gnome_verdir("${PV}")}/${SRCNAME}-${PV}.tar.xz \
 "

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


More information about the Openembedded-commits mailing list