diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2015-07-06 13:50:07 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-07 13:32:59 +0100 |
commit | c8a1c3082f1c7cee535af490af58b4bce644f413 (patch) | |
tree | 1798c080a57ca4ee7b0ff863dc1bbba76d4a043b /meta/recipes-devtools/rpm | |
parent | 83e891d2f3e9ff858b0523c350ebe77265d51522 (diff) | |
download | openembedded-core-c8a1c3082f1c7cee535af490af58b4bce644f413.tar.gz openembedded-core-c8a1c3082f1c7cee535af490af58b4bce644f413.tar.bz2 openembedded-core-c8a1c3082f1c7cee535af490af58b4bce644f413.zip |
rpm: fix typo in rpm-reloc-macros.patch
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.patch | 2 |
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> |