On 01/12/2010 05:47, Jayen Ashar wrote:
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<[email protected]> --- 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
Are you using the release branch ? this should be fixed in 26002b31b7232ee71249cc39fd8184d80ecb9ec2 Eric _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
