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.9i.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.9i.bb')
-rw-r--r-- | packages/mutt/mutt_1.5.9i.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/mutt/mutt_1.5.9i.bb b/packages/mutt/mutt_1.5.9i.bb index c6939454d2..3192eb50f5 100644 --- a/packages/mutt/mutt_1.5.9i.bb +++ b/packages/mutt/mutt_1.5.9i.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 = "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 \ |