diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-03-11 12:44:57 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-03-11 12:45:07 +0100 |
commit | cad405defe04d0d338480bd761e72215b31b3def (patch) | |
tree | 8ffe8f54a1bcd8ef30949aa1e8bf1ec8009e47d2 /recipes/readline/readline_5.2.bb | |
parent | 4891edc5e04a3c2bba3b121b323378d4ff062b2a (diff) |
readline 5.2: and apply the patch to fix the missing include directive
Diffstat (limited to 'recipes/readline/readline_5.2.bb')
-rw-r--r-- | recipes/readline/readline_5.2.bb | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/recipes/readline/readline_5.2.bb b/recipes/readline/readline_5.2.bb index a7dc818790..b7071167bc 100644 --- a/recipes/readline/readline_5.2.bb +++ b/recipes/readline/readline_5.2.bb @@ -8,12 +8,14 @@ LICENSE = "GPLv2" DEPENDS += "ncurses" RPROVIDES_${PN} += "readline" LEAD_SONAME = "libreadline.so" -PR = "r4" - -SRC_URI = "ftp://ftp.gnu.org/gnu/readline/readline-${PV}.tar.gz \ - file://configure_fix.patch;patch=1 \ - file://acinclude.m4" +PR = "r5" +SRC_URI = "\ + ftp://ftp.gnu.org/gnu/readline/readline-${PV}.tar.gz \ + file://fix-includes.patch;patch=1 \ + file://configure_fix.patch;patch=1 \ + file://acinclude.m4 \ +" S = "${WORKDIR}/readline-${PV}" inherit autotools |