diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-26 11:52:30 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-27 10:38:43 +0100 |
commit | a5bf271c7c4cf5d3bfdf8d1b05eec70ca43726b8 (patch) | |
tree | 6f52c51ed4cc168dfe5f3143c0c8ed6ed2ff71fa /meta/recipes-kernel | |
parent | 81f9abc256272e0c9b0f993f7a57e2175c692684 (diff) | |
download | poky-a5bf271c7c4cf5d3bfdf8d1b05eec70ca43726b8.tar.gz |
meta: Add/fix missing Upstream-Status to patches
This adds or fixes the Upstream-Status for all remaining patches missing it
in OE-Core.
(From OE-Core rev: 563cab8e823c3fde8ae4785ceaf4d68a5d3e25df)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/latencytop/latencytop-0.5/latencytop-makefile.patch | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/recipes-kernel/latencytop/latencytop-0.5/latencytop-makefile.patch b/meta/recipes-kernel/latencytop/latencytop-0.5/latencytop-makefile.patch index af19b3772d..7147fda5d3 100644 --- a/meta/recipes-kernel/latencytop/latencytop-0.5/latencytop-makefile.patch +++ b/meta/recipes-kernel/latencytop/latencytop-0.5/latencytop-makefile.patch | |||
@@ -1,3 +1,7 @@ | |||
1 | |||
2 | Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk> | ||
3 | Upstream-Status: Pending | ||
4 | |||
1 | diff --git a/Makefile.orig b/Makefile | 5 | diff --git a/Makefile.orig b/Makefile |
2 | index 16a2369..fa797a2 100644 | 6 | index 16a2369..fa797a2 100644 |
3 | --- a/Makefile.orig | 7 | --- a/Makefile.orig |
@@ -5,8 +9,8 @@ index 16a2369..fa797a2 100644 | |||
5 | @@ -1,10 +1,11 @@ | 9 | @@ -1,10 +1,11 @@ |
6 | -# FIXME: Use autoconf ? | 10 | -# FIXME: Use autoconf ? |
7 | -HAS_GTK_GUI = 1 | 11 | -HAS_GTK_GUI = 1 |
8 | +# Upstream-Status: Inappropriate [configuration] | 12 | +# |
9 | +# Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk> | 13 | +# |
10 | 14 | ||
11 | DESTDIR = | 15 | DESTDIR = |
12 | SBINDIR = /usr/sbin | 16 | SBINDIR = /usr/sbin |