diff options
author | Cristiana Voicu <cristiana.voicu@intel.com> | 2014-02-25 09:21:09 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-25 08:06:08 +0000 |
commit | cb84a4acbd4ad448f140605769b873068e0a0874 (patch) | |
tree | b5f5fcb172be4c21b9a51f8b81009b1ec52d2abc | |
parent | 78d9d0ec716fcaaebe5e8361418c3176cf419b95 (diff) | |
download | openembedded-core-cb84a4acbd4ad448f140605769b873068e0a0874.tar.gz openembedded-core-cb84a4acbd4ad448f140605769b873068e0a0874.tar.bz2 openembedded-core-cb84a4acbd4ad448f140605769b873068e0a0874.zip |
meta-hob: remove hob-toolchain since this is not needed anymore
A patch to replace the use of hob-toolchain with bitbake api
was sent to bitbake-devel list and it is needed for this one.
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-hob/recipes-core/meta/hob-toolchain.bb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/meta-hob/recipes-core/meta/hob-toolchain.bb b/meta-hob/recipes-core/meta/hob-toolchain.bb deleted file mode 100644 index 5565273eae..0000000000 --- a/meta-hob/recipes-core/meta/hob-toolchain.bb +++ /dev/null @@ -1,9 +0,0 @@ -SUMMARY = "dummy toolchain" -LICENSE = "MIT" - -PR = "r0" - -LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ - file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" - -inherit populate_sdk |