Files
poky/meta/recipes-devtools/python/python-pygtk/fix-pygtk-2.0.pc.patch
Gary Thomas 8e146975a3 python-pygtk: Restore pkg-config file
Some previous version of this recipe was errantly removing the pygtk-2.0.pc
(pkg-config) file.  This is needed for other packages to be able to build
against this library.

Also update the .pc file to match current pkg-config use (libdir was missing).

(From OE-Core rev: 8c6158d7bcca2ecf3e150d1e8eaaaa4ece58e1e2)

Signed-off-by: Gary Thomas <gary@mlbassoc.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-11-04 10:27:12 +00:00

14 lines
371 B
Diff

Upstream-Status: Inappropriate [configuration]
Index: pygtk-2.24.0/pygtk-2.0.pc.in
===================================================================
--- pygtk-2.24.0.orig/pygtk-2.0.pc.in
+++ pygtk-2.24.0/pygtk-2.0.pc.in
@@ -1,5 +1,6 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
+libdir=@libdir@
includedir=@includedir@
datarootdir=@datarootdir@
datadir=@datadir@