1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00

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>
This commit is contained in:
Khem Raj
2012-11-28 09:38:11 -08:00
committed by Richard Purdie
parent 3ae71c74c7
commit a8fa49fbc2
@@ -8,9 +8,9 @@ EXTRA_OECONF += "--with-sysroot=/ \
--enable-shared \ --enable-shared \
" "
EXTRA_OECONF_virtclass-native = "--enable-target=all --enable-64-bit-bfd --enable-install-libbfd" EXTRA_OECONF_class-native = "--enable-targets=all --enable-64-bit-bfd --enable-install-libbfd"
do_install_virtclass-native () { do_install_class-native () {
autotools_do_install autotools_do_install
# Install the libiberty header # Install the libiberty header