]> code.ossystems Code Review - openembedded-core.git/commit
package_deb.bbclass: Ignore file paths in RPROVIDES
authorAmarnath Valluri <amarnath.valluri@intel.com>
Fri, 10 Feb 2017 13:42:17 +0000 (15:42 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Feb 2017 03:58:06 +0000 (19:58 -0800)
commita36165ea8bf8c7a061a0173076c83ae6806d65b6
tree4882ae24bccdaa4049d8cce9caf9daf6dd8bfe2f
parent8345f834a080737f03bee3f0c615dd9654401d93
package_deb.bbclass: Ignore file paths in RPROVIDES

Unlike rpm, debian packaging does not allow file paths in 'Provides:' field.
When 'usrmerge' distro feature enabled bash/busybox packages adds '/bin/sh' to
it's RPROVIDES to satisfy build dependencies, this entry should be filtered out.

Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/package_deb.bbclass