summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/meta/meta-toolchain.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/meta/meta-toolchain.bb b/meta/packages/meta/meta-toolchain.bb
index 1c5f40235e..391adc4114 100644
--- a/meta/packages/meta/meta-toolchain.bb
+++ b/meta/packages/meta/meta-toolchain.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "Meta package for building a installable toolchain" 1DESCRIPTION = "Meta package for building a installable toolchain"
2LICENSE = "MIT" 2LICENSE = "MIT"
3DEPENDS = "ipkg-native ipkg-utils-native fakeroot-native sed-native" 3DEPENDS = "ipkg-native ipkg-utils-native fakeroot-native sed-native"
4PR = "r2" 4PR = "r3"
5 5
6inherit sdk 6inherit sdk
7 7
@@ -23,6 +23,7 @@ HOST_INSTALL = "\
23 g++ \ 23 g++ \
24 cpp \ 24 cpp \
25 libgcc \ 25 libgcc \
26 libgcc-dev \
26 libstdc++ \ 27 libstdc++ \
27 libstdc++-dev \ 28 libstdc++-dev \
28 gdb-cross \ 29 gdb-cross \