[oe-commits] [openembedded-core] 06/07: Revert "image: Ensure manifests end with a newline"

git at git.openembedded.org git at git.openembedded.org
Wed Oct 3 21:45:08 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit fbc226e95c54d6814466640587e06a8aae5bc0b7
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Wed Oct 3 22:44:14 2018 +0100

    Revert "image: Ensure manifests end with a newline"
    
    This reverts commit 98230d2d049c742c349f35b256b13afbc3d26235.
---
 meta/classes/rootfs-postcommands.bbclass | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/classes/rootfs-postcommands.bbclass b/meta/classes/rootfs-postcommands.bbclass
index e816824..bde58ad 100644
--- a/meta/classes/rootfs-postcommands.bbclass
+++ b/meta/classes/rootfs-postcommands.bbclass
@@ -253,7 +253,6 @@ python write_image_manifest () {
     pkgs = image_list_installed_packages(d)
     with open(manifest_name, 'w+') as image_manifest:
         image_manifest.write(format_pkg_list(pkgs, "ver"))
-        image_manifest.write("\n")
 
     if os.path.exists(manifest_name):
         manifest_link = deploy_dir + "/" + link_name + ".manifest"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list