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:18:46 +0100 |
commit | ea438b58c9a90e4c3147f99d63a9afc66963c5a1 (patch) | |
tree | edca4fb132d60b806480645be25379adea3b57c7 /meta/recipes-extended/ltp | |
parent | 1a91d791a903ab837a7695cfe47828618b8be6a6 (diff) | |
download | openembedded-core-ea438b58c9a90e4c3147f99d63a9afc66963c5a1.tar.gz openembedded-core-ea438b58c9a90e4c3147f99d63a9afc66963c5a1.tar.bz2 openembedded-core-ea438b58c9a90e4c3147f99d63a9afc66963c5a1.zip |
Upstream-Status Cleanups
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 We have already defined yywrap function in scan.l file. After this, we no longer need to link against libfl and so no longer get errors about undefined references to yylex. -Upstream-status: Pending +Upstream-Status: Pending Signed-off-by: Chong Lu <Chong.Lu@windriver.com> --- |