summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2015-09-10 19:59:47 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-12 23:01:53 +0100
commit1c914a844b35ff57b1c528251a9eaa19cedbaa10 (patch)
tree7224db398b2ac2bc823db5e9249b914988b565d7 /meta/recipes-core
parent20d90af47d33329d21b1a2c945886e0801314c2a (diff)
downloadpoky-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')
-rw-r--r--meta/recipes-core/base-passwd/base-passwd/input.patch2
-rw-r--r--meta/recipes-core/base-passwd/base-passwd/nobash.patch2
-rw-r--r--meta/recipes-core/base-passwd/base-passwd/noshadow.patch2
-rw-r--r--meta/recipes-core/busybox/busybox/busybox-cross-menuconfig.patch2
-rw-r--r--meta/recipes-core/coreutils/coreutils-8.24/0001-Unset-need_charset_alias-when-building-for-musl.patch2
-rw-r--r--meta/recipes-core/dbus/dbus/os-test.patch2
-rw-r--r--meta/recipes-core/glibc/ldconfig-native-2.12.1/add-64-bit-flag-for-ELF64-entries.patch2
-rw-r--r--meta/recipes-core/udev/udev/fix_rule-syntax-regex-ptest.patch3
-rw-r--r--meta/recipes-core/zlib/zlib-1.2.8/ldflags-tests.patch2
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 @@
1Add an input group for the /dev/input/* devices. 1Add an input group for the /dev/input/* devices.
2 2
3Upstream-Status: Invalid [configuration] 3Upstream-Status: Inappropriate [configuration]
4 4
5Signed-off-by: Darren Hart <dvhart@linux.intel.com> 5Signed-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 @@
1use /bin/sh instead of /bin/bash, since the latter may not be included in 1use /bin/sh instead of /bin/bash, since the latter may not be included in
2some images such as minimal 2some images such as minimal
3 3
4Upstream-Status: Invalid [configuration] 4Upstream-Status: Inappropriate [configuration]
5 5
6Signed-off-by: Scott Garman <scott.a.garman@intel.com> 6Signed-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 @@
1remove "*" for root since we don't have a /etc/shadow so far. 1remove "*" for root since we don't have a /etc/shadow so far.
2 2
3Upstream-Status: Invalid [configuration] 3Upstream-Status: Inappropriate [configuration]
4 4
5Signed-off-by: Scott Garman <scott.a.garman@intel.com> 5Signed-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>
2Date: Sun, 3 Mar 2013 12:31:40 -0600 2Date: Sun, 3 Mar 2013 12:31:40 -0600
3Subject: [PATCH] menuconfig,check-lxdiaglog.sh: Allow specification of ncurses location 3Subject: [PATCH] menuconfig,check-lxdiaglog.sh: Allow specification of ncurses location
4 4
5Upstream-status: Submitted 5Upstream-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
8projects will get it eventually. For now we apply the fix to 8projects will get it eventually. For now we apply the fix to
9coreutils 9coreutils
10 10
11Upstream-Status: Not Required 11Upstream-Status: Pending
12 12
13Signed-off-by: Khem Raj <raj.khem@gmail.com> 13Signed-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
6path. 6path.
7 7
8Signed-off-by: Andy Ross <andy.ross@windriver.com> 8Signed-off-by: Andy Ross <andy.ross@windriver.com>
9Upstream-Status: innappropriate [embedded] 9Upstream-Status: Inappropriate [embedded]
10 10
11diff -u a/configure.ac b/configure.ac 11diff -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
9detect any library due to the old file format that ldconfig-native 9detect any library due to the old file format that ldconfig-native
10creates. This fix sets architecture-dependent 64bit flags for 64-bit ELF. 10creates. This fix sets architecture-dependent 64bit flags for 64-bit ELF.
11 11
12Upstream-status: Inappropriate [embedded specific] 12Upstream-Status: Inappropriate [embedded specific]
13 13
14Signed-off-by: Yuanjie Huang <yuanjie.huang@windriver.com> 14Signed-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
20Signed-off-by: Max Krummenacher <max.oss.09@gmail.com> 20Signed-off-by: Max Krummenacher <max.oss.09@gmail.com>
21Upstream status pending 21Upstream-Status: Inappropriate (cross environment path)
22Upstream status Inappropriate (cross environment path)
23 22
24diff -Naur udev-182.orig/src/keymap/95-keymap.rules udev-182/src/keymap/95-keymap.rules 23diff -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 @@
1Obey LDFLAGS for tests 1Obey LDFLAGS for tests
2 2
3Signed-off-by: Christopher Larson <chris_larson@mentor.com> 3Signed-off-by: Christopher Larson <chris_larson@mentor.com>
4Upstream-status: Pending 4Upstream-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