mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user