mutt: added #include in keymap.h to make it compile
authorFrans Meulenbroeks <fransmeulenbroeks@yahoo.com>
Sat, 1 Jul 2006 14:55:07 +0000 (14:55 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 1 Jul 2006 14:55:07 +0000 (14:55 +0000)
also added PR in both bb files

packages/mutt/mutt-1.5.4i/keymap.h.patch [new file with mode: 0644]
packages/mutt/mutt_1.5.4i.bb
packages/mutt/mutt_1.5.9i.bb

diff --git a/packages/mutt/mutt-1.5.4i/keymap.h.patch b/packages/mutt/mutt-1.5.4i/keymap.h.patch
new file mode 100644 (file)
index 0000000..40995aa
--- /dev/null
@@ -0,0 +1,11 @@
+--- mutt-1.5.4/keymap.h.orig   2006-07-01 16:50:25.000000000 +0200
++++ mutt-1.5.4/keymap.h        2006-07-01 16:50:58.000000000 +0200
+@@ -19,6 +19,8 @@
+ #ifndef KEYMAP_H
+ #define KEYMAP_H
++#include "mapping.h"
++
+ /* maximal length of a key binding sequence used for buffer in km_bindkey */
+ #define MAX_SEQ 8
index e6e90df..50c6019 100644 (file)
@@ -7,6 +7,7 @@ bindings, keyboard macros, mail threading, regular expression \
 searches, and a powerful pattern matching language for selecting \
 groups of messages."
 LICENSE = "GPL"
+PR = "r1"
 SRC_URI = "ftp://ftp.mutt.org/mutt/devel/mutt-${PV}.tar.gz \
           http://mutt.kiev.ua/download/mutt-1.5.4/patch-1.5.4.rr.compressed.gz;patch=1 \
           http://mutt.kiev.ua/download/mutt-1.5.4/patch-1.5.4.vvv.nntp.gz;patch=1 \
@@ -14,6 +15,7 @@ SRC_URI = "ftp://ftp.mutt.org/mutt/devel/mutt-${PV}.tar.gz \
           http://mutt.kiev.ua/download/mutt-1.5.4/patch-1.5.4.vvv.quote.gz;patch=1 \
           file://cppflags.patch;patch=1 \
           file://posix1_lim.patch;patch=1 \
+          file://keymap.h.patch;patch=1 \
           file://configure.patch;patch=1"
 S = "${WORKDIR}/mutt-1.5.4"
 
index c693945..3192eb5 100644 (file)
@@ -7,6 +7,7 @@ bindings, keyboard macros, mail threading, regular expression \
 searches, and a powerful pattern matching language for selecting \
 groups of messages."
 LICENSE = "GPL"
+PR = "r0"
 SRC_URI = "ftp://ftp.mutt.org/mutt/devel/mutt-${PV}.tar.gz \
           http://mutt.kiev.ua/download/mutt-1.5.9/patch-1.5.9.rr.compressed.gz;patch=1 \
           http://mutt.kiev.ua/download/mutt-1.5.9/patch-1.5.9.vvv.nntp.gz;patch=1 \