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=e2eee03768e66519182c56f1293e0afbd68c0d60;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 8ef6421eaaa..dfde4e9fbf0 100644 --- a/meta/recipes-devtools/dpkg/dpkg.inc +++ b/meta/recipes-devtools/dpkg/dpkg.inc @@ -65,6 +65,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)}"