[oe-commits] Cliff Brake : attr: clear TOPDIR env variable in recipe

git version control git at git.openembedded.org
Sat May 8 18:23:42 UTC 2010


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

Author: Cliff Brake <cbrake at bec-systems.com>
Date:   Sat May  8 14:21:28 2010 -0400

attr: clear TOPDIR env variable in recipe

---

 recipes/udev/attr_2.4.44.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/udev/attr_2.4.44.bb b/recipes/udev/attr_2.4.44.bb
index d1ca508..ee48693 100644
--- a/recipes/udev/attr_2.4.44.bb
+++ b/recipes/udev/attr_2.4.44.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Commands for Manipulating Filesystem Extended Attributes"
 LICENSE = "GPLv2"
 
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "http://mirror.its.uidaho.edu/pub/savannah/attr/attr-${PV}.src.tar.gz"
 
@@ -14,6 +14,8 @@ EXTRA_OECONF = " --enable-gettext=yes \
 
 LDFLAGS_append_libc-uclibc += " -lintl"
 
+TOPDIR[unexport] = "1"
+
 do_configure_append() {
 	# gettext hack
 	echo "#define _(str) str" >> ${S}/include/config.h





More information about the Openembedded-commits mailing list