./0000775000175000017500000000000012621057023011433 5ustar nielsenrnielsenr./unlinux.patch0000664000175000017500000000136112511507014014155 0ustar nielsenrnielsenrcopy OE commit message here: commit 9456cdc1cf43e3ba9e6d88c63560c1b6fdee4359 Author: Michael Krelin Date: Tue May 29 12:27:45 2007 +0000 apmd: prevent build from interferring with host kernel headers. Closes #1257 comment added by Kevin Tian , 2010-07-13 Upstream-Status: Pending Signed-off-by: Scott Garman --- apmd-3.2.2.orig/Makefile +++ apmd-3.2.2/Makefile @@ -43,8 +43,7 @@ CC=gcc CFLAGS=-O -g -XTRACFLAGS=-Wall -pipe -I. -I/usr/src/linux/include -I/usr/X11R6/include \ - -I/usr/src/linux-2.2/include -I /usr/src/linux-2.0/include \ +XTRACFLAGS=-Wall -pipe -I. \ -DVERSION=\"$(VERSION)\" \ -DDEFAULT_PROXY_NAME=\"$(PROXY_DIR)/apmd_proxy\" LDFLAGS= ./libtool.patch0000664000175000017500000000244012511507014014116 0ustar nielsenrnielsenrAdd by RP to address "unable to infer tagged configuration" error: commit 35de05e61b88c0808a5e885bb0efdf420555d5ad Author: Richard Purdie Date: Sun Jun 1 16:13:38 2008 +0000 apmd: Use libtool --tag options to avoid problems with libtool 2.2.4 (from poky) However I didn't see same issue with current libtool-2.2.10. Also per my understanding, the default tag, if not specified, falls back to CC. So disable it from patching, but keep it here. If we encounter similar issue in the future, we could then push upstream Comment added by Kevin Tian , 2010-07-16 Upstream-Status: Pending Signed-off-by: Scott Garman Index: apmd-3.2.2.orig/Makefile =================================================================== --- apmd-3.2.2.orig.orig/Makefile 2004-01-04 08:13:18.000000000 +0000 +++ apmd-3.2.2.orig/Makefile 2008-04-21 17:10:03.000000000 +0100 @@ -58,9 +57,8 @@ #CFLAGS=-O3 -m486 -fomit-frame-pointer #LDFLAGS=-s -LIBTOOL=libtool --quiet -LT_COMPILE = $(LIBTOOL) --mode=compile $(CC) -LT_LINK = $(LIBTOOL) --mode=link $(CC) +LT_COMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) +LT_LINK = $(LIBTOOL) --tag=CC --mode=link $(CC) LT_INSTALL = $(LIBTOOL) --mode=install install LT_CLEAN = $(LIBTOOL) --mode=clean rm