From e9b45ff67d32fdc27950a51135b6dabada8334e7 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sun, 24 Jul 2011 17:57:24 +0100 Subject: initial commit of meta-opie Populate the repository with files from OpenEmbedded at revision 45edf621296daf150c72b876d720861235e5762e - no changes, only rearranged the directory structure to match the new oe-core style and added COPYING.MIT and README. Signed-off-by: Paul Eggleton --- recipes-qtopia/klimt/klimt_0.6.2.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 recipes-qtopia/klimt/klimt_0.6.2.bb (limited to 'recipes-qtopia/klimt/klimt_0.6.2.bb') diff --git a/recipes-qtopia/klimt/klimt_0.6.2.bb b/recipes-qtopia/klimt/klimt_0.6.2.bb new file mode 100644 index 0000000..f8384e7 --- /dev/null +++ b/recipes-qtopia/klimt/klimt_0.6.2.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "Klimt is a software OpenGL rendering library for Qt/Embedded based Palmtop Environments" +SECTION = "opie/libs" +PRIORITY = "optional" +LICENSE = "GPL" + +SRC_URI = "${SOURCEFORGE_MIRROR}/klimt/klimt-src-${PV}.zip" +do_unpack[depends] += "unzip-native:do_populate_sysroot" +S = "${WORKDIR}/klimt/build/LinuxQTE" + +EXTRA_QMAKEVARS_POST += " QMAKE_CXXFLAGS+=-fpermissive" + +inherit opie + +do_install() { + oe_libinstall -so libKlimt ${D}${palmtopdir}/lib + cp -pPR ${S}/../../include/* ${D}${palmtopdir}/include +} +SRC_URI[md5sum] = "78e39bf91d9f1df0b996b4fb19216883" +SRC_URI[sha256sum] = "52611d3b99f1031c241f9728ccd207ab661946e4c4204b9610373cfff87a2475" + -- cgit 1.2.3-korg