ltp: Don't link against libfl
authorChong Lu <Chong.Lu@windriver.com>
Tue, 11 Mar 2014 07:23:04 +0000 (15:23 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Mar 2014 15:11:40 +0000 (08:11 -0700)
commitc4270065dec2bcdbb0ec9ca571de5c9a6d13127b
tree189572a5f51ecd70e4af860e44e9c21fe66c6787
parent57d9688caa1ee26e65f1fb352bda73d2855d8806
ltp: Don't link against libfl

We have already defined yywrap function in scan.l file. After this, we no
longer need to link against libfl.
Since we are using --as-needed by default in linker, which means we end
up with errors like

libfl.so: undefined reference to `yylex'

(From OE-Core rev: db8b59b4ffee73c6e80029083793531d7fd408c4)

Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/ltp/ltp/ltp-Do-not-link-against-libfl.patch [new file with mode: 0644]
meta/recipes-extended/ltp/ltp_20140115.bb