]> code.ossystems Code Review - openembedded-core.git/commit
package_ipk/deb: Drop version information from RPROVIDES
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Jul 2015 22:47:30 +0000 (23:47 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 20 Jul 2015 09:39:00 +0000 (10:39 +0100)
commitc68b975693c10899ce50b4d8c2aa3985ca890ce3
treeef54103fa3ea5f6a34331ddf37f9124f59a24efe
parent8b9df5112443c1b712cb5c63128bebbbd38cd7fc
package_ipk/deb: Drop version information from RPROVIDES

In some scenarios rpm needs version information from RPROVIDES. We can
add this to the metadata where needed however we need to stop it entering
the ipk/deb packages. This data is not needed due to the way opkg/dpkg
handle the data.

This patch ensures that data isn't used.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/package_deb.bbclass
meta/classes/package_ipk.bbclass