diff options
author | Ross Burton <ross.burton@intel.com> | 2015-09-10 19:59:47 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-12 23:01:53 +0100 |
commit | 1c914a844b35ff57b1c528251a9eaa19cedbaa10 (patch) | |
tree | 7224db398b2ac2bc823db5e9249b914988b565d7 /meta/recipes-core | |
parent | 20d90af47d33329d21b1a2c945886e0801314c2a (diff) | |
download | poky-1c914a844b35ff57b1c528251a9eaa19cedbaa10.tar.gz |
meta: Fix Upstream-Status statements
Fix a variety of problems such as typos, bad punctuations, or incorrect
Upstream-Status values.
(From OE-Core rev: bd220fe6ce8c3a0805f13a14706d3130ea872604)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
9 files changed, 9 insertions, 10 deletions
diff --git a/meta/recipes-core/base-passwd/base-passwd/input.patch b/meta/recipes-core/base-passwd/base-passwd/input.patch index f1bfc2f604..3abbcad5d5 100644 --- a/meta/recipes-core/base-passwd/base-passwd/input.patch +++ b/meta/recipes-core/base-passwd/base-passwd/input.patch | |||
@@ -1,6 +1,6 @@ | |||
1 | Add an input group for the /dev/input/* devices. | 1 | Add an input group for the /dev/input/* devices. |
2 | 2 | ||
3 | Upstream-Status: Invalid [configuration] | 3 | Upstream-Status: Inappropriate [configuration] |
4 | 4 | ||
5 | Signed-off-by: Darren Hart <dvhart@linux.intel.com> | 5 | Signed-off-by: Darren Hart <dvhart@linux.intel.com> |
6 | 6 | ||
diff --git a/meta/recipes-core/base-passwd/base-passwd/nobash.patch b/meta/recipes-core/base-passwd/base-passwd/nobash.patch index eed87db6cb..b5a692295b 100644 --- a/meta/recipes-core/base-passwd/base-passwd/nobash.patch +++ b/meta/recipes-core/base-passwd/base-passwd/nobash.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | use /bin/sh instead of /bin/bash, since the latter may not be included in | 1 | use /bin/sh instead of /bin/bash, since the latter may not be included in |
2 | some images such as minimal | 2 | some images such as minimal |
3 | 3 | ||
4 | Upstream-Status: Invalid [configuration] | 4 | Upstream-Status: Inappropriate [configuration] |
5 | 5 | ||
6 | Signed-off-by: Scott Garman <scott.a.garman@intel.com> | 6 | Signed-off-by: Scott Garman <scott.a.garman@intel.com> |
7 | 7 | ||
diff --git a/meta/recipes-core/base-passwd/base-passwd/noshadow.patch b/meta/recipes-core/base-passwd/base-passwd/noshadow.patch index e1cded61d6..e27bf7d9be 100644 --- a/meta/recipes-core/base-passwd/base-passwd/noshadow.patch +++ b/meta/recipes-core/base-passwd/base-passwd/noshadow.patch | |||
@@ -1,6 +1,6 @@ | |||
1 | remove "*" for root since we don't have a /etc/shadow so far. | 1 | remove "*" for root since we don't have a /etc/shadow so far. |
2 | 2 | ||
3 | Upstream-Status: Invalid [configuration] | 3 | Upstream-Status: Inappropriate [configuration] |
4 | 4 | ||
5 | Signed-off-by: Scott Garman <scott.a.garman@intel.com> | 5 | Signed-off-by: Scott Garman <scott.a.garman@intel.com> |
6 | 6 | ||
diff --git a/meta/recipes-core/busybox/busybox/busybox-cross-menuconfig.patch b/meta/recipes-core/busybox/busybox/busybox-cross-menuconfig.patch index 781f5af14a..bda86859dc 100644 --- a/meta/recipes-core/busybox/busybox/busybox-cross-menuconfig.patch +++ b/meta/recipes-core/busybox/busybox/busybox-cross-menuconfig.patch | |||
@@ -2,7 +2,7 @@ From: Jason Wessel <jason.wessel@windriver.com> | |||
2 | Date: Sun, 3 Mar 2013 12:31:40 -0600 | 2 | Date: Sun, 3 Mar 2013 12:31:40 -0600 |
3 | Subject: [PATCH] menuconfig,check-lxdiaglog.sh: Allow specification of ncurses location | 3 | Subject: [PATCH] menuconfig,check-lxdiaglog.sh: Allow specification of ncurses location |
4 | 4 | ||
5 | Upstream-status: Submitted | 5 | Upstream-Status: Submitted |
6 | 6 | ||
7 | [ based on: https://lkml.org/lkml/2013/3/3/103 ] | 7 | [ based on: https://lkml.org/lkml/2013/3/3/103 ] |
8 | 8 | ||
diff --git a/meta/recipes-core/coreutils/coreutils-8.24/0001-Unset-need_charset_alias-when-building-for-musl.patch b/meta/recipes-core/coreutils/coreutils-8.24/0001-Unset-need_charset_alias-when-building-for-musl.patch index abdfa2a50b..ba1a4bab4c 100644 --- a/meta/recipes-core/coreutils/coreutils-8.24/0001-Unset-need_charset_alias-when-building-for-musl.patch +++ b/meta/recipes-core/coreutils/coreutils-8.24/0001-Unset-need_charset_alias-when-building-for-musl.patch | |||
@@ -8,7 +8,7 @@ which actually shoudl be fixed in gnulib and then all downstream | |||
8 | projects will get it eventually. For now we apply the fix to | 8 | projects will get it eventually. For now we apply the fix to |
9 | coreutils | 9 | coreutils |
10 | 10 | ||
11 | Upstream-Status: Not Required | 11 | Upstream-Status: Pending |
12 | 12 | ||
13 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 13 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
14 | --- | 14 | --- |
diff --git a/meta/recipes-core/dbus/dbus/os-test.patch b/meta/recipes-core/dbus/dbus/os-test.patch index 79554b1ee1..54c257f813 100644 --- a/meta/recipes-core/dbus/dbus/os-test.patch +++ b/meta/recipes-core/dbus/dbus/os-test.patch | |||
@@ -6,7 +6,7 @@ unconditionally as the oe-core initscript has a redhat-style pid file | |||
6 | path. | 6 | path. |
7 | 7 | ||
8 | Signed-off-by: Andy Ross <andy.ross@windriver.com> | 8 | Signed-off-by: Andy Ross <andy.ross@windriver.com> |
9 | Upstream-Status: innappropriate [embedded] | 9 | Upstream-Status: Inappropriate [embedded] |
10 | 10 | ||
11 | diff -u a/configure.ac b/configure.ac | 11 | diff -u a/configure.ac b/configure.ac |
12 | --- a/configure.ac 2012-08-28 11:23:43.040609874 -0700 | 12 | --- a/configure.ac 2012-08-28 11:23:43.040609874 -0700 |
diff --git a/meta/recipes-core/glibc/ldconfig-native-2.12.1/add-64-bit-flag-for-ELF64-entries.patch b/meta/recipes-core/glibc/ldconfig-native-2.12.1/add-64-bit-flag-for-ELF64-entries.patch index a0fabae3af..a9af110623 100644 --- a/meta/recipes-core/glibc/ldconfig-native-2.12.1/add-64-bit-flag-for-ELF64-entries.patch +++ b/meta/recipes-core/glibc/ldconfig-native-2.12.1/add-64-bit-flag-for-ELF64-entries.patch | |||
@@ -9,7 +9,7 @@ Due to this defect, ctypes.util.find_library() python function fails to | |||
9 | detect any library due to the old file format that ldconfig-native | 9 | detect any library due to the old file format that ldconfig-native |
10 | creates. This fix sets architecture-dependent 64bit flags for 64-bit ELF. | 10 | creates. This fix sets architecture-dependent 64bit flags for 64-bit ELF. |
11 | 11 | ||
12 | Upstream-status: Inappropriate [embedded specific] | 12 | Upstream-Status: Inappropriate [embedded specific] |
13 | 13 | ||
14 | Signed-off-by: Yuanjie Huang <yuanjie.huang@windriver.com> | 14 | Signed-off-by: Yuanjie Huang <yuanjie.huang@windriver.com> |
15 | --- | 15 | --- |
diff --git a/meta/recipes-core/udev/udev/fix_rule-syntax-regex-ptest.patch b/meta/recipes-core/udev/udev/fix_rule-syntax-regex-ptest.patch index 548a241d8a..593c46ce03 100644 --- a/meta/recipes-core/udev/udev/fix_rule-syntax-regex-ptest.patch +++ b/meta/recipes-core/udev/udev/fix_rule-syntax-regex-ptest.patch | |||
@@ -18,8 +18,7 @@ Ignore the argument and use a relative path instead. | |||
18 | 18 | ||
19 | 19 | ||
20 | Signed-off-by: Max Krummenacher <max.oss.09@gmail.com> | 20 | Signed-off-by: Max Krummenacher <max.oss.09@gmail.com> |
21 | Upstream status pending | 21 | Upstream-Status: Inappropriate (cross environment path) |
22 | Upstream status Inappropriate (cross environment path) | ||
23 | 22 | ||
24 | diff -Naur udev-182.orig/src/keymap/95-keymap.rules udev-182/src/keymap/95-keymap.rules | 23 | diff -Naur udev-182.orig/src/keymap/95-keymap.rules udev-182/src/keymap/95-keymap.rules |
25 | --- udev-182.orig/src/keymap/95-keymap.rules 2012-02-07 00:01:55.154640792 +0100 | 24 | --- udev-182.orig/src/keymap/95-keymap.rules 2012-02-07 00:01:55.154640792 +0100 |
diff --git a/meta/recipes-core/zlib/zlib-1.2.8/ldflags-tests.patch b/meta/recipes-core/zlib/zlib-1.2.8/ldflags-tests.patch index 650794f504..19c40b7452 100644 --- a/meta/recipes-core/zlib/zlib-1.2.8/ldflags-tests.patch +++ b/meta/recipes-core/zlib/zlib-1.2.8/ldflags-tests.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | Obey LDFLAGS for tests | 1 | Obey LDFLAGS for tests |
2 | 2 | ||
3 | Signed-off-by: Christopher Larson <chris_larson@mentor.com> | 3 | Signed-off-by: Christopher Larson <chris_larson@mentor.com> |
4 | Upstream-status: Pending | 4 | Upstream-Status: Pending |
5 | 5 | ||
6 | --- zlib-1.2.8.orig/Makefile.in | 6 | --- zlib-1.2.8.orig/Makefile.in |
7 | +++ zlib-1.2.8/Makefile.in | 7 | +++ zlib-1.2.8/Makefile.in |