diff options
author | Ting Liu <b28495@freescale.com> | 2012-11-30 13:42:57 +0000 |
---|---|---|
committer | Matthew McClintock <msm@freescale.com> | 2013-01-30 16:59:02 -0600 |
commit | 07fb946e5144515d950d3878f7f3446b5043a28f (patch) | |
tree | 4b1bd604f14a3f59bcce97bbd236f173fe6956cc | |
parent | 684c64d01aa8b97d827cfa048fa7c9d0b4412b96 (diff) | |
download | meta-fsl-ppc-07fb946e5144515d950d3878f7f3446b5043a28f.tar.gz |
fsl-toolchain: install static library
Signed-off-by: Ting Liu <b28495@freescale.com>
-rw-r--r-- | images/fsl-toolchain.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/images/fsl-toolchain.bb b/images/fsl-toolchain.bb index 468db2b..696681c 100644 --- a/images/fsl-toolchain.bb +++ b/images/fsl-toolchain.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | PR = "r1" | 1 | PR = "r2" |
2 | 2 | ||
3 | require fsl-toolchain-bare.bb | 3 | require fsl-toolchain-bare.bb |
4 | 4 | ||
@@ -9,6 +9,9 @@ TOOLCHAIN_TARGET_TASK += " \ | |||
9 | dtc \ | 9 | dtc \ |
10 | libgomp \ | 10 | libgomp \ |
11 | libgomp-dev \ | 11 | libgomp-dev \ |
12 | libgomp-staticdev \ | ||
13 | libstdc++-staticdev \ | ||
14 | ${TCLIBC}-staticdev \ | ||
12 | " | 15 | " |
13 | 16 | ||
14 | TOOLCHAIN_HOST_TASK += " \ | 17 | TOOLCHAIN_HOST_TASK += " \ |