All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] enscript: set the correct path for perl
@ 2017-08-28  6:05 jackie.huang
  2017-08-28 15:26 ` Khem Raj
  0 siblings, 1 reply; 7+ messages in thread
From: jackie.huang @ 2017-08-28  6:05 UTC (permalink / raw)
  To: openembedded-devel

From: Jackie Huang <jackie.huang@windriver.com>

Set the correct path for perl and avoid
searching the one in hosttools that cause
QA issue:

| ERROR: enscript-1.6.6-r0 do_package_qa: QA Issue: /usr/bin/diffpp
  contained in package enscript requires
  /builddir/tmp/hosttools/perl, but no providers found in RDEPENDS_enscript? [file-rdeps]

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
 meta-oe/recipes-extended/enscript/enscript_1.6.6.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-extended/enscript/enscript_1.6.6.bb b/meta-oe/recipes-extended/enscript/enscript_1.6.6.bb
index 96129880a..65f1ccfa0 100644
--- a/meta-oe/recipes-extended/enscript/enscript_1.6.6.bb
+++ b/meta-oe/recipes-extended/enscript/enscript_1.6.6.bb
@@ -19,4 +19,6 @@ inherit autotools gettext
 SRC_URI[md5sum] = "3acc242b829adacabcaf28533f049afd"
 SRC_URI[sha256sum] = "6d56bada6934d055b34b6c90399aa85975e66457ac5bf513427ae7fc77f5c0bb"
 
+CACHED_CONFIGUREVARS += "ac_cv_path_PERL=${bindir}/perl"
+
 RDEPENDS_${PN} = "perl"
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-08-29  1:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-28  6:05 [meta-oe][PATCH] enscript: set the correct path for perl jackie.huang
2017-08-28 15:26 ` Khem Raj
2017-08-28 23:17   ` Martin Jansa
2017-08-29  1:13     ` Huang, Jie (Jackie)
2017-08-29  1:07   ` Huang, Jie (Jackie)
2017-08-29  1:11     ` Khem Raj
2017-08-29  1:13       ` Huang, Jie (Jackie)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.