mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
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. (From OE-Core rev: 24093e26f246f222c385dc37a2f8cf8b0f183175) Signed-off-by: Peter Seebach <peter.seebach@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
77ff02ffa8
commit
43cce83f93
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user