From: Michael 'Mickey' Lauer Date: Thu, 11 Mar 2010 11:44:57 +0000 (+0100) Subject: readline 5.2: and apply the patch to fix the missing include directive X-Git-Tag: Release-2010-05/1~360 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cad405defe04d0d338480bd761e72215b31b3def;p=openembedded.git readline 5.2: and apply the patch to fix the missing include directive --- 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