mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 09:57:15 +00: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:
parent
8c33755bdd
commit
b7b95fa1df
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user