aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rpm
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2015-07-06 13:50:07 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-07 13:33:27 +0100
commit3990d4228aecd597a73ecf7c41fe3d6727008f0a (patch)
treeb0bcb6a75bfbeba8ca31aafee0d062169e905dc0 /meta/recipes-devtools/rpm
parent6fd84592346ac4d8a6d5683475c17f6581f0ee76 (diff)
downloadopenembedded-core-contrib-3990d4228aecd597a73ecf7c41fe3d6727008f0a.tar.gz
rpm: fix typo in rpm-reloc-macros.patch
(From OE-Core rev: c8a1c3082f1c7cee535af490af58b4bce644f413) 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-reloc-macros.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-reloc-macros.patch b/meta/recipes-devtools/rpm/rpm/rpm-reloc-macros.patch
index 0a5f5a4d72..59fe524df3 100644
--- a/meta/recipes-devtools/rpm/rpm/rpm-reloc-macros.patch
+++ b/meta/recipes-devtools/rpm/rpm/rpm-reloc-macros.patch
@@ -4,7 +4,7 @@ When the dynamic, runtime relocation is enables we need to make sure that the
RPM macro file does not override the dynamic settings. Fix this by forcing the
dynamic version to be used in all cases.
-Upstream-Status: Inapproriate (OpenEmbedded specific)
+Upstream-Status: Inappropriate (OpenEmbedded specific)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>