From f249735ad71fd5f13bfd295c55e1e0d596a1dbff Mon Sep 17 00:00:00 2001
From: Chris Larson <clarson@kergoth.com>
Date: Mon, 22 Mar 2004 22:37:29 +0000
Subject: Another pass of .oe cleanups.

BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
---
 iputils/iputils_20020927.oe | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

(limited to 'iputils')

diff --git a/iputils/iputils_20020927.oe b/iputils/iputils_20020927.oe
index ffbbd24aec..da5975a388 100644
--- a/iputils/iputils_20020927.oe
+++ b/iputils/iputils_20020927.oe
@@ -2,18 +2,18 @@ DEPENDS = "virtual/libc docbook-utils-native"
 RDEPENDS = "libc6"
 DESCRIPTION = "Utilities for the IP protocol."
 
-SRC_URI = http://www.tux.org/pub/people/alexey-kuznetsov/ip-routing/iputils-ss020927.tar.gz
-S = "${WORKDIR}/${PN}"
+SRC_URI = "http://www.tux.org/pub/people/alexey-kuznetsov/ip-routing/iputils-ss020927.tar.gz"
+S = "${WORKDIR}/iputils"
 
 EXTRA_OEMAKE = 
 
 do_compile () {
 	oe_runmake 'CC=${CC}' \
-		   KERNEL_INCLUDE="${STAGING_DIR}/target/include" \
-		   LIBC_INCLUDE="${STAGING_DIR}/target/include"
+		   KERNEL_INCLUDE="${STAGING_INCDIR}" \
+		   LIBC_INCLUDE="${STAGING_INCDIR}"
 	oe_runmake -C doc 'CC=${CC}' \
-		   KERNEL_INCLUDE="${STAGING_DIR}/target/include" \
-		   LIBC_INCLUDE="${STAGING_DIR}/target/include"
+		   KERNEL_INCLUDE="${STAGING_INCDIR}" \
+		   LIBC_INCLUDE="${STAGING_INCDIR}"
 }
 
 do_install () {
-- 
cgit v1.2.3