[OE-core] [PATCH 2/3] resolvconf: add rconflicts

changqing.li at windriver.com changqing.li at windriver.com
Wed May 29 09:35:06 UTC 2019


From: Changqing Li <changqing.li at 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 at 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



More information about the Openembedded-core mailing list