From 52b64ddf61a38940e5ae7675f9dfedc3253e39cc Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Thu, 25 Oct 2007 11:30:38 +0000 Subject: apmd: sync with OE (removal of /usr/src/linux include dirs) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2958 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/apmd/apmd-3.2.2/unlinux.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta/packages/apmd/apmd-3.2.2/unlinux.patch (limited to 'meta/packages/apmd/apmd-3.2.2') diff --git a/meta/packages/apmd/apmd-3.2.2/unlinux.patch b/meta/packages/apmd/apmd-3.2.2/unlinux.patch new file mode 100644 index 000000000..f7eec6eb0 --- /dev/null +++ b/meta/packages/apmd/apmd-3.2.2/unlinux.patch @@ -0,0 +1,12 @@ +--- 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/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= -- cgit v1.2.3