From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- recipes/powernowd/files/fix-makefile.patch | 11 +++++++++++ recipes/powernowd/powernowd_0.96.bb | 13 +++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 recipes/powernowd/files/fix-makefile.patch create mode 100644 recipes/powernowd/powernowd_0.96.bb (limited to 'recipes/powernowd') diff --git a/recipes/powernowd/files/fix-makefile.patch b/recipes/powernowd/files/fix-makefile.patch new file mode 100644 index 0000000000..f17a539744 --- /dev/null +++ b/recipes/powernowd/files/fix-makefile.patch @@ -0,0 +1,11 @@ +--- /tmp/Makefile 2005-10-18 19:11:58.513569480 +0200 ++++ powernowd-0.96/Makefile 2005-10-18 19:12:37.132698480 +0200 +@@ -4,7 +4,7 @@ + all: powernow + + powernow: +- gcc -O2 -Wall -o powernowd powernowd.c ++ ${CC} -O2 -Wall -o powernowd powernowd.c + + install: + install -m 755 powernowd /usr/sbin diff --git a/recipes/powernowd/powernowd_0.96.bb b/recipes/powernowd/powernowd_0.96.bb new file mode 100644 index 0000000000..9230239bc4 --- /dev/null +++ b/recipes/powernowd/powernowd_0.96.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "A daemon to manage CPUfreq states" +HOMEPAGE = "http://www.deater.net/john/powernowd.html" +LICENSE = "GPLv2" + + +SRC_URI = "http://www.deater.net/john/${P}.tar.gz \ + file://fix-makefile.patch;patch=1" + +do_install() { + install -d ${D}${sbindir} + install -m 755 powernowd ${D}${sbindir}/ +} + -- cgit v1.2.3