From: Michael Lauer Date: Tue, 25 Apr 2006 18:18:18 +0000 (+0000) Subject: qwt: make it work w/ qte/qte-mt X-Git-Tag: Release-2010-05/1~9453^2~1898^2~2^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e64560b051ec5867d0136c2509e0f1db79a6f7d;p=openembedded.git qwt: make it work w/ qte/qte-mt --- diff --git a/packages/qwt/qwt_4.2.0rc1.bb b/packages/qwt/qwt_4.2.0rc1.bb index efae3446e9..f2cbe7d37f 100644 --- a/packages/qwt/qwt_4.2.0rc1.bb +++ b/packages/qwt/qwt_4.2.0rc1.bb @@ -4,14 +4,14 @@ PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer " LICENSE = "GPL" DEPENDS = "virtual/libqte2" -PR = "r1" +PR = "r2" SRC_URI = "${SOURCEFORGE_MIRROR}/qwt/qwt-${PV}.tgz \ file://qt2-fix.patch;patch=1" -inherit qmake +inherit palmtop -EXTRA_QMAKEVARS_POST = "CONFIG-=thread DEFINES+=QWS" +EXTRA_QMAKEVARS_POST += "LIBS-=qpe" do_stage() { oe_libinstall -so -C lib libqwt ${STAGING_LIBDIR} @@ -25,3 +25,5 @@ do_install() { cp -pPR include/* ${D}${includedir} } +FILES_${PN} = "${libdir}" +