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 08fad9f3a6d1026eea84906c2ede7a4a2dc93863)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-04-08 16:58:00 -07:00
..
2019-02-17 12:21:26 -08:00
2020-10-19 23:51:27 -07:00
2020-09-10 21:20:23 -07:00
2019-02-12 15:47:12 -08:00
2019-05-10 14:07:54 -07:00
2020-03-25 06:52:29 -07:00
2020-04-10 17:48:32 -07:00
2020-07-28 12:23:15 -07:00
2020-10-18 12:45:26 -07:00
2020-03-23 16:29:10 -07:00
2020-06-30 07:58:37 -07:00
2021-03-28 21:50:26 -07:00
2018-08-15 08:20:06 -07:00
2020-07-28 12:52:13 -07:00
2019-08-27 12:11:16 -07:00
2021-01-10 11:07:50 -08:00
2020-09-13 09:28:52 -07:00
2020-05-13 10:41:51 -07:00
2016-08-22 15:49:26 +02:00
2019-10-17 08:35:32 -07:00
2020-04-25 08:32:42 -07:00
2018-06-20 21:43:55 -07:00
2020-05-31 22:42:25 -07:00
2020-10-21 14:11:09 -07:00
2019-09-16 18:24:48 -07:00
2020-05-19 07:37:22 -07:00
2018-08-15 08:20:06 -07:00
2020-10-27 13:19:24 -07:00
2021-02-09 08:31:06 -08:00
2020-03-25 06:52:29 -07:00
2019-02-09 17:42:11 -08: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
2018-08-19 16:09:28 -07:00
2020-01-19 02:20:59 -08:00
2020-11-02 09:00:52 -08:00
2020-08-25 10:32:25 -07:00
2020-07-28 12:52:14 -07:00
2020-06-10 20:55:27 -07:00
2020-01-28 22:37:15 -08:00
2019-09-16 07:10:03 -07:00
2020-10-01 10:32:42 -07:00
2018-12-18 22:15:53 -08:00
2020-11-02 09:00:52 -08:00
2020-08-11 23:37:47 -07:00
2019-08-06 12:04:33 -07:00
2019-09-16 07:10:03 -07:00
2020-09-10 21:20:23 -07:00
2020-01-02 09:40:24 -08:00
2020-10-13 22:33:05 -07:00
2020-11-02 09:00:52 -08:00
2020-09-12 18:46:28 -07:00
2019-05-24 10:11:28 -07:00
2020-10-14 08:39:34 -07:00
2020-01-28 22:37:15 -08:00
2020-08-31 09:52:38 -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-25 17:57:15 -08: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
2017-02-13 18:43:30 +01:00
2020-08-03 00:15:29 -07:00
2020-04-13 14:46:22 -07:00
2020-03-23 08:02:39 -07:00
2017-08-13 13:20:58 +02:00
2016-08-22 15:56:28 +02:00
2020-09-10 21:20:23 -07:00
2018-11-14 21:06:58 -08:00
2019-12-19 11:02:29 -08:00
2019-10-24 01:03:09 -07:00
2020-06-20 16:44:45 -07:00
2020-11-02 09:00:52 -08: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
2017-09-18 10:18:11 +02:00
2015-04-13 12:55:52 +02:00
2020-08-05 10:02:11 -07:00
2020-04-05 10:38:14 -07:00
2020-01-09 14:05:37 -08:00
2018-09-08 13:32:12 -07:00
2018-03-12 09:59:36 -07:00
2021-01-10 11:04:47 -08:00
2020-10-23 10:20:24 -07:00
2017-04-05 19:28:27 +02:00
2020-05-19 07:37:13 -07:00
2021-04-08 16:58:00 -07:00
2019-12-13 18:29:14 -08: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
2017-03-16 23:34:32 +01:00
2020-03-04 23:51:57 -08:00
2020-08-25 10:39:27 -07:00
2020-05-14 22:24:17 -07:00
2020-08-31 08:30:19 -07:00
2020-08-31 08:30:19 -07:00
2019-03-21 07:53:33 -07:00
2020-08-21 10:16:29 -07:00
2020-01-22 19:21:39 -08:00
2019-12-20 16:07:50 -08:00
2017-03-11 17:56:43 +01:00
2020-02-21 08:50:36 -08:00
2017-08-28 11:06:05 +02:00
2020-12-09 19:52:05 -08:00
2020-08-31 08:30:19 -07:00
2014-06-10 12:25:40 +02:00
2020-05-31 22:42:25 -07:00
2020-08-13 22:37:48 -07:00
2020-08-31 08:30:19 -07:00
2016-09-19 16:23:38 +02:00
2020-08-03 00:15:29 -07:00
2020-06-10 20:55:27 -07:00
2021-01-10 10:55:33 -08:00
2020-10-23 10:20:24 -07:00
2019-05-23 08:26:15 -07:00
2021-03-28 21:50:20 -07:00
2017-07-24 18:57:36 +02:00
2020-10-19 22:18:11 -07:00
2021-03-07 07:48:59 -08:00
2020-11-05 09:00:37 -08:00
2020-02-21 14:21:52 -08:00
2020-01-14 21:53:06 -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
2021-02-02 10:18:22 -08:00
2020-01-17 15:44:06 -08:00
2017-08-13 13:21:00 +02:00
2019-11-27 20:07:16 -08:00
2020-12-14 21:25:32 -08:00
2020-10-22 08:14:29 -07:00
2019-07-15 08:00:06 -07:00
2021-01-10 11:10:03 -08:00
2017-04-24 11:00:52 +02:00
2020-11-02 09:00:51 -08:00
2020-11-02 09:00:52 -08:00
2016-11-22 13:38:22 +01:00
2018-07-27 07:19:14 -07:00
2018-05-26 21:10:55 -07:00
2020-04-05 10:38:14 -07:00
2015-03-03 08:35:59 +01:00
2017-01-25 15:58:54 +01:00
2019-05-11 23:35:30 -07:00
2020-08-13 22:32:08 -07:00
2020-11-03 11:03:45 -08:00
2020-10-19 18:41:46 -07:00
2020-06-19 10:17:50 -07:00
2020-08-27 00:03:51 -07:00
2020-03-17 19:46:35 -07:00
2017-09-07 10:56:39 +02:00
2020-03-13 21:27:53 -07:00
2020-08-31 09:52:38 -07:00
2020-02-25 17:57:15 -08:00
2021-01-10 11:12:26 -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
2018-05-23 15:32:05 -07:00
2019-11-21 17:51:37 -08:00
2020-09-09 10:12:51 -07:00
2020-01-22 09:56:34 -08:00
2020-09-30 11:28:18 -07:00
2020-11-02 09:00:51 -08:00
2016-07-29 11:00:56 +02:00
2019-11-21 17:51:37 -08: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-05-16 14:52:48 -07:00
2020-05-19 17:14:08 -07:00
2019-08-08 10:04:23 -07:00
2020-06-10 20:57:01 -07:00
2020-06-02 10:47:02 -07:00
2020-10-21 09:37:38 -07:00
2019-07-10 09:24:32 -07:00
2020-10-09 17:22:31 -07:00
2020-10-21 14:11:09 -07:00
2020-04-27 07:57:26 -07:00
2019-12-13 18:29:14 -08:00
2018-04-08 17:00:06 -07:00
2021-01-18 21:01:49 -08:00
2018-09-10 11:51:35 -07:00
2019-11-21 17:51:37 -08:00
2019-11-21 17:51:37 -08:00
2019-12-03 09:31:53 -08: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