All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core] [PATCH V2 1/5] dhcpcd: Fix install conflict when enable multilib.
@ 2023-03-08  1:40 wangmy
  2023-03-08  1:40 ` [OE-core] [PATCH V2 2/5] lua: " wangmy
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: wangmy @ 2023-03-08  1:40 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Error: Transaction test error:
   file /usr/share/man/man8/dhcpcd.8 conflicts between attempted installs of dhcpcd-doc-9.4.1-r0.cortexa57 and lib32-dhcpcd-doc-9.4.1-r0.armv7ahf_neon

The differences between the two files are as follows:
@@ -821,7 +821,7 @@
 If you always use the same options, put them here.
 .It Pa /usr/libexec/dhcpcd-run-hooks
 Bourne shell script that is run to configure or de-configure an interface.
-.It Pa /usr/lib64/dhcpcd/dev
+.It Pa /usr/lib/dhcpcd/dev
 Linux
 .Pa /dev
 management modules.


Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-connectivity/dhcpcd/dhcpcd_9.4.1.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-connectivity/dhcpcd/dhcpcd_9.4.1.bb b/meta/recipes-connectivity/dhcpcd/dhcpcd_9.4.1.bb
index 39e689d2f6..03dbf31b35 100644
--- a/meta/recipes-connectivity/dhcpcd/dhcpcd_9.4.1.bb
+++ b/meta/recipes-connectivity/dhcpcd/dhcpcd_9.4.1.bb
@@ -62,3 +62,6 @@ do_install:append () {
 }
 
 FILES:${PN}-dbg += "${libdir}/dhcpcd/dev/.debug"
+
+inherit multilib_script
+MULTILIB_SCRIPTS = "${PN}-doc:${datadir}/man/man8/dhcpcd.8"
-- 
2.34.1



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

end of thread, other threads:[~2023-03-14  8:29 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-08  1:40 [OE-core] [PATCH V2 1/5] dhcpcd: Fix install conflict when enable multilib wangmy
2023-03-08  1:40 ` [OE-core] [PATCH V2 2/5] lua: " wangmy
2023-03-08  1:40 ` [OE-core] [PATCH V4 3/5] vala: " wangmy
2023-03-08  1:40 ` [OE-core] [PATCH V2 4/5] xcb-proto: " wangmy
2023-03-08  9:21   ` Richard Purdie
2023-03-13  7:29     ` wangmy
2023-03-13  7:50       ` Alexander Kanavin
2023-03-14  0:49         ` wangmy
2023-03-14  8:29           ` Alexander Kanavin
2023-03-08  1:40 ` [OE-core] [PATCH V2 5/5] bash: " wangmy
2023-03-08  9:24   ` Richard Purdie
2023-03-09  1:51     ` wangmy
2023-03-09 15:22       ` Richard Purdie
2023-03-08  8:43 ` [OE-core] [PATCH V2 1/5] dhcpcd: " Alexander Kanavin
2023-03-08  9:19 ` Richard Purdie

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.