summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2012-04-11 23:55:15 +0000
committerZhenhua Luo <b19537@freescale.com>2012-04-12 12:06:58 +0800
commitc3af1fee26f3744a2ab52eacd0284785486b58f8 (patch)
tree64ce2199667b8d47b943b15abcf7f45e896aec64
parent8f20ec4cf84ba33befa6ab29e7194a3e00f6f965 (diff)
downloadmeta-fsl-ppc-c3af1fee26f3744a2ab52eacd0284785486b58f8.tar.gz
fsl-toolchain: add glib-2.0-dev package so we pull in header and pkgconfig files
Signed-off-by: Matthew McClintock <msm@freescale.com>
-rw-r--r--images/fsl-toolchain.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/images/fsl-toolchain.bb b/images/fsl-toolchain.bb
index 9100810..7f51cdc 100644
--- a/images/fsl-toolchain.bb
+++ b/images/fsl-toolchain.bb
@@ -5,6 +5,7 @@ require fsl-toolchain-bare.bb
5TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-toolchain-${DISTRO_VERSION}" 5TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-toolchain-${DISTRO_VERSION}"
6TOOLCHAIN_TARGET_TASK += " \ 6TOOLCHAIN_TARGET_TASK += " \
7 glib-2.0 \ 7 glib-2.0 \
8 glib-2.0-dev \
8 dtc \ 9 dtc \
9 libgomp \ 10 libgomp \
10 libgomp-dev \ 11 libgomp-dev \