diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-11-28 09:38:11 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2012-12-05 23:42:33 -0800 |
commit | b2e2cf532ebbeb7463b45193fa684e785e299c99 (patch) | |
tree | c3c5c80cd3a1181295a89f517c5eb8084762569d /meta/recipes-devtools | |
parent | 1623c4757e5401570c3405e563d1cfd345a1e636 (diff) | |
download | openembedded-core-b2e2cf532ebbeb7463b45193fa684e785e299c99.tar.gz openembedded-core-b2e2cf532ebbeb7463b45193fa684e785e299c99.tar.bz2 openembedded-core-b2e2cf532ebbeb7463b45193fa684e785e299c99.zip |
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@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools')
-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=/ \ --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 |