[OE-core] [PATCH 09/11] package_rpm.bbclass: Filter out unwanted file deps for nativesdk packages

Alexander Kanavin alexander.kanavin at linux.intel.com
Thu Jun 15 14:00:29 UTC 2017


On 06/15/2017 04:53 PM, Peter Kjellerstedt wrote:
> Filter out any file dependencies on absolute paths and any
> dependencies on Perl modules for nativesdk packages. It is assumed
> that they will be provided by the native host if needed, and they mess
> up the dependency handling if they are present.

Does this mean you can also drop the "bin/sh" hack from here in the same 
file?

     print_deps(srcrprovides + (" /bin/sh" if 
srcname.startswith("nativesdk-") else ""), "Provides", spec_preamble_top, d)


Alex




More information about the Openembedded-core mailing list