diff options
Diffstat (limited to 'meta/classes/rootfs-postcommands.bbclass')
-rw-r--r-- | meta/classes/rootfs-postcommands.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/rootfs-postcommands.bbclass b/meta/classes/rootfs-postcommands.bbclass index e816824f28..bde58ad6cd 100644 --- a/meta/classes/rootfs-postcommands.bbclass +++ b/meta/classes/rootfs-postcommands.bbclass | |||
@@ -253,7 +253,6 @@ python write_image_manifest () { | |||
253 | pkgs = image_list_installed_packages(d) | 253 | pkgs = image_list_installed_packages(d) |
254 | with open(manifest_name, 'w+') as image_manifest: | 254 | with open(manifest_name, 'w+') as image_manifest: |
255 | image_manifest.write(format_pkg_list(pkgs, "ver")) | 255 | image_manifest.write(format_pkg_list(pkgs, "ver")) |
256 | image_manifest.write("\n") | ||
257 | 256 | ||
258 | if os.path.exists(manifest_name): | 257 | if os.path.exists(manifest_name): |
259 | manifest_link = deploy_dir + "/" + link_name + ".manifest" | 258 | manifest_link = deploy_dir + "/" + link_name + ".manifest" |