diff options
author | Jack Mitchell <jack.mitchell@dbbroadcast.co.uk> | 2012-12-03 14:59:14 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-03 16:38:35 +0000 |
commit | 25f3c55080cea563162479390b818af3a6415888 (patch) | |
tree | 9a004ab358594e83a69a630b01af133d45f629ed /meta/recipes-kernel/latencytop | |
parent | e2e0942a35dc4a6d1346686a93c21260b092b307 (diff) | |
download | poky-25f3c55080cea563162479390b818af3a6415888.tar.gz |
latencytop: add missing signed-off-by and re-add upstream status
When I made a change to this patch in git commit 1b41a4660d0
I accidently removed the Upstream Status line and also didn't
add the required signed-off-by tag.
(From OE-Core rev: b76878810d39310d1061c637a6bb8f4aa9600054)
Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/latencytop')
-rw-r--r-- | meta/recipes-kernel/latencytop/latencytop-0.5/latencytop-makefile.patch | 14 |
1 files changed, 9 insertions, 5 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 596450c5b9..0cf217fa0b 100644 --- a/meta/recipes-kernel/latencytop/latencytop-0.5/latencytop-makefile.patch +++ b/meta/recipes-kernel/latencytop/latencytop-0.5/latencytop-makefile.patch | |||
@@ -1,9 +1,13 @@ | |||
1 | --- a/Makefile 2010-07-20 18:51:32.000000000 +0800 | 1 | diff --git a/Makefile.orig b/Makefile |
2 | +++ b/Makefile 2010-07-20 18:54:54.000000000 +0800 | 2 | index 16a2369..fa797a2 100644 |
3 | @@ -1,10 +1,8 @@ | 3 | --- a/Makefile.orig |
4 | +++ b/Makefile | ||
5 | @@ -1,10 +1,11 @@ | ||
4 | -# FIXME: Use autoconf ? | 6 | -# FIXME: Use autoconf ? |
5 | -HAS_GTK_GUI = 1 | 7 | -HAS_GTK_GUI = 1 |
6 | - | 8 | +# Upstream-Status: Inappropriate [configuration] |
9 | +# Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk> | ||
10 | |||
7 | DESTDIR = | 11 | DESTDIR = |
8 | SBINDIR = /usr/sbin | 12 | SBINDIR = /usr/sbin |
9 | XCFLAGS = -W -g `pkg-config --cflags glib-2.0` -D_FORTIFY_SOURCE=2 -Wno-sign-compare | 13 | XCFLAGS = -W -g `pkg-config --cflags glib-2.0` -D_FORTIFY_SOURCE=2 -Wno-sign-compare |
@@ -13,7 +17,7 @@ | |||
13 | 17 | ||
14 | OBJS= latencytop.o text_display.o translate.o fsync.o | 18 | OBJS= latencytop.o text_display.o translate.o fsync.o |
15 | 19 | ||
16 | @@ -26,16 +24,17 @@ | 20 | @@ -26,16 +27,17 @@ endif |
17 | 21 | ||
18 | # We write explicity this "implicit rule" | 22 | # We write explicity this "implicit rule" |
19 | %.o : %.c | 23 | %.o : %.c |