aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2015-07-06 13:50:06 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-07 13:32:59 +0100
commit83e891d2f3e9ff858b0523c350ebe77265d51522 (patch)
tree7d5897aa59d257c64793d724a60a97e61f99c472
parent67b0dd19cfdbd73c4ba216af5a7e1b355ae03057 (diff)
downloadopenembedded-core-contrib-83e891d2f3e9ff858b0523c350ebe77265d51522.tar.gz
rpm: fix typo in rpm-realpath.patch
Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/rpm/rpm/rpm-realpath.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-realpath.patch b/meta/recipes-devtools/rpm/rpm/rpm-realpath.patch
index d2d9b09845..a810123ba8 100644
--- a/meta/recipes-devtools/rpm/rpm/rpm-realpath.patch
+++ b/meta/recipes-devtools/rpm/rpm/rpm-realpath.patch
@@ -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>