[OE-core] [PATCH 1/2] babletrace2: make manpages multilib identical
Jeremy A. Puhlman
jpuhlman at mvista.com
Thu Mar 12 14:36:42 UTC 2020
Maybe. They may want it to be altered depending on their preference for
how to express the system libdir. I have
pushed similar to other projects and gotten a mixed bag of responses.
I haven't tried to push it yet, but its in my queue.
On 3/12/2020 7:25 AM, Jonathan Rajotte-Julien wrote:
> Hi
>
> Is this something upstream (lttng-dev mailing list) should be interested in?
>
> Cheers
>
> On Wed, Mar 11, 2020 at 03:22:48PM -0700, Jeremy A. Puhlman wrote:
>> From: Jeremy Puhlman <jpuhlman at mvista.com>
>>
>> Signed-off-by: Jeremy A. Puhlman <jpuhlman at mvista.com>
>> ---
>> .../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 <jpuhlman at mvista.com>
>> +Date: Mon, 9 Mar 2020 21:10:35 +0000
>> +Subject: [PATCH] Make manpages multilib identical
>> +
>> +Upstream-Status: Pending
>> +Signed-off-by: Jeremy Puhlman <jpuhlman at mvista.com>
>> +---
>> + 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
>> +--
>> +2.24.1
>> +
>> diff --git a/meta/recipes-kernel/lttng/babeltrace2_2.0.1.bb b/meta/recipes-kernel/lttng/babeltrace2_2.0.1.bb
>> index 16953d6807..61bc7f5e6b 100644
>> --- a/meta/recipes-kernel/lttng/babeltrace2_2.0.1.bb
>> +++ b/meta/recipes-kernel/lttng/babeltrace2_2.0.1.bb
>> @@ -10,6 +10,7 @@ DEPENDS = "glib-2.0 util-linux popt bison-native flex-native"
>> SRC_URI = "git://git.linuxfoundation.org/diamon/babeltrace.git;branch=stable-2.0 \
>> file://run-ptest \
>> file://0001-tests-do-not-run-test-applications-from-.libs.patch \
>> + file://0001-Make-manpages-multilib-identical.patch \
>> "
>> SRCREV = "06df58f89ee51b1a2c6a2c187ec3f15691633910"
>> UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>2(\.\d+)+)$"
>> --
>> 2.13.3
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core at lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
--
Jeremy A. Puhlman
jpuhlman at mvista.com
More information about the Openembedded-core
mailing list