diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-21 14:22:27 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-22 16:54:36 +0000 |
commit | 5306f72e7ae83c9dae505c6a0a3c5d54bf8b20ec (patch) | |
tree | 81ea20aaad567d183e82633045d38b431d4e6163 /meta/recipes-devtools/python/python-pygtk_2.24.0.bb | |
parent | 21fd35ac145e922458668ccf42e200a362be34b2 (diff) | |
download | poky-5306f72e7ae83c9dae505c6a0a3c5d54bf8b20ec.tar.gz |
python-pygtk: Fix case where ${B} != ${S}
Fix out of tree builds by adding missing path component.
(From OE-Core rev: fd86061e02bd175dcc5816db1cf15d705d338062)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-pygtk_2.24.0.bb')
-rw-r--r-- | meta/recipes-devtools/python/python-pygtk_2.24.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-pygtk_2.24.0.bb b/meta/recipes-devtools/python/python-pygtk_2.24.0.bb index 624d924f36..0342f826c5 100644 --- a/meta/recipes-devtools/python/python-pygtk_2.24.0.bb +++ b/meta/recipes-devtools/python/python-pygtk_2.24.0.bb | |||
@@ -35,7 +35,7 @@ do_configure_prepend() { | |||
35 | -e s:'`$PKG_CONFIG --variable codegendir pygobject-2.0`':\"${STAGING_DATADIR}/pygobject/2.0/codegen\":g \ | 35 | -e s:'`$PKG_CONFIG --variable codegendir pygobject-2.0`':\"${STAGING_DATADIR}/pygobject/2.0/codegen\":g \ |
36 | -e s:'`$PKG_CONFIG --variable=fixxref pygobject-2.0`':\"${STAGING_DATADIR}/pygobject/xsl/fixxref.py\":g \ | 36 | -e s:'`$PKG_CONFIG --variable=fixxref pygobject-2.0`':\"${STAGING_DATADIR}/pygobject/xsl/fixxref.py\":g \ |
37 | ${S}/configure.ac | 37 | ${S}/configure.ac |
38 | sed -i 's:tests docs:tests:' Makefile.am | 38 | sed -i 's:tests docs:tests:' ${S}/Makefile.am |
39 | } | 39 | } |
40 | 40 | ||
41 | # dirty fix #1: remove dependency on python-pygobject-dev | 41 | # dirty fix #1: remove dependency on python-pygobject-dev |