aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/binutils/binutils.inc
diff options
context:
space:
mode:
authorPeter Seebach <peter.seebach@windriver.com>2013-10-10 14:01:40 -0500
committerSaul Wold <sgw@linux.intel.com>2013-11-07 15:20:02 -0800
commit24093e26f246f222c385dc37a2f8cf8b0f183175 (patch)
tree4d203af847b17e3055e6530884c4d8f00917c0ee /meta/recipes-devtools/binutils/binutils.inc
parent1395aefcaeac94dd0e6ed3a718b7e58dd43b355e (diff)
downloadopenembedded-core-contrib-24093e26f246f222c385dc37a2f8cf8b0f183175.tar.gz
binutils: Drop binutils-symlinks
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 <peter.seebach@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils.inc')
-rw-r--r--meta/recipes-devtools/binutils/binutils.inc10
1 files changed, 2 insertions, 8 deletions
diff --git a/meta/recipes-devtools/binutils/binutils.inc b/meta/recipes-devtools/binutils/binutils.inc
index 05cbc6f3be..782fc2dfb8 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} \
@@ -149,5 +144,4 @@ inherit update-alternatives
ALTERNATIVE_PRIORITY = "100"
-ALTERNATIVE_${PN}-symlinks_class-target = "${USE_ALTERNATIVES_FOR}"
-
+ALTERNATIVE_${PN}_class-target = "${USE_ALTERNATIVES_FOR}"