The -symlinks package doesn't really add any value if we're using update-alternatives. Drop it, leaving a spare RPROVIDES in case anyone thought they needed it.
Signed-off-by: Peter Seebach <[email protected]> --- meta/recipes-devtools/binutils/binutils.inc | 9 ++------- 1 files changed, 2 insertions(+), 7 deletions(-) diff --git a/meta/recipes-devtools/binutils/binutils.inc b/meta/recipes-devtools/binutils/binutils.inc index 1c7ffcf..7657a87 100644 --- a/meta/recipes-devtools/binutils/binutils.inc +++ b/meta/recipes-devtools/binutils/binutils.inc @@ -15,17 +15,12 @@ DEPENDS = "flex-native bison-native zlib-native" inherit autotools gettext multilib_header -PACKAGES += "${PN}-symlinks" - FILES_${PN} = " \ ${bindir}/${TARGET_PREFIX}* \ ${libdir}/lib*-*.so \ ${prefix}/${TARGET_SYS}/bin/*" -# Use alternatives rather than actual symlinks. -FILES_${PN}-symlinks = "" - -ALLOW_EMPTY_${PN}-symlinks = "1" +RPROVIDES_${PN} += "${PN}-symlinks" FILES_${PN}-dev = " \ ${includedir} \ @@ -151,5 +146,5 @@ inherit update-alternatives ALTERNATIVE_PRIORITY = "100" -ALTERNATIVE_${PN}-symlinks = "${USE_ALTERNATIVES_FOR}" +ALTERNATIVE_${PN} = "${USE_ALTERNATIVES_FOR}" -- 1.7.1 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
