]> code.ossystems Code Review - openembedded-core.git/commitdiff
apmd: sync with OE (removal of /usr/src/linux include dirs)
authorMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 25 Oct 2007 11:30:38 +0000 (11:30 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 25 Oct 2007 11:30:38 +0000 (11:30 +0000)
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 [new file with mode: 0644]
meta/packages/apmd/apmd_3.2.2.bb

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 (file)
index 0000000..f7eec6e
--- /dev/null
@@ -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=
index 94541581d35547a0f310aa957e36397eb34ad606..f7efb065e154841e291f42bf1c9b14839b528ee1 100644 (file)
@@ -3,12 +3,13 @@ SECTION = "base"
 PRIORITY = "required"
 DEPENDS = "libtool-cross"
 LICENSE = "GPL"
-PR = "r7"
+PR = "r8"
 
 SRC_URI = "${DEBIAN_MIRROR}/main/a/apmd/apmd_${PV}.orig.tar.gz; \
            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 \
@@ -44,6 +45,7 @@ do_install() {
        install -d ${D}${bindir}
        install -d ${D}${libdir}
        install -d ${D}${datadir}/apmd
+       install -d ${D}${includedir}
 
        install -m 4755 ${S}/.libs/apm ${D}${bindir}/apm
        install -m 0755 ${S}/.libs/apmd ${D}${sbindir}/apmd