diff options
Diffstat (limited to 'meta/recipes-support/libpcre')
-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 | ||