aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rpm/files/0001-perl-disable-auto-reqs.patch
diff options
context:
space:
mode:
authorPeter Kjellerstedt <pkj@axis.com>2017-05-18 17:18:49 +0200
committerMark Hatle <mark.hatle@windriver.com>2017-08-14 15:48:57 -0500
commitd255f1889c7ceba5343a54f9c0dc22e67472965a (patch)
treec1ce6d461851f183c07553452f9fe3cbc315ed9e /meta/recipes-devtools/rpm/files/0001-perl-disable-auto-reqs.patch
parentd920a1195830639f2e2f95d7e4b1b8e242bb5d23 (diff)
downloadopenembedded-core-contrib-d255f1889c7ceba5343a54f9c0dc22e67472965a.tar.gz
package.bbclass: Restore functionality to detect RPM dependencies
During the transition to dnf and rpm4, the functionality to automatically make RPM determine dependencies was lost. Before the transition, an OE specific tool called rpmdeps-oecore had been added to the rpm suit. It was based on the rpmdeps tool that is part of rpm. For each file specified on its command line, it would output the provides and requires that RPM could determine. During the transition to rpm4, rpmdeps-oecore was replaced with the standard rpmdeps. However, what no one noticed was that unless rpmdeps is given options, e.g., -P or -R, to tell it what it should output, it will not output anything. Thus, it would do all the work to determine the requirements, but would keep silent about it. And since no output from rpmdeps is expected unless there are requirements, there were no warnings indicating that everything was not working as expected. Porting the old rpmdeps-oecore to work with rpm4 is not really possible since it relied on being able to access internals of RPM that are no longer available. However, it turned out that rpmdeps had a debug option, --rpmfcdebug, that would output exactly the information that we need, albeit in a different format and to stderr. To make this usable, rpmdeps has now received a new option, --alldeps, which sends the information we need to stdout. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/recipes-devtools/rpm/files/0001-perl-disable-auto-reqs.patch')
0 files changed, 0 insertions, 0 deletions