From 0f49b72870998eec0bbe5769fcf4aa300ddec86c Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Fri, 24 Feb 2012 01:18:36 +0000 Subject: qwt: rename to qwt-qt2 This was unintentionally overlaying qwt from meta-oe and breaking builds of Qt4 applications that expect to use qwt from there. Since we don't actually need it for anything in meta-opie, rename it so that it does not overlay the Qt4 version. Signed-off-by: Paul Eggleton --- recipes-qtopia/qwt/qwt-qt2_4.2.0rc1.bb | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 recipes-qtopia/qwt/qwt-qt2_4.2.0rc1.bb (limited to 'recipes-qtopia/qwt/qwt-qt2_4.2.0rc1.bb') diff --git a/recipes-qtopia/qwt/qwt-qt2_4.2.0rc1.bb b/recipes-qtopia/qwt/qwt-qt2_4.2.0rc1.bb new file mode 100644 index 0000000..d5bef21 --- /dev/null +++ b/recipes-qtopia/qwt/qwt-qt2_4.2.0rc1.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "Qt Widget Extension for Technical Applications" +SECTION = "libs" +LICENSE = "GPL" +DEPENDS = "virtual/libqte2" +PR = "r2" + +SRC_URI = "${SOURCEFORGE_MIRROR}/qwt/qwt-${PV}.tgz \ + file://qt2-fix.patch" + +inherit palmtop + +EXTRA_QMAKEVARS_POST += "LIBS-=qpe" + +do_install() { + install -d ${D}${libdir} \ + ${D}${includedir} + oe_libinstall -so -C lib libqwt ${D}${libdir} + cp -pPR include/* ${D}${includedir} +} + +FILES_${PN} = "${libdir}" + + +SRC_URI[md5sum] = "142b10ab27e837c3c4603cf9a7e9343b" +SRC_URI[sha256sum] = "3b6db68d53441119dced27e5bad26ec087294cb9d878d37bcea61e1f1e4849a1" -- cgit 1.2.3-korg