diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-11 12:35:48 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-11 12:39:07 +0000 |
commit | 52a9ae643f8a0c7856681cfb9c6c0521ace253fd (patch) | |
tree | 8c3e932fcac2fa5ade31af74aa1f72e8ee571b92 | |
parent | c607095894cab60493ddfc4b967b0325e1c313b4 (diff) | |
download | poky-52a9ae643f8a0c7856681cfb9c6c0521ace253fd.tar.gz |
hob-toolchain: Update for removal of dummy classes
Without this hob will fail to parse.
(From OE-Core rev: b63ba9104584c5aa15792fcfe706d59d39235ad0)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-hob/recipes-core/meta/hob-toolchain.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-hob/recipes-core/meta/hob-toolchain.bb b/meta-hob/recipes-core/meta/hob-toolchain.bb index 6535253744..6f1a3d42e6 100644 --- a/meta-hob/recipes-core/meta/hob-toolchain.bb +++ b/meta-hob/recipes-core/meta/hob-toolchain.bb | |||
@@ -6,5 +6,4 @@ PR = "r0" | |||
6 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | 6 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ |
7 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 7 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
8 | 8 | ||
9 | IMAGETEST ?= "dummy" | 9 | inherit populate_sdk |
10 | inherit populate_sdk imagetest-${IMAGETEST} | ||