aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rpm
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:33:26 +0100
commit6fd84592346ac4d8a6d5683475c17f6581f0ee76 (patch)
tree25c90d8378776d3faec8433b8cc94b99bd9ada53 /meta/recipes-devtools/rpm
parentcb524771e41b92ee82de69993eb9f984813a615a (diff)
downloadopenembedded-core-contrib-6fd84592346ac4d8a6d5683475c17f6581f0ee76.tar.gz
rpm: fix typo in rpm-realpath.patch
(From OE-Core rev: 83e891d2f3e9ff858b0523c350ebe77265d51522) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rpm')
-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>