From: Andreas Oberritter Date: Wed, 27 Aug 2014 21:45:35 +0000 (+0200) Subject: dpkg: update-alternatives-dpkg should conflict with other providers X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc7381d1c8aeca43aea9736d676c8bfe6ff1e8bf;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git dpkg: update-alternatives-dpkg should conflict with other providers Signed-off-by: Andreas Oberritter --- 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)}"