[oe-commits] [openembedded-core] 03/03: package_ipk: Remove pointless comment to trigger rebuild

git at git.openembedded.org git at git.openembedded.org
Fri Nov 22 23:13:32 UTC 2019


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

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

commit 6dd59dffd73618e4c0979b284a7968055a4eb8fb
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Fri Nov 22 15:12:44 2019 +0000

    package_ipk: Remove pointless comment to trigger rebuild
    
    The opkg-utils change didn't trigger a full repackage due to its mention
    in layer.conf for update-alternatives hash exclusion. Do it manually
    to invalidate broken ipks.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/package_ipk.bbclass | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/classes/package_ipk.bbclass b/meta/classes/package_ipk.bbclass
index 9f9da2f..4f23977 100644
--- a/meta/classes/package_ipk.bbclass
+++ b/meta/classes/package_ipk.bbclass
@@ -154,7 +154,6 @@ def ipk_write_pkg(pkg, d):
                     ctrlfile.write('%s\n' % textwrap.fill(description, width=74, initial_indent=' ', subsequent_indent=' '))
             else:
                 ctrlfile.write(c % tuple(pullData(fs, localdata)))
-        # more fields
 
         custom_fields_chunk = get_package_additional_metadata("ipk", localdata)
         if custom_fields_chunk is not None:

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


More information about the Openembedded-commits mailing list