diff options
-rw-r--r-- | meta/recipes-core/meta/meta-toolchain.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/meta/meta-toolchain.bb b/meta/recipes-core/meta/meta-toolchain.bb index 8531f8bb14..e5cc91153c 100644 --- a/meta/recipes-core/meta/meta-toolchain.bb +++ b/meta/recipes-core/meta/meta-toolchain.bb | |||
@@ -2,6 +2,9 @@ DESCRIPTION = "Meta package for building a installable toolchain" | |||
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | DEPENDS = "opkg-native opkg-utils-native virtual/fakeroot-native sed-native" | 3 | DEPENDS = "opkg-native opkg-utils-native virtual/fakeroot-native sed-native" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | ||
6 | file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
7 | |||
5 | inherit meta toolchain-scripts | 8 | inherit meta toolchain-scripts |
6 | 9 | ||
7 | SDK_DIR = "${WORKDIR}/sdk" | 10 | SDK_DIR = "${WORKDIR}/sdk" |