diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-05-10 13:07:54 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-11 17:13:15 +0100 |
commit | d7237140554ad076be12edf915d6d15206c9b8c7 (patch) | |
tree | 537af6051203d9dda8047eba539709c56821a4fc /meta/recipes-support | |
parent | 7a017f91981907c37e2de11ef9fc86b747961222 (diff) | |
download | openembedded-core-d7237140554ad076be12edf915d6d15206c9b8c7.tar.gz openembedded-core-d7237140554ad076be12edf915d6d15206c9b8c7.tar.bz2 openembedded-core-d7237140554ad076be12edf915d6d15206c9b8c7.zip |
recipes: Fix the Upstream-Status format
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libpcre/files/fix-pcre-name-collision.patch | 2 | ||||
-rw-r--r-- | meta/recipes-support/libpcre/files/pcre-cross.patch | 2 |
2 files changed, 2 insertions, 2 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 4b21ffa19a..89b44f6aa6 100644 --- a/meta/recipes-support/libpcre/files/fix-pcre-name-collision.patch +++ b/meta/recipes-support/libpcre/files/fix-pcre-name-collision.patch @@ -1,4 +1,4 @@ -Upstream-Status="Inappropriate [debian patch]" +Upstream-Status: Inappropriate [debian patch] This patch address a namespace collision with libc. diff --git a/meta/recipes-support/libpcre/files/pcre-cross.patch b/meta/recipes-support/libpcre/files/pcre-cross.patch index 186739590f..2ae05a12ca 100644 --- a/meta/recipes-support/libpcre/files/pcre-cross.patch +++ b/meta/recipes-support/libpcre/files/pcre-cross.patch @@ -1,4 +1,4 @@ -Upstream-Status="Inappropriate [configuration]" +Upstream-Status: Inappropriate [configuration] To be upstreamable, this patch requires check for *_FOR_BUILD, otherwise it needs to pass special variables. |