Go to file
Martin Jansa 66adbbce87 libsmi: use /bin/sh instead of ${base_bindir}/sh to silence QA error with usrmerge
* with usrmerge ${base_bindir} is /usr/bin/sh and libsmi fails with:
  ERROR: libsmi-0.5.0-r0 do_package_qa: QA Issue: /usr/bin/smistrip contained in package libsmi requires /usr/bin/sh, but no providers found in RDEPENDS_libsmi? [file-rdeps]
  ERROR: libsmi-0.5.0-r0 do_package_qa: QA run found fatal errors. Please consider fixing them.

* this is a bit strange as busybox does install /usr/bin/sh file:
  ./1.33.0-r0.usrmerge/image/usr/bin/sh
  ./1.33.0-r0.default/image/bin/sh

  but also adds /bin/sh to RPROVIDES_${PN} for usrmerge in DISTRO_FEATURES:
  RPROVIDES_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', '/bin/sh', '', d)}"
  added in:
  https://git.openembedded.org/openembedded-core/commit/?id=1f6c14939c8daa5e09103789c3ff5031cc888d16

  and 1.33.0-r0.usrmerge/pkgdata/runtime/busybox:FILERPROVIDES_/usr/bin/busybox.nosuid_busybox
  correctly contains /usr/bin/sh

* adding runtime dependency on busybox as /usr/bin/sh provider would silence the QA warning
  but people might not like adding busybox to their image

* using /bin/sh silences the QA warning as well, because /bin/sh is explicitly ignored in file-rdeps insane.bbclass:
  https://git.openembedded.org/openembedded-core/tree/meta/classes/insane.bbclass?id=1f6c14939c8daa5e09103789c3ff5031cc888d16#n907

  if "file-rdeps" not in skip:
    ignored_file_rdeps = set(['/bin/sh', '/usr/bin/env', 'rtld(GNU_HASH)'])

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 08fad9f3a6)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-04-08 16:58:00 -07:00
contrib tesseract: upgrade to 3.04 2016-10-21 18:20:43 +02:00
meta-filesystems fuse: set CVE_PRODUCT to "fuse_project:fuse" 2021-01-16 10:09:40 -08:00
meta-gnome gedit: Inherit python3targetconfig 2021-02-13 12:29:38 -08:00
meta-initramfs README: updated Maintainers list for Gatesgarth 2020-11-04 12:32:44 -08:00
meta-multimedia fluidsynth: update SRC_URI to remove non-existing 2.1.x branch 2021-04-08 16:53:05 -07:00
meta-networking netkit-telnet: Update SRC_URI 2021-03-21 19:12:04 -07:00
meta-oe libsmi: use /bin/sh instead of ${base_bindir}/sh to silence QA error with usrmerge 2021-04-08 16:58:00 -07:00
meta-perl README: updated Maintainers list for Gatesgarth 2020-11-04 12:32:44 -08:00
meta-python python3-pykwalify: Do not unset _PYTHON_SYSCONFIGDATA_NAME 2021-02-15 08:13:54 -08:00
meta-webserver README: updated Maintainers list for Gatesgarth 2020-11-04 12:32:44 -08:00
meta-xfce README: updated Maintainers list for Gatesgarth 2020-11-04 12:32:44 -08:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README README: updated Maintainers list for Gatesgarth 2020-11-04 12:32:44 -08:00

Collection of layers for the OE-core universe

gatesgarth maintainer: Armin Kuster  <akuster808@gmail.com>

This repository is a collection of layers to suppliment OE-Core
with additional packages, Each layer have designated maintainer
Please see the respective READMEs in the layer subdirectories