From b2e2cf532ebbeb7463b45193fa684e785e299c99 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 28 Nov 2012 09:38:11 -0800 Subject: binutils_2.23.1.bb: Correct typo in enable-targets configure option Drop virtclass override in favor of class override Signed-off-by: Khem Raj Signed-off-by: Saul Wold --- meta/recipes-devtools/binutils/binutils_2.23.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-devtools/binutils') 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=/ \ --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 # Install the libiberty header -- cgit 1.2.3-korg