]> code.ossystems Code Review - openembedded-core.git/commit
package_rpm.bbclass: add a /bin/sh Provides for nativesdk- packages
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Mon, 20 Feb 2017 10:23:20 +0000 (12:23 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 13 Mar 2017 09:43:21 +0000 (09:43 +0000)
commitb18c32ab6bc9c4f1953e9f79aa39bc92d1c4e30d
tree8cd82d8a82a00fa8f3fc7e3c743c91b37caa9a95
parent697804229a172125ce7d3bfc9b343812d6fe3240
package_rpm.bbclass: add a /bin/sh Provides for nativesdk- packages

nativesdk-* rpm packages all require /bin/sh because postinst scriptlets
are run with it. We can either teach rpm4 and dnf to ignore that dependency
(a lot of non-upstreamable work), or add auto-satisfy the dependency
in each package. I've chosen to do the latter.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
meta/classes/package_rpm.bbclass