summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/binutils/binutils.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils.inc')
-rw-r--r--meta/recipes-devtools/binutils/binutils.inc18
1 files changed, 9 insertions, 9 deletions
diff --git a/meta/recipes-devtools/binutils/binutils.inc b/meta/recipes-devtools/binutils/binutils.inc
index 8669d7f871..7f1f647977 100644
--- a/meta/recipes-devtools/binutils/binutils.inc
+++ b/meta/recipes-devtools/binutils/binutils.inc
@@ -1,9 +1,11 @@
1SUMMARY = "A GNU collection of binary utilities" 1SUMMARY = "A GNU collection of binary utilities"
2DESCRIPTION = "The GNU Binutils are a collection of binary tools. The main ones are ld (GNU Linker), and as \ 2DESCRIPTION = "The GNU Binutils are a collection of binary tools. \
3(GNU Assembler). This package also includes addition tools such as addr2line (Converts addresses into filenames \ 3The main ones are ld (GNU Linker), and as (GNU Assembler). This \
4and line numbers), ar (utility for creating, modifying and extracting archives), nm (list symbols in object \ 4package also includes addition tools such as addr2line (Converts \
5files), objcopy (copy and translate object files), objdump (Display object information), and other tools and \ 5addresses into filenames and line numbers), ar (utility for creating, \
6related libraries." 6modifying and extracting archives), nm (list symbols in object \
7files), objcopy (copy and translate object files), objdump (Display \
8object information), and other tools and related libraries."
7HOMEPAGE = "http://www.gnu.org/software/binutils/" 9HOMEPAGE = "http://www.gnu.org/software/binutils/"
8BUGTRACKER = "http://sourceware.org/bugzilla/" 10BUGTRACKER = "http://sourceware.org/bugzilla/"
9SECTION = "devel" 11SECTION = "devel"
@@ -44,8 +46,8 @@ FILES_${PN}-symlinks = " \
44B = "${S}/build.${HOST_SYS}.${TARGET_SYS}" 46B = "${S}/build.${HOST_SYS}.${TARGET_SYS}"
45 47
46EXTRA_OECONF = "--program-prefix=${TARGET_PREFIX} \ 48EXTRA_OECONF = "--program-prefix=${TARGET_PREFIX} \
47 --enable-install-libbfd \ 49 --enable-install-libbfd \
48 --enable-shared" 50 --enable-shared"
49 51
50EXTRA_OECONF_virtclass-native = "--enable-target=all --enable-64-bit-bfd --enable-install-libbfd" 52EXTRA_OECONF_virtclass-native = "--enable-target=all --enable-64-bit-bfd --enable-install-libbfd"
51 53
@@ -143,9 +145,7 @@ pkg_postinst_${PN}-symlinks () {
143 update-alternatives --install ${bindir}/strings strings ${TARGET_SYS}-strings 100 145 update-alternatives --install ${bindir}/strings strings ${TARGET_SYS}-strings 100
144} 146}
145 147
146
147pkg_prerm_${PN}-symlinks () { 148pkg_prerm_${PN}-symlinks () {
148 update-alternatives --remove ar ${TARGET_SYS}-ar 149 update-alternatives --remove ar ${TARGET_SYS}-ar
149 update-alternatives --remove strings ${TARGET_SYS}-strings 150 update-alternatives --remove strings ${TARGET_SYS}-strings
150} 151}
151