diff options
author | Enrico Scholz <enrico.scholz@sigma-chemnitz.de> | 2010-08-06 12:51:03 +0200 |
---|---|---|
committer | Enrico Scholz <enrico.scholz@sigma-chemnitz.de> | 2010-08-06 12:51:03 +0200 |
commit | 75933adb9a2cac0257ff361c079684589e2a304e (patch) | |
tree | 48a743c9f25bdcf6b6c9d1c6909b572cc5f4abb3 /recipes/readline | |
parent | 4e6aef33e2188f928dc8e8562454ae3ee17cee46 (diff) |
readline: apply the patches...
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
Diffstat (limited to 'recipes/readline')
-rw-r--r-- | 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 625f6672a8..c9f0c58c24 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}" |