diff options
-rw-r--r-- | packages/gnome/gnome-python_2.22.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/gnome/gnome-python_2.22.1.bb b/packages/gnome/gnome-python_2.22.1.bb index 5ea7cba83a..c21ed9860d 100644 --- a/packages/gnome/gnome-python_2.22.1.bb +++ b/packages/gnome/gnome-python_2.22.1.bb @@ -10,6 +10,7 @@ inherit gnome distutils-base pkgconfig FILES_${PN}-dbg += "${libdir}/gnome-vfs-2.0/modules/.debug" do_configure() { + sed -i -e s:'`$PKG_CONFIG --variable=defsdir pygtk-2.0`':\"${STAGING_DATADIR}/pygtk/2.0/defs\":g ${S}/configure.ac export HOST_SYS=${HOST_SYS} export BUILD_SYS=${BUILD_SYS} autotools_do_configure |