On Thu, 2020-03-12 at 10:25 -0400, Jonathan Rajotte-Julien wrote: > Is this something upstream (lttng-dev mailing list) should be > interested in?
Its a tough one as the man page is technically correct but the references give us a challenge in packaging it. I can therefore understand upstreams not accepting changes like this but if they were open to some kind of tweak it does help us not have to have patches... Cheers, Richard > Cheers > > On Wed, Mar 11, 2020 at 03:22:48PM -0700, Jeremy A. Puhlman wrote: > > From: Jeremy Puhlman <[email protected]> > > > > Signed-off-by: Jeremy A. Puhlman <[email protected]> > > --- > > .../0001-Make-manpages-multilib-identical.patch | 28 > > ++++++++++++++++++++++ > > meta/recipes-kernel/lttng/babeltrace2_2.0.1.bb | 1 + > > 2 files changed, 29 insertions(+) > > create mode 100644 meta/recipes-kernel/lttng/babeltrace2/0001- > > Make-manpages-multilib-identical.patch > > > > diff --git a/meta/recipes-kernel/lttng/babeltrace2/0001-Make- > > manpages-multilib-identical.patch b/meta/recipes- > > kernel/lttng/babeltrace2/0001-Make-manpages-multilib- > > identical.patch > > new file mode 100644 > > index 0000000000..2401b176e6 > > --- /dev/null > > +++ b/meta/recipes-kernel/lttng/babeltrace2/0001-Make-manpages- > > multilib-identical.patch > > @@ -0,0 +1,28 @@ > > +From 56986190e4b0c10945ce6aaa7ca10d6bd8a26a39 Mon Sep 17 00:00:00 > > 2001 > > +From: Jeremy Puhlman <[email protected]> > > +Date: Mon, 9 Mar 2020 21:10:35 +0000 > > +Subject: [PATCH] Make manpages multilib identical > > + > > +Upstream-Status: Pending > > +Signed-off-by: Jeremy Puhlman <[email protected]> > > +--- > > + doc/man/asciidoc-attrs.conf.in | 4 ++-- > > + 1 file changed, 2 insertions(+), 2 deletions(-) > > + > > +diff --git a/doc/man/asciidoc-attrs.conf.in b/doc/man/asciidoc- > > attrs.conf.in > > +index ad1183f1..e11c7031 100644 > > +--- a/doc/man/asciidoc-attrs.conf.in > > ++++ b/doc/man/asciidoc-attrs.conf.in > > +@@ -1,7 +1,7 @@ > > + [attributes] > > + # default values > > +-system_plugin_path="@LIBDIR@/babeltrace2/plugins" > > +-system_plugin_provider_path="@LIBDIR@/babeltrace2/plugin- > > providers" > > ++system_plugin_path="@prefix@/lib*/babeltrace2/plugins" > > ++system_plugin_provider_path="@prefix@/lib*/babeltrace2/plugin- > > providers" > > + babeltrace_version="@PACKAGE_VERSION@" > > + enable_debug_info="@ENABLE_DEBUG_INFO_VAL@" > > + defrdport=5344 > > +-- > > -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
