From f07c5423a1efa93baf7bd9af151182c25539aba6 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 2 Oct 2010 13:38:03 -0700 Subject: klimt_0.6.2: Add recipe Signed-off-by: Khem Raj --- recipes/klimt/klimt_0.6.1.bb | 25 ------------------------- recipes/klimt/klimt_0.6.2.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 25 deletions(-) delete mode 100644 recipes/klimt/klimt_0.6.1.bb create mode 100644 recipes/klimt/klimt_0.6.2.bb (limited to 'recipes/klimt') diff --git a/recipes/klimt/klimt_0.6.1.bb b/recipes/klimt/klimt_0.6.1.bb deleted file mode 100644 index d6bd55cda8..0000000000 --- a/recipes/klimt/klimt_0.6.1.bb +++ /dev/null @@ -1,25 +0,0 @@ -DESCRIPTION = "Klimt is a software OpenGL rendering library for Qt/Embedded based Palmtop Environments" -SECTION = "opie/libs" -PRIORITY = "optional" -LICENSE = "GPL" -PR = "r1" - -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_stage() { - oe_libinstall -so libKlimt ${STAGING_LIBDIR}/ - cp -pPR ${S}/../../include/* ${STAGING_INCDIR}/ -} - -do_install() { - oe_libinstall -so libKlimt ${D}${palmtopdir}/lib -} - -SRC_URI[md5sum] = "d12f56384b4ccde11cd756db2b14065c" -SRC_URI[sha256sum] = "48ae508d72e453e2a1f5748870362259786b475548c545feaec1aea71d2f8fdb" diff --git a/recipes/klimt/klimt_0.6.2.bb b/recipes/klimt/klimt_0.6.2.bb new file mode 100644 index 0000000000..f8384e7a62 --- /dev/null +++ b/recipes/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