Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] gobject-introspection: disable scanner caching in install
@ 2020-08-13 17:37 Jeremy Puhlman
  2020-08-13 18:02 ` ✗ patchtest: failure for " Patchwork
  0 siblings, 1 reply; 2+ messages in thread
From: Jeremy Puhlman @ 2020-08-13 17:37 UTC (permalink / raw)
  To: openembedded-core; +Cc: Jeremy Puhlman

From: Jeremy Puhlman <jpuhlman@mvista.com>

do_compile and the wrapper already disable touching the
home cache. Do the same in do_install.

[YOCTO: 13970]

Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
---
 .../gobject-introspection/gobject-introspection_1.64.1.bb    | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.64.1.bb b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.64.1.bb
index 7eefdd3e27..4d80f00e10 100644
--- a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.64.1.bb
+++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.64.1.bb
@@ -131,6 +131,11 @@ do_compile_prepend() {
         export GIR_EXTRA_LIBS_PATH=$B/.libs
 }
 
+do_install_prepend() {
+        # This prevents g-ir-scanner from writing cache data to $HOME
+        export GI_SCANNER_DISABLE_CACHE=1
+}
+
 # Our wrappers need to be available system-wide, because they will be used
 # to build introspection files for all other gobject-based packages
 do_install_append_class-target() {
-- 
2.20.1


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

* ✗ patchtest: failure for gobject-introspection: disable scanner caching in install
  2020-08-13 17:37 [PATCH] gobject-introspection: disable scanner caching in install Jeremy Puhlman
@ 2020-08-13 18:02 ` Patchwork
  0 siblings, 0 replies; 2+ messages in thread
From: Patchwork @ 2020-08-13 18:02 UTC (permalink / raw)
  To: Jeremy Puhlman; +Cc: openembedded-core

== Series Details ==

Series: gobject-introspection: disable scanner caching in install
Revision: 1
URL   : https://patchwork.openembedded.org/series/25604/
State : failure

== Summary ==


Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by patchtest resulting in the following failures:



* Patch            gobject-introspection: disable scanner caching in install
 Issue             Yocto Project bugzilla tag is not correctly formatted [test_bugzilla_entry_format] 
  Suggested fix    Specify bugzilla ID in commit description with format: "[YOCTO #<bugzilla ID>]"



If you believe any of these test results are incorrect, please reply to the
mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
Otherwise we would appreciate you correcting the issues and submitting a new
version of the patchset if applicable. Please ensure you add/increment the
version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
[PATCH v3] -> ...).

---
Guidelines:     https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite:     http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe


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

end of thread, other threads:[~2020-08-13 18:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-13 17:37 [PATCH] gobject-introspection: disable scanner caching in install Jeremy Puhlman
2020-08-13 18:02 ` ✗ patchtest: failure for " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox