diff options
author | Paul Eggleton <bluelightning@bluelightning.org> | 2009-07-16 23:55:05 +0100 |
---|---|---|
committer | Paul Eggleton <bluelightning@bluelightning.org> | 2009-07-16 23:55:05 +0100 |
commit | 56eec95112d7b0cb7723661413f332dfaacd03f0 (patch) | |
tree | f3196b14f4448f1f1892f5a6adc6317fd2d3b809 /recipes/libopie | |
parent | 182dec1c02cc438c6d13d19f841ca5470c94b101 (diff) |
libopie2: update for current CVS
* Remove c7x0_w100_disable.patch (merged upstream)
* Remove comments regarding old merged patches
* Stage generated header file
Diffstat (limited to 'recipes/libopie')
-rw-r--r-- | 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 c9f11b23e2..427f83b786 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/ +} + |