acpid: Fix issues with glibc 2.9 and remove old versions

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-08-27 14:52:12 +01:00
parent 0445add616
commit 21c622d30a
7 changed files with 3 additions and 29 deletions

View File

@ -11,8 +11,9 @@ INITSCRIPT_NAME = "acpid"
INITSCRIPT_PARAMS = "defaults"
EXTRA_OEMAKE = ""
do_compile () {
oe_runmake 'CC=${CC}' 'CROSS=${HOST_PREFIX}'
oe_runmake 'CC=${CC} -D_GNU_SOURCE' 'CROSS=${HOST_PREFIX}'
}
do_install () {

View File

@ -1,16 +0,0 @@
upstream: https://sourceforge.net/tracker/index.php?func=detail&aid=1895615&group_id=33140&atid=407341
status: not necessary anymore at least from version 1.0.6 onwards where this patch reverse-applies cleanly
Index: acpid-1.0.3/ud_socket.c
===================================================================
--- acpid-1.0.3.orig/ud_socket.c 2003-11-17 14:24:58.000000000 -0700
+++ acpid-1.0.3/ud_socket.c 2005-06-27 14:44:17.785576106 -0700
@@ -58,7 +58,7 @@
while (1) {
int newsock = 0;
struct sockaddr_un cliaddr;
- int len = sizeof(struct sockaddr_un);
+ socklen_t len = sizeof(struct sockaddr_un);
newsock = accept(listenfd, (struct sockaddr *)&cliaddr, &len);
if (newsock < 0) {

View File

@ -1,3 +0,0 @@
require acpid.inc
PR = "r2"

View File

@ -1,4 +0,0 @@
require acpid.inc
SRC_URI += "file://gcc40.patch;patch=1"
PR = "r2"

View File

@ -1,4 +0,0 @@
require acpid.inc
SRC_URI += "file://gcc40.patch;patch=1"
PR = "r3"

View File

@ -1,3 +1,3 @@
require acpid.inc
PR = "r4"
PR = "r5"