mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
package_rpm.bbclass: python2 -> python3
(From OE-Core rev: 8208fffc95b46e03bab967462c17d83e0a687d50) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
15cdacb8c0
commit
dcce395782
@@ -36,7 +36,7 @@ def write_rpm_perfiledata(srcname, d):
|
||||
pkgd = d.getVar('PKGD')
|
||||
|
||||
def dump_filerdeps(varname, outfile, d):
|
||||
outfile.write("#!/usr/bin/env python\n\n")
|
||||
outfile.write("#!/usr/bin/env python3\n\n")
|
||||
outfile.write("# Dependency table\n")
|
||||
outfile.write('deps = {\n')
|
||||
for pkg in packages.split():
|
||||
|
||||
Reference in New Issue
Block a user