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:11 +0000 |
commit | ef5b4b6f9415fd544cea70f360b7b874f71b6ee2 (patch) | |
tree | 29beac64f1433d61d596412bcced93f833862965 /meta-hob/recipes-core | |
parent | 17270962ae6dd661f02ec850de18591009ecc0ae (diff) | |
download | tizen-distro-ef5b4b6f9415fd544cea70f360b7b874f71b6ee2.tar.gz tizen-distro-ef5b4b6f9415fd544cea70f360b7b874f71b6ee2.tar.bz2 tizen-distro-ef5b4b6f9415fd544cea70f360b7b874f71b6ee2.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.
(From OE-Core rev: cb84a4acbd4ad448f140605769b873068e0a0874)
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-hob/recipes-core')
-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 |