]> code.ossystems Code Review - openembedded-core.git/commit
buildtools-extended-tarball: add recipe with build-essentials
authorTim Orling <timothy.t.orling@linux.intel.com>
Mon, 23 Dec 2019 01:18:37 +0000 (17:18 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 6 Sep 2020 15:56:14 +0000 (16:56 +0100)
commitbb4979f0e8367b475cc9a5274933a61bb0eb64b3
tree1cbe64465cd2a57b673a9506490a40b2e016ec2d
parent9cad716656b427e625a470a820b8b29b1ec9f976
buildtools-extended-tarball: add recipe with build-essentials

* For some aging distros, such as CentOS 7, the native version
  of gcc is simply too ancient and is a constant source of
  headaches for moving forward.

* Add an extended version of buildtools-tarball which adds all
  of build-essential, so that the host is now modernized and
  capable of compiling the latest versions of components.

Fixes [YOCTO #13714]

(From OE-Core rev: f0377af2325613b63716b0bb4db1ab253d79f388)

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/meta/buildtools-extended-tarball.bb [new file with mode: 0644]