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-canadian.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-canadian.inc')
| -rw-r--r-- | meta/recipes-devtools/binutils/binutils-cross-canadian.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-cross-canadian.inc b/meta/recipes-devtools/binutils/binutils-cross-canadian.inc index 2fca81dbeb..e042ac76b5 100644 --- a/meta/recipes-devtools/binutils/binutils-cross-canadian.inc +++ b/meta/recipes-devtools/binutils/binutils-cross-canadian.inc | |||
| @@ -1,16 +1,15 @@ | |||
| 1 | inherit cross-canadian | 1 | inherit cross-canadian |
| 2 | 2 | ||
| 3 | |||
| 4 | DESCRIPTION = "A GNU collection of cross-canadian binary utilities for ${TARGET_ARCH} target" | 3 | DESCRIPTION = "A GNU collection of cross-canadian binary utilities for ${TARGET_ARCH} target" |
| 5 | PN = "binutils-cross-canadian-${TRANSLATED_TARGET_ARCH}" | 4 | PN = "binutils-cross-canadian-${TRANSLATED_TARGET_ARCH}" |
| 6 | BPN = "binutils" | 5 | BPN = "binutils" |
| 7 | 6 | ||
| 8 | DEPENDS = "flex-native bison-native virtual/${HOST_PREFIX}gcc-crosssdk virtual/libc-nativesdk zlib-nativesdk gettext-nativesdk" | 7 | DEPENDS = "flex-native bison-native virtual/${HOST_PREFIX}gcc-crosssdk virtual/libc-nativesdk zlib-nativesdk gettext-nativesdk" |
| 9 | EXTRA_OECONF = "--with-sysroot=${SDKPATH}/sysroots/${TARGET_SYS} \ | 8 | EXTRA_OECONF = "--with-sysroot=${SDKPATH}/sysroots/${TARGET_SYS} \ |
| 10 | --program-prefix=${TARGET_PREFIX}" | 9 | --program-prefix=${TARGET_PREFIX}" |
| 11 | 10 | ||
| 12 | do_install () { | 11 | do_install () { |
| 13 | autotools_do_install | 12 | autotools_do_install |
| 14 | 13 | ||
| 15 | # We're not interested in the libs or headers, these would come from the | 14 | # We're not interested in the libs or headers, these would come from the |
| 16 | # nativesdk or target version of the binutils recipe | 15 | # nativesdk or target version of the binutils recipe |
