]> code.ossystems Code Review - openembedded-core.git/commit
package.bbclass: Drop python depends from rpmdeps
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 11 Mar 2012 18:26:15 +0000 (18:26 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 11 Mar 2012 18:26:21 +0000 (18:26 +0000)
commit5c8ad2638baac0501cecf38f8d3e8467d56afb8a
tree815737ed43b4b55c6dc3a4156ec4fa528785e83c
parent50dc8bfbac42b9a9b52a2f7d0568740c41790c13
package.bbclass: Drop python depends from rpmdeps

This python depends is added by rpmdeps every time it finds a python
script. This is not necessary since we handle this in otherways. It
also breaks things like nativesdk since the dependency is not renamed.
The easiest solution is just to ignore this dependency.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package.bbclass
meta/recipes-devtools/python/python_2.7.2.bb