[oe-commits] Enrico Scholz : readline: apply the patches...

git version control git at git.openembedded.org
Fri Aug 6 10:51:34 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 75933adb9a2cac0257ff361c079684589e2a304e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=75933adb9a2cac0257ff361c079684589e2a304e

Author: Enrico Scholz <enrico.scholz at sigma-chemnitz.de>
Date:   Fri Aug  6 12:51:03 2010 +0200

readline: apply the patches...

Signed-off-by: Enrico Scholz <enrico.scholz at sigma-chemnitz.de>

---

 recipes/readline/readline_6.1.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/readline/readline_6.1.bb b/recipes/readline/readline_6.1.bb
index 625f667..c9f0c58 100644
--- a/recipes/readline/readline_6.1.bb
+++ b/recipes/readline/readline_6.1.bb
@@ -9,7 +9,7 @@ DEPENDS = "ncurses"
 LEAD_SONAME = "libreadline.so"
 
 PKGV = "${PV}+p2"
-PR = "r0"
+PR = "r1"
 
 # Don't bring it in silently because there was a switch from GPLv2
 # to GPLv3.  It might require newer ncurses 5.7 too which are not
@@ -17,8 +17,8 @@ PR = "r0"
 DEFAULT_PREFERENCE = "-1"
 
 SRC_URI = "${GNU_MIRROR}/readline/readline-${PV}.tar.gz;name=tarball \
-  ${GNU_MIRROR}/readline/readline-${PV}-patches/readline61-001;striplevel=0;name=patch001 \
-  ${GNU_MIRROR}/readline/readline-${PV}-patches/readline61-002;striplevel=0;name=patch002 \
+  ${GNU_MIRROR}/readline/readline-${PV}-patches/readline61-001;striplevel=0;name=patch001;apply=yes \
+  ${GNU_MIRROR}/readline/readline-${PV}-patches/readline61-002;striplevel=0;name=patch002;apply=yes \
   file://libs.patch \
   file://acinclude.m4"
 S = "${WORKDIR}/readline-${PV}"





More information about the Openembedded-commits mailing list