aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-pygtk_2.24.0.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-21 14:22:27 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-21 17:04:56 +0000
commitfd86061e02bd175dcc5816db1cf15d705d338062 (patch)
tree8f53f93dc0959e702ad0e5cf864374ad187d1f32 /meta/recipes-devtools/python/python-pygtk_2.24.0.bb
parent04515f61e2768435126f0c8ccfb5ad1e368710ee (diff)
downloadopenembedded-core-contrib-fd86061e02bd175dcc5816db1cf15d705d338062.tar.gz
python-pygtk: Fix case where ${B} != ${S}
Fix out of tree builds by adding missing path component. 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.bb2
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() {
-e s:'`$PKG_CONFIG --variable codegendir pygobject-2.0`':\"${STAGING_DATADIR}/pygobject/2.0/codegen\":g \
-e s:'`$PKG_CONFIG --variable=fixxref pygobject-2.0`':\"${STAGING_DATADIR}/pygobject/xsl/fixxref.py\":g \
${S}/configure.ac
- sed -i 's:tests docs:tests:' Makefile.am
+ sed -i 's:tests docs:tests:' ${S}/Makefile.am
}
# dirty fix #1: remove dependency on python-pygobject-dev