diff options
author | Cliff Brake <cbrake@bec-systems.com> | 2010-05-08 14:21:05 -0400 |
---|---|---|
committer | Cliff Brake <cbrake@bec-systems.com> | 2010-05-08 14:22:51 -0400 |
commit | b9788810a898534c6bf417c84b1babeff07ea508 (patch) | |
tree | 178d809c4c7db7276b83747a304d41ed71d982b0 | |
parent | a10931f58df013975ae61d66115576a2568da0c8 (diff) |
acl: clear TOPDIR env variable in recipe
-rw-r--r-- | recipes/udev/acl_2.2.49.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/udev/acl_2.2.49.bb b/recipes/udev/acl_2.2.49.bb index 0dd88347b5..aeec4942e8 100644 --- a/recipes/udev/acl_2.2.49.bb +++ b/recipes/udev/acl_2.2.49.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Commands for Manipulating POSIX Access Control Lists" LICENSE = "GPLv2" -PR = "r1" +PR = "r2" DEPENDS = "attr" @@ -9,6 +9,8 @@ SRC_URI = "http://mirror.its.uidaho.edu/pub/savannah/acl/acl-${PV}.src.tar.gz" inherit autotools lib_package +TOPDIR[unexport] = "1" + EXTRA_OECONF = " --enable-gettext=yes \ ac_cv_path_XGETTEXT=${STAGING_BINDIR_NATIVE}/xgettext \ ac_cv_path_MSGFMT=${STAGING_BINDIR_NATIVE}/msgfmt \ |