diff options
| author | Scott Garman <scott.a.garman@intel.com> | 2010-12-22 10:05:39 -0800 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-23 16:07:00 +0000 |
| commit | b3a195d1e85feeccb3c9c448bbd0384c9cac4fb8 (patch) | |
| tree | 524815ccdc98f1f468d7e283450096ccddec24e3 /meta/recipes-devtools/binutils/binutils-cross.inc | |
| parent | 674f99954091856a67c532d17248df6c59b9394d (diff) | |
| download | poky-b3a195d1e85feeccb3c9c448bbd0384c9cac4fb8.tar.gz | |
binutils*.inc: Recipe format cleanup
Cleanup some simple whitespace / line break issues.
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils-cross.inc')
| -rw-r--r-- | meta/recipes-devtools/binutils/binutils-cross.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-cross.inc b/meta/recipes-devtools/binutils/binutils-cross.inc index 8c75e4ffe7..4b909720de 100644 --- a/meta/recipes-devtools/binutils/binutils-cross.inc +++ b/meta/recipes-devtools/binutils/binutils-cross.inc | |||
| @@ -2,10 +2,10 @@ inherit cross | |||
| 2 | PROVIDES = "virtual/${TARGET_PREFIX}binutils" | 2 | PROVIDES = "virtual/${TARGET_PREFIX}binutils" |
| 3 | 3 | ||
| 4 | EXTRA_OECONF = "--with-sysroot=${STAGING_DIR_TARGET} \ | 4 | EXTRA_OECONF = "--with-sysroot=${STAGING_DIR_TARGET} \ |
| 5 | --program-prefix=${TARGET_PREFIX} \ | 5 | --program-prefix=${TARGET_PREFIX} \ |
| 6 | --disable-install-libbfd \ | 6 | --disable-install-libbfd \ |
| 7 | --disable-werror \ | 7 | --disable-werror \ |
| 8 | --enable-poison-system-directories" | 8 | --enable-poison-system-directories" |
| 9 | 9 | ||
| 10 | do_install () { | 10 | do_install () { |
| 11 | oe_runmake 'DESTDIR=${D}' install | 11 | oe_runmake 'DESTDIR=${D}' install |
