diff options
author | Frans Meulenbroeks <fransmeulenbroeks@yahoo.com> | 2006-07-01 14:55:07 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-01 14:55:07 +0000 |
commit | 4fa4a26d96c99d6a3db1636dbd8b21c910eb7e8e (patch) | |
tree | 6f627ef5447d684f124224dc24390c4e9b5f602e /packages/mutt/mutt_1.5.4i.bb | |
parent | 0f9202fb5e73731751b6aef3411f966c2756f1d0 (diff) |
mutt: added #include in keymap.h to make it compile
also added PR in both bb files
Diffstat (limited to 'packages/mutt/mutt_1.5.4i.bb')
-rw-r--r-- | packages/mutt/mutt_1.5.4i.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/mutt/mutt_1.5.4i.bb b/packages/mutt/mutt_1.5.4i.bb index e6e90dfd1e..50c6019e21 100644 --- a/packages/mutt/mutt_1.5.4i.bb +++ b/packages/mutt/mutt_1.5.4i.bb @@ -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" |