]> code.ossystems Code Review - openembedded-core.git/commit
gawk: Add missing dependency on readline
authorKhem Raj <raj.khem@gmail.com>
Thu, 24 Jan 2013 20:18:23 +0000 (12:18 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 25 Jan 2013 14:37:13 +0000 (14:37 +0000)
commit9a43a67993c21cedf6cf71138e3da9c691ebf4a7
tree67b198c79da11f6fee954636db37ffa248e3c2ff
parenta7cfc0ce9885c51ccefcaba001e6672d7b3e36e5
gawk: Add missing dependency on readline

building from shared state often ends up with

|
/b/kraj/angstrom/build/tmp-angstrom_next-uclibc/work/i586-angstrom-linux-uclibc/gawk/4.0.1-r1/gawk-4
.0.1/debug.c:4135: undefined reference to `rl_reset_terminal'
|
/b/kraj/angstrom/build/tmp-angstrom_next-uclibc/work/i586-angstrom-linux-uclibc/gawk/4.0.1-r1/gawk-4
.0.1/debug.c:4138: undefined reference to `rl_get_screen_size'
| debug.o: In function `unserialize':

Adding the missing readline dependency to fix such cases
where readline has not been populated in sysroot via some
other dependency and gawk would then use it or bail out.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-extended/gawk/gawk_4.0.1.bb