summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libpcre
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/libpcre')
-rw-r--r--meta/recipes-support/libpcre/files/fix-pcre-name-collision.patch1
-rw-r--r--meta/recipes-support/libpcre/files/pcre-cross.patch2
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 @@
1Upstream-Status="Inappropriate [debian patch]"
1 2
2This patch address a namespace collision with libc. 3This 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 @@
1Upstream-Status="Inappropriate [configuration]"
2
1To be upstreamable, this patch requires check for *_FOR_BUILD, otherwise 3To be upstreamable, this patch requires check for *_FOR_BUILD, otherwise
2it needs to pass special variables. 4it needs to pass special variables.
3 5