From: Cliff Brake Date: Mon, 6 Jul 2009 21:55:56 +0000 (-0400) Subject: net-tools: unexport TOPDIR in recipe as it is used by the makefile X-Git-Tag: Release-2010-05/1~3001 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=178ea3236f43cb313cbd67aa0d60aad5d3680eea;p=openembedded.git net-tools: unexport TOPDIR in recipe as it is used by the makefile --- 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() {