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:35:50 +0000 |
commit | b63ba9104584c5aa15792fcfe706d59d39235ad0 (patch) | |
tree | 81ee5221ac050625a1ed7d0708196213f1c68771 /meta-hob | |
parent | 28c06a32201351894546b3095f80daa84acf7b39 (diff) | |
download | openembedded-core-b63ba9104584c5aa15792fcfe706d59d39235ad0.tar.gz openembedded-core-b63ba9104584c5aa15792fcfe706d59d39235ad0.tar.bz2 openembedded-core-b63ba9104584c5aa15792fcfe706d59d39235ad0.zip |
hob-toolchain: Update for removal of dummy classes
Without this hob will fail to parse.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-hob')
-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" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" -IMAGETEST ?= "dummy" -inherit populate_sdk imagetest-${IMAGETEST} +inherit populate_sdk |