mirror of
https://git.yoctoproject.org/poky
synced 2026-07-26 07:07:08 +00:00
image.bbclass, license.bbclass: adjust the name of list_installed_packages()
The old wrapper got renamed to image_list_installed_packages(). (From OE-Core rev: 118a2a44bbe5ed2e9bbd0012970686be454e5d4c) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
483d5a4f31
commit
0ec27e63a3
@@ -330,9 +330,9 @@ make_zimage_symlink_relative () {
|
||||
}
|
||||
|
||||
python write_image_manifest () {
|
||||
from oe.rootfs import list_installed_packages
|
||||
from oe.rootfs import image_list_installed_packages
|
||||
with open(d.getVar('IMAGE_MANIFEST', True), 'w+') as image_manifest:
|
||||
image_manifest.write(list_installed_packages(d, 'ver'))
|
||||
image_manifest.write(image_list_installed_packages(d, 'ver'))
|
||||
}
|
||||
|
||||
# Make login manager(s) enable automatic login.
|
||||
|
||||
Reference in New Issue
Block a user