diff options
| author | Peter Seebach <peter.seebach@windriver.com> | 2013-10-10 14:01:40 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-08 17:25:33 +0000 |
| commit | 43cce83f93bf3b040048f65cf2525d805a65b5bc (patch) | |
| tree | d37c1bede887b969c876f89d06a313367a619f4b | |
| parent | 77ff02ffa8e8f81bcec11c277de69da5af1d76ad (diff) | |
| download | poky-43cce83f93bf3b040048f65cf2525d805a65b5bc.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.
(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>
| -rw-r--r-- | meta/recipes-devtools/binutils/binutils.inc | 10 |
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" | |||
| 15 | 15 | ||
| 16 | inherit autotools gettext multilib_header | 16 | inherit autotools gettext multilib_header |
| 17 | 17 | ||
| 18 | PACKAGES += "${PN}-symlinks" | ||
| 19 | |||
| 20 | FILES_${PN} = " \ | 18 | FILES_${PN} = " \ |
| 21 | ${bindir}/${TARGET_PREFIX}* \ | 19 | ${bindir}/${TARGET_PREFIX}* \ |
| 22 | ${libdir}/lib*-*.so \ | 20 | ${libdir}/lib*-*.so \ |
| 23 | ${prefix}/${TARGET_SYS}/bin/*" | 21 | ${prefix}/${TARGET_SYS}/bin/*" |
| 24 | 22 | ||
| 25 | # Use alternatives rather than actual symlinks. | 23 | RPROVIDES_${PN} += "${PN}-symlinks" |
| 26 | FILES_${PN}-symlinks = "" | ||
| 27 | |||
| 28 | ALLOW_EMPTY_${PN}-symlinks = "1" | ||
| 29 | 24 | ||
| 30 | FILES_${PN}-dev = " \ | 25 | FILES_${PN}-dev = " \ |
| 31 | ${includedir} \ | 26 | ${includedir} \ |
| @@ -149,5 +144,4 @@ inherit update-alternatives | |||
| 149 | 144 | ||
| 150 | ALTERNATIVE_PRIORITY = "100" | 145 | ALTERNATIVE_PRIORITY = "100" |
| 151 | 146 | ||
| 152 | ALTERNATIVE_${PN}-symlinks_class-target = "${USE_ALTERNATIVES_FOR}" | 147 | ALTERNATIVE_${PN}_class-target = "${USE_ALTERNATIVES_FOR}" |
| 153 | |||
