From 1ee0ffac8c917ff0505adf6b91249b7689398434 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 4 Oct 2012 18:49:42 +0200 Subject: python-pyqt: don't fail when do_configure is executed twice in the same WORKDIR Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/python/python-pyqt_4.9.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe') diff --git a/meta-oe/recipes-devtools/python/python-pyqt_4.9.5.bb b/meta-oe/recipes-devtools/python/python-pyqt_4.9.5.bb index 9feab4df8..5eef4c990 100644 --- a/meta-oe/recipes-devtools/python/python-pyqt_4.9.5.bb +++ b/meta-oe/recipes-devtools/python/python-pyqt_4.9.5.bb @@ -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() { -- cgit v1.2.3-54-g00ecf