[oe] [PATCH] qwt: QT_LIBINFIX not being resolved when running qmake

Jayen Ashar jayen at cse.unsw.edu.au
Wed Dec 1 04:47:21 UTC 2010


Fixed a problem where qmake would create a directory called 'obj${QT_LIBINFIX}'
instead of resolving the QT_LIBINFIX variable and creating the appropriately
resolved directory.

Signed-off-by: Jayen Ashar <jayen at cse.unsw.edu.au>
---
 recipes/qwt/qwt.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/qwt/qwt.inc b/recipes/qwt/qwt.inc
index 62c8656..89035c1 100644
--- a/recipes/qwt/qwt.inc
+++ b/recipes/qwt/qwt.inc
@@ -10,7 +10,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/qwt/qwt-${PV}.tar.bz2;name=qwt"
 S = "${WORKDIR}/qwt-${PV}"
 
 do_configure_prepend() {
-	sed -i -e 's:RELEASE_SUFFIX      = :RELEASE_SUFFIX      = ${QT_LIBINFIX}:' *.pri
+	sed -i -e 's:RELEASE_SUFFIX      = :RELEASE_SUFFIX      = $\${QT_LIBINFIX}:' *.pri
 	sed -i -e s:lqwt:lqwt${QT_LIBINFIX}:g -e s:/usr/local/qwt-$\${QwtVersion}:${prefix}:g *.prf
 	sed -e 's/#CONFIG     += QwtExamples/CONFIG     += QwtExamples/g' -i qwtconfig.pri
 	sed -i -e s:/usr/local/qwt-${PV}:${D}${prefix}:g ${S}/*.pri
-- 
1.7.0.4





More information about the Openembedded-devel mailing list