]> code.ossystems Code Review - openembedded-core.git/commit
readline: add missing macros in acinclude.m4
authorFahad Usman <fahad_usman@mentor.com>
Wed, 25 Jul 2012 08:21:33 +0000 (13:21 +0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Jul 2012 13:47:40 +0000 (14:47 +0100)
commita706a74bb28e8f4d97e32f45ea894627d7e8f3fa
tree9d2c57626d1432f361807d1116ba73fc05e79056
parentd537564fb8e9fb58ea4897ecf4ba10ae6cc705d0
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>
meta/recipes-core/readline/readline-5.2/acinclude.m4 [moved from meta/recipes-core/readline/files/acinclude.m4 with 100% similarity]
meta/recipes-core/readline/readline-6.2/acinclude.m4 [new file with mode: 0644]
meta/recipes-core/readline/readline_6.2.bb