diff options
-rw-r--r-- | meta/recipes-devtools/python/python-pygobject_2.27.91.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-pygobject_2.27.91.bb b/meta/recipes-devtools/python/python-pygobject_2.27.91.bb index 3dc2d99483..322521bc20 100644 --- a/meta/recipes-devtools/python/python-pygobject_2.27.91.bb +++ b/meta/recipes-devtools/python/python-pygobject_2.27.91.bb @@ -20,6 +20,8 @@ S = "${WORKDIR}/pygobject-${PV}" FILESPATH = "${FILE_DIRNAME}/python-pygobject:${FILE_DIRNAME}/files" EXTRA_OECONF += "--disable-introspection" +PARALLEL_MAKEINST = "" + inherit autotools distutils-base pkgconfig # necessary to let the call for python-config succeed |