[oe-commits] org.oe.dev apmd: prevent build from interferring with host kernel headers. Closes #1257

polyonymous commit openembedded-commits at lists.openembedded.org
Tue May 29 12:39:09 UTC 2007


apmd: prevent build from interferring with host kernel headers. Closes #1257

Author: polyonymous at openembedded.org
Branch: org.openembedded.dev
Revision: 70443562b45c24b667d30a71b55c4ed30587976a
ViewMTN: http://monotone.openembedded.org/revision.psp?id=70443562b45c24b667d30a71b55c4ed30587976a
Files:
1
packages/apmd/apmd-3.2.2/unlinux.patch
packages/apmd/apmd_3.2.2.bb
Diffs:

#
# mt diff -rba30cb3007f9e68b421759f76339210838880c19 -r70443562b45c24b667d30a71b55c4ed30587976a
#
# 
# 
# add_file "packages/apmd/apmd-3.2.2/unlinux.patch"
#  content [5d3c1669dab52d5bcc7b4627cf7cd4cd121ae333]
# 
# patch "packages/apmd/apmd_3.2.2.bb"
#  from [aa804157cf54129132e27b397da84fb001a10dd8]
#    to [40a29924ea4530cc172b5f300d88c87e3b2adac2]
# 
============================================================
--- packages/apmd/apmd-3.2.2/unlinux.patch	5d3c1669dab52d5bcc7b4627cf7cd4cd121ae333
+++ packages/apmd/apmd-3.2.2/unlinux.patch	5d3c1669dab52d5bcc7b4627cf7cd4cd121ae333
@@ -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=
============================================================
--- packages/apmd/apmd_3.2.2.bb	aa804157cf54129132e27b397da84fb001a10dd8
+++ packages/apmd/apmd_3.2.2.bb	40a29924ea4530cc172b5f300d88c87e3b2adac2
@@ -9,6 +9,7 @@ SRC_URI = "${DEBIAN_MIRROR}/main/a/apmd/
            file://debian.patch;patch=1 \
            file://workaround.patch;patch=1 \
            file://zaurus24.patch;patch=1 \
+	   file://unlinux.patch;patch=1 \
            file://init \
            file://default \
            file://apmd_proxy \






More information about the Openembedded-commits mailing list