mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 23:39:40 +01:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user