From 40359bf750c8a6b0662df6778c148a297a906513 Mon Sep 17 00:00:00 2001 From: Niko Mauno Date: Sat, 1 Dec 2018 19:57:13 +0200 Subject: python-pygobject: Fix style issue Add missing space characters around the operator in SRCNAME declaration Signed-off-by: Niko Mauno Signed-off-by: Khem Raj Signed-off-by: Armin Kuster --- 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 a030df98c4..87c1202a14 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 \ " -- cgit 1.2.3-korg