diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2015-07-06 13:49:59 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-07 13:32:58 +0100 |
commit | 10cbfe5194e56c9c7538c55f4f5bf5057489d169 (patch) | |
tree | d481e0439ce01a04f0941f309015b86c40aebecf | |
parent | 09c448b42d1ae0e85b91a61bb814384279b1b6e8 (diff) | |
download | openembedded-core-10cbfe5194e56c9c7538c55f4f5bf5057489d169.tar.gz openembedded-core-10cbfe5194e56c9c7538c55f4f5bf5057489d169.tar.bz2 openembedded-core-10cbfe5194e56c9c7538c55f4f5bf5057489d169.zip |
dpkg: fix typo in tar-error-code.patch, Upsteam -> Upstream
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/dpkg/dpkg/tar-error-code.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg/tar-error-code.patch b/meta/recipes-devtools/dpkg/dpkg/tar-error-code.patch index 7be2090206..dcde5087a0 100644 --- a/meta/recipes-devtools/dpkg/dpkg/tar-error-code.patch +++ b/meta/recipes-devtools/dpkg/dpkg/tar-error-code.patch @@ -13,7 +13,7 @@ in other error cases. We tweak dpkg-deb here so that it ignores an exit code of 1 from tar. The files don't really change (and we have locking in place to avoid that kind of issue). -Upsteam-Status: Inappropriate +Upstream-Status: Inappropriate RP 2015/3/27 Index: dpkg-1.17.21/dpkg-deb/build.c |