diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-03-16 15:17:17 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-19 14:37:44 +0000 |
commit | 1104171c84cdb3aba455f31bfdfcf98e1fbb8c79 (patch) | |
tree | 98dd17d6030d54d284c1a804a158dd21b8528ee1 /meta/recipes-extended | |
parent | aa52518202728f42b8fcf86b6b2746b23776208f (diff) | |
download | poky-1104171c84cdb3aba455f31bfdfcf98e1fbb8c79.tar.gz |
slang: fix typo in rpathfix.patch
(From OE-Core rev: b57bc6c8be06bf05b30f35c81e28828013e9fb2d)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/slang/slang/rpathfix.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/slang/slang/rpathfix.patch b/meta/recipes-extended/slang/slang/rpathfix.patch index bd55c392c4..50cac9264f 100644 --- a/meta/recipes-extended/slang/slang/rpathfix.patch +++ b/meta/recipes-extended/slang/slang/rpathfix.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | Without this patch we see rpaths hardcoded into the build which results in QA | 1 | Without this patch we see rpaths hardcoded into the build which results in QA |
2 | warnings. These rpaths are not needed so lets turn this off. | 2 | warnings. These rpaths are not needed so lets turn this off. |
3 | 3 | ||
4 | Upsteam-Status: Inappropriate | 4 | Upstream-Status: Inappropriate |
5 | (but could be turned into a proper configure option) | 5 | (but could be turned into a proper configure option) |
6 | 6 | ||
7 | RP 2012/03/14 | 7 | RP 2012/03/14 |