]> code.ossystems Code Review - openembedded-core.git/commitdiff
rpm: fix typo in rpm-realpath.patch
authorAndre McCurdy <armccurdy@gmail.com>
Mon, 6 Jul 2015 20:50:06 +0000 (13:50 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 7 Jul 2015 12:32:59 +0000 (13:32 +0100)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/rpm/rpm/rpm-realpath.patch

index d2d9b09845093a1694c6fb94a1770356928b6810..a810123ba89c589e7f087edc293203d1b8727d19 100644 (file)
@@ -4,7 +4,7 @@ _usr turned out to be a relative path to support dyanmic config, but it's
 being used somewhere as a indicator to locate substrings, so we must get
 the real path of it in advance.
 
-Upstream-Status: Inapproriate (OpenEmbedded specific)
+Upstream-Status: Inappropriate (OpenEmbedded specific)
 
 Signed-off-by: Ming Liu <ming.liu@windriver.com>