Re: [OE-core] [PATCH 38/44] package_rpm.bbclass: do not strip multilib prefixes from package names, do not add multilib prefix to package arch

2017-03-13 Thread Alexander Kanavin
On 03/10/2017 07:04 PM, Mark Hatle wrote: On 3/10/17 5:24 AM, Alexander Kanavin wrote: This is done for reasons I cannot establish, and greatly complicates the code that installs packages into rootfs. RPM internally resolves ELF dependencies through a resolution system. If you look at a typic

Re: [OE-core] [PATCH 38/44] package_rpm.bbclass: do not strip multilib prefixes from package names, do not add multilib prefix to package arch

2017-03-10 Thread Mark Hatle
On 3/10/17 5:24 AM, Alexander Kanavin wrote: > This is done for reasons I cannot establish, and greatly complicates the code > that installs packages into rootfs. RPM internally resolves ELF dependencies through a resolution system. If you look at a typical Fedora, SuSe, etc system you will often

[OE-core] [PATCH 38/44] package_rpm.bbclass: do not strip multilib prefixes from package names, do not add multilib prefix to package arch

2017-03-10 Thread Alexander Kanavin
This is done for reasons I cannot establish, and greatly complicates the code that installs packages into rootfs. Signed-off-by: Alexander Kanavin --- meta/classes/package_rpm.bbclass | 55 1 file changed, 11 insertions(+), 44 deletions(-) diff --git a/m