]> code.ossystems Code Review - openembedded-core.git/commit
pigz: install pigz, unpigz, pigzcat in native and nativesdk builds again
authorMartin Jansa <martin.jansa@gmail.com>
Wed, 12 Jun 2019 19:48:16 +0000 (19:48 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 12 Jun 2019 22:15:45 +0000 (23:15 +0100)
commit112deafd1c144d770b6ec0953911f2adc1cb30dd
treee112b14c055b67034285ef99855796469aba6670
parent16ced1a253c74c01ca414db2f1a010c083213b91
pigz: install pigz, unpigz, pigzcat in native and nativesdk builds again

* since this commit:
  commit ad1db93d134db1ec4f6d6598c9741dc13e82e1f3
  Author: Anuj Mittal <anuj.mittal@intel.com>
  Date:   Tue May 28 06:32:10 2019 +0800
  Subject: Revert "pigz: pigz is not gzip"

  pigz-native and nativesdk-pigz no longer installs pigz, unpigz, pigzcat,
  so scripts explicitly depending on pigz-native and calling pigz started to fail.

* reverse the logic
  - all the builds install pigz, unpigz, pigzcat
  - only the native one installs it as gzip as well

* it could be optimized a bit more to create gzip as just a symlink
  in native case as well, but they are in different directories
  (pigz in base_bindir and gzip in bindir) and it's only 130kB..

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/pigz/pigz_2.4.bb