From 1d7c9a9828747f6d58b141af685633d69f896baa Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Sat, 9 Oct 2010 12:41:39 +0800 Subject: 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 Signed-off-by: Dexuan Cui --- meta/recipes-support/attr/ea-acl.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-support/attr/ea-acl.inc') 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 @@ DEPENDS =+ "gettext" -SRC_URI += "file://relative-libdir.patch;striplevel=0" +SRC_URI += "file://relative-libdir.patch;striplevel=0 \ + file://no-fixed-prog-path.patch" inherit autotools -- cgit v1.2.3-54-g00ecf