From 178ea3236f43cb313cbd67aa0d60aad5d3680eea Mon Sep 17 00:00:00 2001
From: Cliff Brake <cbrake@bec-systems.com>
Date: Mon, 6 Jul 2009 17:55:56 -0400
Subject: net-tools: unexport TOPDIR in recipe as it is used by the makefile

---
 recipes/net-tools/net-tools_1.60.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'recipes/net-tools')

diff --git a/recipes/net-tools/net-tools_1.60.bb b/recipes/net-tools/net-tools_1.60.bb
index 2ef5d1967e..eae6b56377 100644
--- a/recipes/net-tools/net-tools_1.60.bb
+++ b/recipes/net-tools/net-tools_1.60.bb
@@ -1,6 +1,6 @@
 SUMMARY="Basic networking tools"
 LICENSE="GPL"
-PR = "r2"
+PR = "r3"
 
 #
 # NOTE:
@@ -61,6 +61,7 @@ SRC_URI = "http://download.berlios.de/${PN}/${PN}-${PV}.tar.bz2;md5sum=888774acc
            file://net-tools-1.60-selinux.patch;patch=1 \
            file://net-tools-1.60-netstat_stop_trim.patch;patch=1 "
 
+TOPDIR[unexport] = "1"
 
 # Copy config and source over to the source directory
 do_configure() {
-- 
cgit v1.2.3