summaryrefslogtreecommitdiff
path: root/meta-moblin/packages/latencytop/latencytop-0.4/latencytop-makefile.patch
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2010-07-20 19:07:52 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-21 16:00:55 +0100
commit912a5c9c6ad68b1a7e1b24af280d9cd1d834ad53 (patch)
treec6853773f3b7897972b2623ccf40d0bc1ede0dea /meta-moblin/packages/latencytop/latencytop-0.4/latencytop-makefile.patch
parent61d808bf4a5f93c1eccbf6dd2a22a57e849b641c (diff)
downloadopenembedded-core-912a5c9c6ad68b1a7e1b24af280d9cd1d834ad53.tar.gz
openembedded-core-912a5c9c6ad68b1a7e1b24af280d9cd1d834ad53.tar.bz2
openembedded-core-912a5c9c6ad68b1a7e1b24af280d9cd1d834ad53.tar.xz
openembedded-core-912a5c9c6ad68b1a7e1b24af280d9cd1d834ad53.zip
latencytop: upgrade from 0.4 to the latest version 0.5
Add BUGTRACKER Rebase the patch latencytop-makefile.patch and update the patch folder's name Add LIC_FILES_CHKSUM Reset PR to "r0" Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta-moblin/packages/latencytop/latencytop-0.4/latencytop-makefile.patch')
-rw-r--r--meta-moblin/packages/latencytop/latencytop-0.4/latencytop-makefile.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/meta-moblin/packages/latencytop/latencytop-0.4/latencytop-makefile.patch b/meta-moblin/packages/latencytop/latencytop-0.4/latencytop-makefile.patch
deleted file mode 100644
index 8840d3880..000000000
--- a/meta-moblin/packages/latencytop/latencytop-0.4/latencytop-makefile.patch
+++ /dev/null
@@ -1,32 +0,0 @@
---- a/Makefile 2008-11-14 22:55:51.000000000 +0800
-+++ b/Makefile 2008-11-14 23:00:51.000000000 +0800
-@@ -1,7 +1,8 @@
- DESTDIR =
- SBINDIR = /usr/sbin
- XCFLAGS = -W `pkg-config --cflags glib-2.0` -D_FORTIFY_SOURCE=2 -Wno-sign-compare
--LDF = -Wl,--as-needed `pkg-config --libs glib-2.0` -lncursesw
-+LDF = -Wl,--as-needed `pkg-config --libs glib-2.0` -lncurses
-+CC ?= gcc
-
- #
- # The w in -lncursesw is not a typo; it is the wide-character version
-@@ -14,10 +15,10 @@ LDF = -Wl,--as-needed `pkg-config --libs
-
- # We write explicity this "implicit rule"
- %.o : %.c
-- gcc -c $(CFLAGS) $(XCFLAGS) $< -o $@
-+ $(CC) -c $(CFLAGS) $(XCFLAGS) $< -o $@
-
- latencytop: latencytop.o display.o latencytop.h translate.o Makefile
-- gcc $(CFLAGS) latencytop.o display.o translate.o $(LDF) -o latencytop
-+ $(CC) $(CFLAGS) latencytop.o display.o translate.o $(LDF) -o latencytop
-
-
- clean:
-@@ -25,5 +26,6 @@ clean:
-
- install: latencytop
- mkdir -p $(DESTDIR)/usr/share/latencytop
-+ mkdir -p $(DESTDIR)$(SBINDIR)
- install -m 0644 latencytop.trans $(DESTDIR)/usr/share/latencytop/latencytop.trans
- install -m 0755 latencytop $(DESTDIR)$(SBINDIR)/