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 13:36:52 +0000 |
commit | b57bc6c8be06bf05b30f35c81e28828013e9fb2d (patch) | |
tree | 06369938d5679317930de4d967b5674ac100c182 | |
parent | 410784aa6ed80a26d1f2cff1219548909af87cff (diff) | |
download | openembedded-core-b57bc6c8be06bf05b30f35c81e28828013e9fb2d.tar.gz openembedded-core-b57bc6c8be06bf05b30f35c81e28828013e9fb2d.tar.bz2 openembedded-core-b57bc6c8be06bf05b30f35c81e28828013e9fb2d.zip |
slang: fix typo in rpathfix.patch
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-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 @@ Without this patch we see rpaths hardcoded into the build which results in QA warnings. These rpaths are not needed so lets turn this off. -Upsteam-Status: Inappropriate +Upstream-Status: Inappropriate (but could be turned into a proper configure option) RP 2012/03/14 |