From bd220fe6ce8c3a0805f13a14706d3130ea872604 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 10 Sep 2015 19:59:47 +0100 Subject: meta: Fix Upstream-Status statements Fix a variety of problems such as typos, bad punctuations, or incorrect Upstream-Status values. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-core/base-passwd/base-passwd/input.patch | 2 +- meta/recipes-core/base-passwd/base-passwd/nobash.patch | 2 +- meta/recipes-core/base-passwd/base-passwd/noshadow.patch | 2 +- meta/recipes-core/busybox/busybox/busybox-cross-menuconfig.patch | 2 +- .../0001-Unset-need_charset_alias-when-building-for-musl.patch | 2 +- meta/recipes-core/dbus/dbus/os-test.patch | 2 +- .../ldconfig-native-2.12.1/add-64-bit-flag-for-ELF64-entries.patch | 2 +- meta/recipes-core/udev/udev/fix_rule-syntax-regex-ptest.patch | 3 +-- meta/recipes-core/zlib/zlib-1.2.8/ldflags-tests.patch | 2 +- 9 files changed, 9 insertions(+), 10 deletions(-) (limited to 'meta/recipes-core') 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 @@ Add an input group for the /dev/input/* devices. -Upstream-Status: Invalid [configuration] +Upstream-Status: Inappropriate [configuration] Signed-off-by: Darren Hart 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 @@ use /bin/sh instead of /bin/bash, since the latter may not be included in some images such as minimal -Upstream-Status: Invalid [configuration] +Upstream-Status: Inappropriate [configuration] Signed-off-by: Scott Garman 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 @@ remove "*" for root since we don't have a /etc/shadow so far. -Upstream-Status: Invalid [configuration] +Upstream-Status: Inappropriate [configuration] Signed-off-by: Scott Garman 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 Date: Sun, 3 Mar 2013 12:31:40 -0600 Subject: [PATCH] menuconfig,check-lxdiaglog.sh: Allow specification of ncurses location -Upstream-status: Submitted +Upstream-Status: Submitted [ based on: https://lkml.org/lkml/2013/3/3/103 ] 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 projects will get it eventually. For now we apply the fix to coreutils -Upstream-Status: Not Required +Upstream-Status: Pending Signed-off-by: Khem Raj --- 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 path. Signed-off-by: Andy Ross -Upstream-Status: innappropriate [embedded] +Upstream-Status: Inappropriate [embedded] diff -u a/configure.ac b/configure.ac --- 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 detect any library due to the old file format that ldconfig-native creates. This fix sets architecture-dependent 64bit flags for 64-bit ELF. -Upstream-status: Inappropriate [embedded specific] +Upstream-Status: Inappropriate [embedded specific] Signed-off-by: Yuanjie Huang --- 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. Signed-off-by: Max Krummenacher -Upstream status pending -Upstream status Inappropriate (cross environment path) +Upstream-Status: Inappropriate (cross environment path) diff -Naur udev-182.orig/src/keymap/95-keymap.rules udev-182/src/keymap/95-keymap.rules --- 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 @@ Obey LDFLAGS for tests Signed-off-by: Christopher Larson -Upstream-status: Pending +Upstream-Status: Pending --- zlib-1.2.8.orig/Makefile.in +++ zlib-1.2.8/Makefile.in -- cgit v1.2.3