When the -symlinks package was removed and an RPROVIDES was added, nothing was put in to cause the removal of the older package in an upgrade.
Signed-off-by: Mark Hatle <[email protected]> --- meta/recipes-devtools/binutils/binutils.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/binutils/binutils.inc b/meta/recipes-devtools/binutils/binutils.inc index 17c66bc..77b3718 100644 --- a/meta/recipes-devtools/binutils/binutils.inc +++ b/meta/recipes-devtools/binutils/binutils.inc @@ -21,6 +21,8 @@ FILES_${PN} = " \ ${prefix}/${TARGET_SYS}/bin/*" RPROVIDES_${PN} += "${PN}-symlinks" +RREPLACES_${PN} += "${PN}-symlinks" +RCONFLICTS_${PN} += "${PN}-symlinks" FILES_${PN}-dev = " \ ${includedir} \ -- 1.8.3.4 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
