Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] gobject-introspection.bbclass: fix gir installed but not shipped in any package while multilib enabled
@ 2018-10-16  7:34 Hongxu Jia
  2018-10-16  8:05 ` ✗ patchtest: failure for " Patchwork
  0 siblings, 1 reply; 2+ messages in thread
From: Hongxu Jia @ 2018-10-16  7:34 UTC (permalink / raw)
  To: openembedded-core, richard.purdie

Since commit [9524330 gobject-introspection: fix multilib install
file conflicts] applied in oe-core, while multilib enabled, gir
files will be installed to `${libdir}'.

Refer above commit, modify gobject-introspection.bbclass to
split gir to package correctly.

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
---
 meta/classes/gobject-introspection.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/gobject-introspection.bbclass b/meta/classes/gobject-introspection.bbclass
index b6160b8..a323c1f 100644
--- a/meta/classes/gobject-introspection.bbclass
+++ b/meta/classes/gobject-introspection.bbclass
@@ -40,4 +40,4 @@ FILES_${PN}_append = " ${libdir}/girepository-*/*.typelib"
     
 # .gir files go to dev package, as they're needed for developing (but not for
 # running) things that depends on introspection.
-FILES_${PN}-dev_append = " ${datadir}/gir-*/*.gir"
+FILES_${PN}-dev_append = " ${datadir}/gir-*/*.gir ${libdir}/gir-*/*.gir"
-- 
2.10.2



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

* ✗ patchtest: failure for gobject-introspection.bbclass: fix gir installed but not shipped in any package while multilib enabled
  2018-10-16  7:34 [PATCH] gobject-introspection.bbclass: fix gir installed but not shipped in any package while multilib enabled Hongxu Jia
@ 2018-10-16  8:05 ` Patchwork
  0 siblings, 0 replies; 2+ messages in thread
From: Patchwork @ 2018-10-16  8:05 UTC (permalink / raw)
  To: Hongxu Jia; +Cc: openembedded-core

== Series Details ==

Series: gobject-introspection.bbclass: fix gir installed but not shipped in any package while multilib enabled
Revision: 1
URL   : https://patchwork.openembedded.org/series/14549/
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.bbclass: fix gir installed but not shipped in any package while multilib enabled
 Issue             Commit shortlog is too long [test_shortlog_length] 
  Suggested fix    Edit shortlog so that it is 90 characters or less (currently 102 characters)



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:[~2018-10-16  8:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-16  7:34 [PATCH] gobject-introspection.bbclass: fix gir installed but not shipped in any package while multilib enabled Hongxu Jia
2018-10-16  8:05 ` ✗ 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