diff options
| author | Dexuan Cui <dexuan.cui@intel.com> | 2010-10-09 12:41:39 +0800 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-09 14:44:07 +0100 |
| commit | 1d7c9a9828747f6d58b141af685633d69f896baa (patch) | |
| tree | 51dc6ae769f6e8405d3b88b87e590760d082ba38 /meta/recipes-support/attr/ea-acl.inc | |
| parent | c805a6ed281279ef0ccc4e6e084d52a725260e09 (diff) | |
| download | poky-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.inc | 3 |
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 | ||
| 3 | DEPENDS =+ "gettext" | 3 | DEPENDS =+ "gettext" |
| 4 | 4 | ||
| 5 | SRC_URI += "file://relative-libdir.patch;striplevel=0" | 5 | SRC_URI += "file://relative-libdir.patch;striplevel=0 \ |
| 6 | file://no-fixed-prog-path.patch" | ||
| 6 | 7 | ||
| 7 | inherit autotools | 8 | inherit autotools |
| 8 | 9 | ||
