diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2015-07-06 13:50:06 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-07 13:32:59 +0100 |
commit | 83e891d2f3e9ff858b0523c350ebe77265d51522 (patch) | |
tree | 7d5897aa59d257c64793d724a60a97e61f99c472 /meta/recipes-devtools/rpm | |
parent | 67b0dd19cfdbd73c4ba216af5a7e1b355ae03057 (diff) | |
download | openembedded-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>
Diffstat (limited to 'meta/recipes-devtools/rpm')
-rw-r--r-- | meta/recipes-devtools/rpm/rpm/rpm-realpath.patch | 2 |
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 d2d9b098450..a810123ba89 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> |