diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-05-03 15:42:51 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-09 14:09:01 +0100 |
commit | 134419f9e6eca91506656aa102a816ed726ce0ab (patch) | |
tree | ab3cbc74e1bea2741645c81d2ced05f841eb2c30 | |
parent | ded907182e53997ce1ce1e38d43822c023b1957b (diff) | |
download | poky-134419f9e6eca91506656aa102a816ed726ce0ab.tar.gz |
libpcre: update upstream status for patches
(From OE-Core rev: 570b63ecff202949d1de1b71d2c60a111e71d9dc)
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/libpcre/files/fix-pcre-name-collision.patch | 1 | ||||
-rw-r--r-- | meta/recipes-support/libpcre/files/pcre-cross.patch | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-support/libpcre/files/fix-pcre-name-collision.patch b/meta/recipes-support/libpcre/files/fix-pcre-name-collision.patch index 6548353121..4b21ffa19a 100644 --- a/meta/recipes-support/libpcre/files/fix-pcre-name-collision.patch +++ b/meta/recipes-support/libpcre/files/fix-pcre-name-collision.patch | |||
@@ -1,3 +1,4 @@ | |||
1 | Upstream-Status="Inappropriate [debian patch]" | ||
1 | 2 | ||
2 | This patch address a namespace collision with libc. | 3 | This patch address a namespace collision with libc. |
3 | 4 | ||
diff --git a/meta/recipes-support/libpcre/files/pcre-cross.patch b/meta/recipes-support/libpcre/files/pcre-cross.patch index 0626fb347a..186739590f 100644 --- a/meta/recipes-support/libpcre/files/pcre-cross.patch +++ b/meta/recipes-support/libpcre/files/pcre-cross.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status="Inappropriate [configuration]" | ||
2 | |||
1 | To be upstreamable, this patch requires check for *_FOR_BUILD, otherwise | 3 | To be upstreamable, this patch requires check for *_FOR_BUILD, otherwise |
2 | it needs to pass special variables. | 4 | it needs to pass special variables. |
3 | 5 | ||