net-tools: unexport TOPDIR in recipe as it is used by the makefile
authorCliff Brake <cbrake@bec-systems.com>
Mon, 6 Jul 2009 21:55:56 +0000 (17:55 -0400)
committerCliff Brake <cbrake@bec-systems.com>
Mon, 6 Jul 2009 21:55:56 +0000 (17:55 -0400)
recipes/net-tools/net-tools_1.60.bb

index 2ef5d19..eae6b56 100644 (file)
@@ -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() {