diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-20 22:23:15 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-23 16:20:12 +0100 |
commit | 505634bbab3f68b3553dcbf7baaa34d45b30c62f (patch) | |
tree | 1e79dc662491142273c064434dcc5f5bb63b833b /meta/recipes-devtools/gcc | |
parent | bcdc1cd6a7f45ba7052668e261668c63f5fa2747 (diff) | |
download | poky-505634bbab3f68b3553dcbf7baaa34d45b30c62f.tar.gz |
gcc-cross-canadian-4.8: Allow elfutils to be a configurable dependency
Some SDK platforms have elfutils support, some do not, therefore allow
this to be configured.
(From OE-Core rev: 717e940d2c2beccfda31dda16a2d0d6d9a495042)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross-canadian_4.8.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross-canadian_4.8.bb b/meta/recipes-devtools/gcc/gcc-cross-canadian_4.8.bb index 278a5290f2..49ba75f88c 100644 --- a/meta/recipes-devtools/gcc/gcc-cross-canadian_4.8.bb +++ b/meta/recipes-devtools/gcc/gcc-cross-canadian_4.8.bb | |||
@@ -5,8 +5,9 @@ require gcc-cross-canadian.inc | |||
5 | require gcc-configure-sdk.inc | 5 | require gcc-configure-sdk.inc |
6 | require gcc-package-sdk.inc | 6 | require gcc-package-sdk.inc |
7 | 7 | ||
8 | DEPENDS += "nativesdk-gmp nativesdk-mpfr nativesdk-libmpc nativesdk-elfutils" | 8 | ELFUTILS = "nativesdk-elfutils" |
9 | RDEPENDS_${PN} += "nativesdk-mpfr nativesdk-libmpc nativesdk-elfutils" | 9 | DEPENDS += "nativesdk-gmp nativesdk-mpfr nativesdk-libmpc ${ELFUTILS}" |
10 | RDEPENDS_${PN} += "nativesdk-mpfr nativesdk-libmpc ${ELFUTILS}" | ||
10 | 11 | ||
11 | SYSTEMHEADERS = "/usr/include" | 12 | SYSTEMHEADERS = "/usr/include" |
12 | SYSTEMLIBS = "${target_base_libdir}/" | 13 | SYSTEMLIBS = "${target_base_libdir}/" |