summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/readline/readline_6.2.bb
diff options
context:
space:
mode:
authorFahad Usman <fahad_usman@mentor.com>2012-07-25 13:21:33 +0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-26 14:55:20 +0100
commit11c1f9417125022d918a3b87c566766c7947028e (patch)
tree0b41345a8adb068ca808dd53eb5fc45c54914638 /meta/recipes-core/readline/readline_6.2.bb
parent370881358b9bab9fa89b9070ad763e030ee30db1 (diff)
downloadpoky-11c1f9417125022d918a3b87c566766c7947028e.tar.gz
readline: add missing macros in acinclude.m4
some bash macros are missing from acinclude.m4 which are added up-stream. This wasn't actually breaking anything but but it was causing the configure script to not run all the tests it's intended to run. move the acinclude.m4 from "files" folder to version specific folders so that readline-5.2 continue to use the older acinclude.m4 only readline-6.2 use the updated one (From OE-Core rev: a706a74bb28e8f4d97e32f45ea894627d7e8f3fa) Signed-off-by: Fahad Usman <fahad_usman@mentor.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/readline/readline_6.2.bb')
-rw-r--r--meta/recipes-core/readline/readline_6.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/readline/readline_6.2.bb b/meta/recipes-core/readline/readline_6.2.bb
index fda01a40c5..09c4908cc8 100644
--- a/meta/recipes-core/readline/readline_6.2.bb
+++ b/meta/recipes-core/readline/readline_6.2.bb
@@ -1,6 +1,6 @@
1require readline.inc 1require readline.inc
2 2
3PR = "r2" 3PR = "r3"
4 4
5SRC_URI[md5sum] = "67948acb2ca081f23359d0256e9a271c" 5SRC_URI[md5sum] = "67948acb2ca081f23359d0256e9a271c"
6SRC_URI[sha256sum] = "79a696070a058c233c72dd6ac697021cc64abd5ed51e59db867d66d196a89381" 6SRC_URI[sha256sum] = "79a696070a058c233c72dd6ac697021cc64abd5ed51e59db867d66d196a89381"