Files
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
..
2020-09-10 21:20:23 -07:00
2020-03-25 06:52:29 -07:00
2020-07-28 12:23:15 -07:00
2020-06-30 07:58:37 -07:00
2020-07-28 12:52:13 -07:00
2019-08-27 12:11:16 -07:00
2020-09-13 09:28:52 -07:00
2020-10-21 14:11:09 -07:00
2019-09-16 18:24:48 -07:00
2021-02-09 08:31:06 -08:00
2020-03-25 06:52:29 -07:00
2020-07-31 13:22:53 -07:00
2019-09-13 07:00:12 -07:00
2021-01-10 11:05:34 -08:00
2020-01-19 02:20:59 -08:00
2020-11-02 09:00:52 -08:00
2020-07-28 12:52:14 -07:00
2020-06-10 20:55:27 -07:00
2019-09-16 07:10:03 -07:00
2020-10-01 10:32:42 -07:00
2020-08-11 23:37:47 -07:00
2019-09-16 07:10:03 -07:00
2020-09-10 21:20:23 -07:00
2020-11-02 09:00:52 -08:00
2020-09-12 18:46:28 -07:00
2020-10-14 08:39:34 -07:00
2020-09-01 20:25:36 -07:00
2020-04-05 10:38:14 -07:00
2019-07-10 09:34:20 -07:00
2020-02-16 12:52:19 -08:00
2020-09-10 21:20:23 -07:00
2020-08-05 10:02:11 -07:00
2020-06-20 16:44:45 -07:00
2020-06-08 13:58:02 -07:00
2020-02-27 08:25:49 -08:00
2020-06-30 07:58:38 -07:00
2020-01-09 14:05:37 -08:00
2021-01-10 11:04:47 -08:00
2020-10-23 10:20:24 -07:00
2020-05-19 07:37:13 -07:00
2020-04-14 10:17:58 -07:00
2020-11-03 11:03:45 -08:00
2019-06-25 14:21:48 -07:00
2020-07-28 12:52:14 -07:00
2020-08-25 10:39:27 -07:00
2020-08-31 08:30:19 -07:00
2020-08-21 10:16:29 -07:00
2020-02-21 08:50:36 -08:00
2020-05-31 22:42:25 -07:00
2020-08-13 22:37:48 -07:00
2020-10-23 10:20:24 -07:00
2021-03-28 21:50:20 -07:00
2020-10-19 22:18:11 -07:00
2021-03-07 07:48:59 -08:00
2019-08-21 12:41:20 -07:00
2021-01-10 11:06:10 -08:00
2020-09-08 11:53:53 -07:00
2020-01-17 15:44:06 -08:00
2019-11-27 20:07:16 -08:00
2020-10-22 08:14:29 -07:00
2019-07-15 08:00:06 -07:00
2020-11-02 09:00:51 -08:00
2020-04-05 10:38:14 -07:00
2019-05-11 23:35:30 -07:00
2020-11-03 11:03:45 -08:00
2020-08-27 00:03:51 -07:00
2020-03-17 19:46:35 -07:00
2020-03-13 21:27:53 -07:00
2020-02-25 17:57:15 -08:00
2020-08-27 00:03:51 -07:00
2020-04-05 10:38:14 -07:00
2020-01-16 12:02:05 -08:00
2020-09-30 11:28:18 -07:00
2019-09-13 09:21:30 -07:00
2020-06-03 15:15:42 -07:00
2020-08-13 22:32:07 -07:00
2020-08-05 21:45:25 -07:00
2020-08-07 00:07:07 -07:00
2020-05-31 22:42:25 -07:00
2020-06-02 10:47:02 -07:00
2020-06-03 15:15:43 -07:00