diff options
| author | Gary Thomas <gary@mlbassoc.com> | 2014-10-28 09:05:47 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-31 10:18:34 +0000 |
| commit | 09f6349eeba2cd78d146ae43d6673a825d845c66 (patch) | |
| tree | cdb870424b7fd3b6c9c5d82affe2a2c1c8204ebc /meta/recipes-devtools/python/python-pygtk | |
| parent | 31f39a91e6836cbe4bb2fe6e6b3c8bae12953918 (diff) | |
| download | poky-09f6349eeba2cd78d146ae43d6673a825d845c66.tar.gz | |
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)
(From OE-Core rev: 94099c4b198aca6bb3c759a11ce8c62e6130a96d)
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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-pygtk')
| -rw-r--r-- | meta/recipes-devtools/python/python-pygtk/fix-pygtk-2.0.pc.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-pygtk/fix-pygtk-2.0.pc.patch b/meta/recipes-devtools/python/python-pygtk/fix-pygtk-2.0.pc.patch new file mode 100644 index 0000000000..b6156540bd --- /dev/null +++ b/meta/recipes-devtools/python/python-pygtk/fix-pygtk-2.0.pc.patch | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | Upstream-Status: Inappropriate [configuration] | ||
| 2 | |||
| 3 | Index: pygtk-2.24.0/pygtk-2.0.pc.in | ||
| 4 | =================================================================== | ||
| 5 | --- pygtk-2.24.0.orig/pygtk-2.0.pc.in | ||
| 6 | +++ pygtk-2.24.0/pygtk-2.0.pc.in | ||
| 7 | @@ -1,5 +1,6 @@ | ||
| 8 | prefix=@prefix@ | ||
| 9 | exec_prefix=@exec_prefix@ | ||
| 10 | +libdir=@libdir@ | ||
| 11 | includedir=@includedir@ | ||
| 12 | datarootdir=@datarootdir@ | ||
| 13 | datadir=@datadir@ | ||
