[oe-commits] Michael 'Mickey' Lauer : readline 5.2: and apply the patch to fix the missing include directive

git version control git at git.openembedded.org
Thu Mar 11 12:44:42 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: cad405defe04d0d338480bd761e72215b31b3def
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=cad405defe04d0d338480bd761e72215b31b3def

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Thu Mar 11 12:44:57 2010 +0100

readline 5.2: and apply the patch to fix the missing include directive

---

 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 a7dc818..b707116 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





More information about the Openembedded-commits mailing list