aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/acpid
AgeCommit message (Collapse)Author
2011-05-17acpid-1.0.10: fix compiler warning on some platformsChristian Betz
Task compile fails with the following error. | i686-angstrom-linux-gcc -march=pentiumpro --sysroot=/oe/build-vmc16/tmp/sysroots/i686-angstrom-linux -W -Wall -Werror -Wundef -Wshadow -D_GNU_SOURCE -O2 -g -DVERSION="\"1.0.10\"" -c -o sock.o sock.c | cc1: warnings being treated as errors | libnetlink.c: In function 'addraw_l': | libnetlink.c:521:56: error: comparison between signed and unsigned integer expressions Adding a missing cast fixes this problem. Signed-off-by: Christian Betz <christian.betz@gmail.com> Tested on `i686` by: Søren Holm <sgh@sgh.dk> Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2010-08-25acpid_1.0.10.bb: Fix building on x86 with gcc 4.5Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-23acpid: add script to halt on power button pressRoman I Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-23acpid: convert to INC_PRRoman I Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2009-10-14acpid-1.0.10: Add recipe and patches for version 1.0.10Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-05-20acpid: add 1.0.8 (with netlink support)Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
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 <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>