Re: [OE-core] [PATCHv2 03/11] rpm: Add dependencies on bash, perl and python3-core

2017-06-23 Thread Burton, Ross
On 15 June 2017 at 16:37, Peter Kjellerstedt wrote: > +RDEPENDS_${PN} = "bash perl python3-core" > That's quite a collection. Are they all needed for basic RPM to work? (this results in core-image-sato pulling in bash when previously it didn't) Ross --

[OE-core] [PATCHv2 03/11] rpm: Add dependencies on bash, perl and python3-core

2017-06-15 Thread Peter Kjellerstedt
Also modify a Python script (pythondistdeps.py) to use Python 3. Signed-off-by: Peter Kjellerstedt --- meta/recipes-devtools/rpm/rpm_git.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/recipes-devtools/rpm/rpm_git.bb