]> 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>
Mon, 7 Sep 2020 23:11:51 +0000 (00:11 +0100)
commitf492e172e133a4b52dbe818d806cab783204e575
treeac21a5b2db2b0be69fe2b369538f9cf05d8e2b1c
parentdb3ce703d03b18e8a4120969d32ff7f344f34fe9
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)

(From OE-Core rev: bb4979f0e8367b475cc9a5274933a61bb0eb64b3)

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]