mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-13 18:26:58 +00:00
python-pyqt: don't fail when do_configure is executed twice in the same WORKDIR
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
58cb1dfe3e
commit
1ee0ffac8c
@ -83,7 +83,7 @@ do_configure_prepend() {
|
||||
echo "LIBS+=-L../qpy/QtCore/ -lqpycore" >>QtCore/QtCore.pro
|
||||
echo "LIBS+=-L../qpy/QtDeclarative/ -lqpydeclarative" >>QtDeclarative/QtDeclarative.pro
|
||||
# hack for broken generated code (duplicated sipCpp declaration).
|
||||
patch -p1 < ${WORKDIR}/pyqt-generated.patch
|
||||
patch -p1 < ${WORKDIR}/pyqt-generated.patch || echo "pyqt-generated.patch failed to apply, probably reexecuting do_configure, ignoring that"
|
||||
}
|
||||
|
||||
do_install() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user