summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/attr/ea-acl.inc
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2010-10-09 12:41:39 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-10-09 14:44:07 +0100
commit1d7c9a9828747f6d58b141af685633d69f896baa (patch)
tree51dc6ae769f6e8405d3b88b87e590760d082ba38 /meta/recipes-support/attr/ea-acl.inc
parentc805a6ed281279ef0ccc4e6e084d52a725260e09 (diff)
downloadpoky-1d7c9a9828747f6d58b141af685633d69f896baa.tar.gz
attr: fix the hardcoded search path in the AC_PATH_PROG
We should respect $PATH. The patch is from Qing. Fixes [BUGID #369]. BTW: the bug was triggered on a build host that didn't install gettext. Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/recipes-support/attr/ea-acl.inc')
-rw-r--r--meta/recipes-support/attr/ea-acl.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/attr/ea-acl.inc b/meta/recipes-support/attr/ea-acl.inc
index 77fa2b4fd6..bc93107ac0 100644
--- a/meta/recipes-support/attr/ea-acl.inc
+++ b/meta/recipes-support/attr/ea-acl.inc
@@ -2,7 +2,8 @@
2 2
3DEPENDS =+ "gettext" 3DEPENDS =+ "gettext"
4 4
5SRC_URI += "file://relative-libdir.patch;striplevel=0" 5SRC_URI += "file://relative-libdir.patch;striplevel=0 \
6 file://no-fixed-prog-path.patch"
6 7
7inherit autotools 8inherit autotools
8 9