diff options
author | Ross Burton <ross.burton@intel.com> | 2019-03-21 12:31:05 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-03-24 17:00:52 +0000 |
commit | 95661a102dad1cef40cc9d95b80bacb6544f9a1b (patch) | |
tree | 73d9ff718659ab3cf813e7f69fac4bd3b0bb85fe /meta/recipes-support | |
parent | 24b9bcf043adb020fef58ee8a7dc2a95d11b8bf0 (diff) | |
download | poky-95661a102dad1cef40cc9d95b80bacb6544f9a1b.tar.gz |
libpcre: update patch status
(From OE-Core rev: 3e06fc90f8c3e657db471e4d6eb20b0059d3f690)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libpcre/libpcre/out-of-tree.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libpcre/libpcre/out-of-tree.patch b/meta/recipes-support/libpcre/libpcre/out-of-tree.patch index 687dcc034d..d56789615f 100644 --- a/meta/recipes-support/libpcre/libpcre/out-of-tree.patch +++ b/meta/recipes-support/libpcre/libpcre/out-of-tree.patch | |||
@@ -1,6 +1,6 @@ | |||
1 | In out-of-tree builds the #include fails because $srcdir isn't in the include path. Set CPPFLAGS so that it is. | 1 | In out-of-tree builds the #include fails because $srcdir isn't in the include path. Set CPPFLAGS so that it is. |
2 | 2 | ||
3 | Upstream-Status: Submitted [https://bugs.exim.org/show_bug.cgi?id=2379] | 3 | Upstream-Status: Backport [r1750] |
4 | Signed-off-by: Ross Burton <ross.burton@intel.com> | 4 | Signed-off-by: Ross Burton <ross.burton@intel.com> |
5 | 5 | ||
6 | Index: configure.ac | 6 | Index: configure.ac |