diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2015-07-06 13:50:01 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-07 13:32:59 +0100 |
commit | 6cb3078a9da332ae4c61347c8be1403d6fb1f9d0 (patch) | |
tree | 343af58edbfe2f74f291489dab5cde121468430b | |
parent | 3e9be66df82dc204254130063f35a90af3d23284 (diff) | |
download | openembedded-core-6cb3078a9da332ae4c61347c8be1403d6fb1f9d0.tar.gz openembedded-core-6cb3078a9da332ae4c61347c8be1403d6fb1f9d0.tar.bz2 openembedded-core-6cb3078a9da332ae4c61347c8be1403d6fb1f9d0.zip |
glibc: fix typo in add_resource_h_to_wait_h.patch
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/glibc/glibc/add_resource_h_to_wait_h.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/glibc/glibc/add_resource_h_to_wait_h.patch b/meta/recipes-core/glibc/glibc/add_resource_h_to_wait_h.patch index 4559de7bc1..70f57c4979 100644 --- a/meta/recipes-core/glibc/glibc/add_resource_h_to_wait_h.patch +++ b/meta/recipes-core/glibc/glibc/add_resource_h_to_wait_h.patch @@ -2,7 +2,7 @@ The older versions of perf still require sys/resource.h to be present in this header, the newer version of perf in 3.2 and beyond directly include sys/resource.h -Upstream-Status: Inapproriate [older kernel/perf specific] +Upstream-Status: Inappropriate [older kernel/perf specific] Signed-off-by: Saul Wold <sgw@linux.intel.com> |