diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-11-28 09:38:11 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-06 12:31:01 +0000 |
commit | a8fa49fbc21d460479ecadeb1996a800cc4e3e07 (patch) | |
tree | 885cc22f93dcbccf91ced8e8170bd2a1f3f0f584 | |
parent | 3ae71c74c71f13a390b21b4c3ead04e51aaa82b8 (diff) | |
download | poky-a8fa49fbc21d460479ecadeb1996a800cc4e3e07.tar.gz |
binutils_2.23.1.bb: Correct typo in enable-targets configure option
Drop virtclass override in favor of class override
(From OE-Core rev: b2e2cf532ebbeb7463b45193fa684e785e299c99)
Signed-off-by: Khem Raj <raj.khem@gmail.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_2.23.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/binutils/binutils_2.23.1.bb b/meta/recipes-devtools/binutils/binutils_2.23.1.bb index b8250d88af..1523e87273 100644 --- a/meta/recipes-devtools/binutils/binutils_2.23.1.bb +++ b/meta/recipes-devtools/binutils/binutils_2.23.1.bb | |||
@@ -8,9 +8,9 @@ EXTRA_OECONF += "--with-sysroot=/ \ | |||
8 | --enable-shared \ | 8 | --enable-shared \ |
9 | " | 9 | " |
10 | 10 | ||
11 | EXTRA_OECONF_virtclass-native = "--enable-target=all --enable-64-bit-bfd --enable-install-libbfd" | 11 | EXTRA_OECONF_class-native = "--enable-targets=all --enable-64-bit-bfd --enable-install-libbfd" |
12 | 12 | ||
13 | do_install_virtclass-native () { | 13 | do_install_class-native () { |
14 | autotools_do_install | 14 | autotools_do_install |
15 | 15 | ||
16 | # Install the libiberty header | 16 | # Install the libiberty header |