[oe-commits] Cliff Brake : net-tools: unexport TOPDIR in recipe as it is used by the makefile

git version control git at git.openembedded.org
Mon Jul 6 21:57:05 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 178ea3236f43cb313cbd67aa0d60aad5d3680eea
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=178ea3236f43cb313cbd67aa0d60aad5d3680eea

Author: Cliff Brake <cbrake at bec-systems.com>
Date:   Mon Jul  6 17:55:56 2009 -0400

net-tools: unexport TOPDIR in recipe as it is used by the makefile

---

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

diff --git a/recipes/net-tools/net-tools_1.60.bb b/recipes/net-tools/net-tools_1.60.bb
index 2ef5d19..eae6b56 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() {





More information about the Openembedded-commits mailing list