diff options
author | Cliff Brake <cbrake@bec-systems.com> | 2009-07-06 17:55:56 -0400 |
---|---|---|
committer | Cliff Brake <cbrake@bec-systems.com> | 2009-07-06 17:55:56 -0400 |
commit | 178ea3236f43cb313cbd67aa0d60aad5d3680eea (patch) | |
tree | 341bc6aae75b16ef08ac6572248a75852ef0d555 /recipes/net-tools/net-tools_1.60.bb | |
parent | 58d6c0ace0c9fe2a3ed9fa845bec9a89583e2fd5 (diff) |
net-tools: unexport TOPDIR in recipe as it is used by the makefile
Diffstat (limited to 'recipes/net-tools/net-tools_1.60.bb')
-rw-r--r-- | 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 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() { |