mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 13:49:49 +00:00
classes/package: write PE and PKGE out to pkgdata
These are important parts of the version for every package, so we should include them in PKGDATA just as we include PV/PR/PKGV/PKGR. (From OE-Core rev: 5ceed97ba02a698f1c260c3f56cdf2cc156e6d8b) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f4e91404f8
commit
c36c1989c1
@@ -1184,8 +1184,10 @@ python emit_pkgdata() {
|
||||
subdata_file = pkgdatadir + "/runtime/%s" % pkg
|
||||
sf = open(subdata_file, 'w')
|
||||
write_if_exists(sf, pkg, 'PN')
|
||||
write_if_exists(sf, pkg, 'PE')
|
||||
write_if_exists(sf, pkg, 'PV')
|
||||
write_if_exists(sf, pkg, 'PR')
|
||||
write_if_exists(sf, pkg, 'PKGE')
|
||||
write_if_exists(sf, pkg, 'PKGV')
|
||||
write_if_exists(sf, pkg, 'PKGR')
|
||||
write_if_exists(sf, pkg, 'LICENSE')
|
||||
|
||||
Reference in New Issue
Block a user