]> code.ossystems Code Review - openembedded-core.git/commit
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 14:55:08 +0000 (07:55 -0700)
commitdb8b59b4ffee73c6e80029083793531d7fd408c4
tree0e51ab8251ed5d5ecb41dbb72ba6c7228d454687
parenta08eacc6d821d6946b23a99bca5abf785875b1cf
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'

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