[oe-commits] Khem Raj : binutils_2.23.1.bb: Correct typo in enable-targets configure option

git at git.openembedded.org git at git.openembedded.org
Thu Dec 6 12:34:27 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: b2e2cf532ebbeb7463b45193fa684e785e299c99
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b2e2cf532ebbeb7463b45193fa684e785e299c99

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed Nov 28 09:38:11 2012 -0800

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 <raj.khem at gmail.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 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 b8250d8..1523e87 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





More information about the Openembedded-commits mailing list