diff options
author | Fahad Usman <fahad_usman@mentor.com> | 2012-07-25 13:21:33 +0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-26 14:47:40 +0100 |
commit | a706a74bb28e8f4d97e32f45ea894627d7e8f3fa (patch) | |
tree | 9d2c57626d1432f361807d1116ba73fc05e79056 /meta/recipes-core/readline/readline_6.2.bb | |
parent | d537564fb8e9fb58ea4897ecf4ba10ae6cc705d0 (diff) | |
download | openembedded-core-a706a74bb28e8f4d97e32f45ea894627d7e8f3fa.tar.gz openembedded-core-a706a74bb28e8f4d97e32f45ea894627d7e8f3fa.tar.bz2 openembedded-core-a706a74bb28e8f4d97e32f45ea894627d7e8f3fa.zip |
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
Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/readline/readline_6.2.bb')
-rw-r--r-- | meta/recipes-core/readline/readline_6.2.bb | 2 |
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 @@ require readline.inc -PR = "r2" +PR = "r3" SRC_URI[md5sum] = "67948acb2ca081f23359d0256e9a271c" SRC_URI[sha256sum] = "79a696070a058c233c72dd6ac697021cc64abd5ed51e59db867d66d196a89381" |