From cc7381d1c8aeca43aea9736d676c8bfe6ff1e8bf Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Wed, 27 Aug 2014 23:45:35 +0200 Subject: [PATCH] dpkg: update-alternatives-dpkg should conflict with other providers Signed-off-by: Andreas Oberritter --- meta/recipes-devtools/dpkg/dpkg.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index 4412c421fda..866b2b02e09 100644 --- a/meta/recipes-devtools/dpkg/dpkg.inc +++ b/meta/recipes-devtools/dpkg/dpkg.inc @@ -48,6 +48,7 @@ do_install_append () { PACKAGES =+ "update-alternatives-dpkg" FILES_update-alternatives-dpkg = "${bindir}/update-alternatives ${localstatedir}/lib/dpkg/alternatives ${sysconfdir}/alternatives" RPROVIDES_update-alternatives-dpkg = "update-alternatives" +RCONFLICTS_update-alternatives-dpkg = "update-alternatives" PACKAGES += "${PN}-perl" FILES_${PN}-perl = "${libdir}/perl/${@get_perl_version(d)}" -- 2.47.2