All of lore.kernel.org
 help / color / mirror / Atom feed
From: <changqing.li@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 2/3] resolvconf: add rconflicts
Date: Wed, 29 May 2019 17:35:06 +0800	[thread overview]
Message-ID: <1559122507-53104-3-git-send-email-changqing.li@windriver.com> (raw)
In-Reply-To: <1559122507-53104-1-git-send-email-changqing.li@windriver.com>

From: Changqing Li <changqing.li@windriver.com>

add rconflicts since error during do_rootfs:
file /sbin/resolvconf conflicts between attempted installs of resolvconf-1.79-r0.noarch and systemd-1:242+0+db2e367bfc-r0.i586

Signed-off-by: Changqing Li <changqing.li@windriver.com>
---
 meta/recipes-connectivity/resolvconf/resolvconf_1.79.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.79.bb b/meta/recipes-connectivity/resolvconf/resolvconf_1.79.bb
index 8550177..7fa13ac 100644
--- a/meta/recipes-connectivity/resolvconf/resolvconf_1.79.bb
+++ b/meta/recipes-connectivity/resolvconf/resolvconf_1.79.bb
@@ -65,3 +65,4 @@ pkg_postinst_${PN} () {
 }
 
 FILES_${PN} += "${base_libdir}/${BPN}"
+RCONFLICTS_${PN} = "systemd"
-- 
2.7.4



  parent reply	other threads:[~2019-05-29  9:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-29  9:35 [PATCH 0/3] add rconflicts for systemd/resolvconf/tiny-init changqing.li
2019-05-29  9:35 ` [PATCH 1/3] tiny-init: add rconflicts changqing.li
2019-05-29  9:35 ` changqing.li [this message]
2019-05-29  9:35 ` [PATCH 3/3] systemd: " changqing.li
2019-05-29 12:27 ` [PATCH 0/3] add rconflicts for systemd/resolvconf/tiny-init Adrian Bunk
2019-05-30  5:23   ` Changqing Li

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1559122507-53104-3-git-send-email-changqing.li@windriver.com \
    --to=changqing.li@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.