package_rpm.bbclass: Stop autogenerated dependencies for now, its not functioning correctly

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5111 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-08-26 12:26:08 +00:00
parent 8c33755bdd
commit b7b95fa1df

View File

@@ -68,6 +68,8 @@ python write_specfile() {
val = bb.data.getVar(var, d, 1)
fd.write("%s\t: %s\n" % (out_vartranslate[var], val))
fd.write("AutoReqProv: no\n")
bb.build.exec_func("mapping_rename_hook", d)
rdepends = " ".join(bb.utils.explode_deps(bb.data.getVar('RDEPENDS', d, True) or ""))
if rdepends: