libopie2: update for current CVS
authorPaul Eggleton <bluelightning@bluelightning.org>
Thu, 16 Jul 2009 22:55:05 +0000 (23:55 +0100)
committerPaul Eggleton <bluelightning@bluelightning.org>
Thu, 16 Jul 2009 22:55:05 +0000 (23:55 +0100)
 * Remove c7x0_w100_disable.patch (merged upstream)
 * Remove comments regarding old merged patches
 * Stage generated header file

recipes/libopie/libopie2_cvs.bb

index c9f11b2..427f83b 100644 (file)
@@ -1,17 +1,18 @@
 require ${PN}.inc
 
 PV = "${OPIE_CVS_PV}"
-PR = "r12"
+PR = "r13"
 
 DEFAULT_PREFERENCE = "-1"
 
 SRC_URI = "${HANDHELDS_CVS};module=opie/libopie2 \
-           file://c7x0_w100_disable.patch;patch=1 \
            file://include.pro"
 
-# Patches merged upstream, keep for reference (for 1.2.2)
-#           file://ipaq-lcd-rotate-cleanup.patch;patch=1 \
-#           file://exports.patch;patch=1 \
-#         file://wireless.patch;patch=1"
-
+# FIXME remove this!
 SRC_URI_append_poodle = " file://poodle-2.6-hotkeys.patch;patch=1"
+
+do_stage_append() {
+        # special case for uic-created header files
+        install -m 0644 opiepim/ui/opimalarmdlgbase.h ${STAGING_INCDIR}/opie2/
+}
+