diff options
author | Saul Wold <sgw@linux.intel.com> | 2014-04-23 16:42:39 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-25 17:19:20 +0100 |
commit | eb76c48798bbcb632a110e54a984cfd7c241998c (patch) | |
tree | b3797d3c457210638f0cb21dd98f63f826bbc0e5 /meta/recipes-extended/ltp | |
parent | cbf460735e47c4e16252b88bf80a0f27b037f1b0 (diff) | |
download | poky-eb76c48798bbcb632a110e54a984cfd7c241998c.tar.gz |
Upstream-Status Cleanups
(From OE-Core rev: ea438b58c9a90e4c3147f99d63a9afc66963c5a1)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/ltp')
-rw-r--r-- | meta/recipes-extended/ltp/ltp/ltp-Do-not-link-against-libfl.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/ltp/ltp/ltp-Do-not-link-against-libfl.patch b/meta/recipes-extended/ltp/ltp/ltp-Do-not-link-against-libfl.patch index 3e4aa7308d..20fd4c3691 100644 --- a/meta/recipes-extended/ltp/ltp/ltp-Do-not-link-against-libfl.patch +++ b/meta/recipes-extended/ltp/ltp/ltp-Do-not-link-against-libfl.patch | |||
@@ -6,7 +6,7 @@ Subject: [PATCH] ltp: Don't link against libfl | |||
6 | We have already defined yywrap function in scan.l file. After this, we no longer need to | 6 | We have already defined yywrap function in scan.l file. After this, we no longer need to |
7 | link against libfl and so no longer get errors about undefined references to yylex. | 7 | link against libfl and so no longer get errors about undefined references to yylex. |
8 | 8 | ||
9 | Upstream-status: Pending | 9 | Upstream-Status: Pending |
10 | 10 | ||
11 | Signed-off-by: Chong Lu <Chong.Lu@windriver.com> | 11 | Signed-off-by: Chong Lu <Chong.Lu@windriver.com> |
12 | --- | 12 | --- |