[oe-commits] Paul Eggleton : libopie2: update for current CVS

git version control git at git.openembedded.org
Thu Jul 16 23:26:17 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 56eec95112d7b0cb7723661413f332dfaacd03f0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=56eec95112d7b0cb7723661413f332dfaacd03f0

Author: Paul Eggleton <bluelightning at bluelightning.org>
Date:   Thu Jul 16 23:55:05 2009 +0100

libopie2: update for current CVS
 * Remove c7x0_w100_disable.patch (merged upstream)
 * Remove comments regarding old merged patches
 * Stage generated header file

---

 recipes/libopie/libopie2_cvs.bb |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/recipes/libopie/libopie2_cvs.bb b/recipes/libopie/libopie2_cvs.bb
index c9f11b2..427f83b 100644
--- a/recipes/libopie/libopie2_cvs.bb
+++ b/recipes/libopie/libopie2_cvs.bb
@@ -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/
+}
+





More information about the Openembedded-commits mailing list