summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-devtools
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2020-04-14 17:00:47 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-04-23 21:36:16 +0300
commit1b933da8a732fd969dc230fb07442fbafa6a1dca (patch)
tree2c4b86562ee1fa118a905e4afc18426b6cf437d3 /meta-phosphor/recipes-devtools
parenta5f677422b224441f9ef8ac4e2bbf1e209c8f85c (diff)
downloadopenbmc-1b933da8a732fd969dc230fb07442fbafa6a1dca.tar.xz
dunfell: remove extra spaces
(From meta-phosphor rev: 3879a72e2164291102fc82c6ddfe7890d412d8bf) Change-Id: I02c4fe25fc5866dd2efb5dd0093be516e902ec74 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-devtools')
-rw-r--r--meta-phosphor/recipes-devtools/python/python-pygobject_2.28.7.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-phosphor/recipes-devtools/python/python-pygobject_2.28.7.bb b/meta-phosphor/recipes-devtools/python/python-pygobject_2.28.7.bb
index c6fb6fe26..73ac563dc 100644
--- a/meta-phosphor/recipes-devtools/python/python-pygobject_2.28.7.bb
+++ b/meta-phosphor/recipes-devtools/python/python-pygobject_2.28.7.bb
@@ -16,7 +16,7 @@ SRC_URI = "${GNOME_MIRROR}/pygobject/${MAJ_VER}/pygobject-${PV}.tar.xz \
"
# libtool-native doesn't have fixinstall.patch applied which means
-# that libs get relinked at installation time. This triggers a
+# that libs get relinked at installation time. This triggers a
# relinking along the lines of:
# gcc -L/tmp/foo/media/build1/poky/build/tmp/sysroots/x86_64-linux/usr/lib -lpyglib-2.0-python -o .libs/_glib.so
# where /tmp/foo is DESTDIR and pyglib-2.0-python may be installed/reinstalled
@@ -24,7 +24,7 @@ SRC_URI = "${GNOME_MIRROR}/pygobject/${MAJ_VER}/pygobject-${PV}.tar.xz \
# If this happens between the handoff between gcc and ld, you can see:
# /bin/ld: cannot find -lpyglib-2.0-python
# Adding a dependency rule like install-pyglibLTLIBRARIES: install-libLTLIBRARIES
-# would be ideal but automake can't cope with that without manually
+# would be ideal but automake can't cope with that without manually
# defining the whole function. Give up and disable parallel make in native builds.
PARALLEL_MAKEINST_class-native = ""