diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-22 15:12:44 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-22 23:13:06 +0000 |
commit | 9052e5b32a0dbc810782be4963e775609b8dcc04 (patch) | |
tree | a514987f7c239baa17b81111c31e8d0e4ad07851 | |
parent | 2cca43e0607c0509a7f9038e18643c2273b1cea9 (diff) | |
download | poky-9052e5b32a0dbc810782be4963e775609b8dcc04.tar.gz |
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.
(From OE-Core rev: 6dd59dffd73618e4c0979b284a7968055a4eb8fb)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/classes/package_ipk.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/package_ipk.bbclass b/meta/classes/package_ipk.bbclass index 9f9da2f91d..4f23977032 100644 --- a/meta/classes/package_ipk.bbclass +++ b/meta/classes/package_ipk.bbclass | |||
@@ -154,7 +154,6 @@ def ipk_write_pkg(pkg, d): | |||
154 | ctrlfile.write('%s\n' % textwrap.fill(description, width=74, initial_indent=' ', subsequent_indent=' ')) | 154 | ctrlfile.write('%s\n' % textwrap.fill(description, width=74, initial_indent=' ', subsequent_indent=' ')) |
155 | else: | 155 | else: |
156 | ctrlfile.write(c % tuple(pullData(fs, localdata))) | 156 | ctrlfile.write(c % tuple(pullData(fs, localdata))) |
157 | # more fields | ||
158 | 157 | ||
159 | custom_fields_chunk = get_package_additional_metadata("ipk", localdata) | 158 | custom_fields_chunk = get_package_additional_metadata("ipk", localdata) |
160 | if custom_fields_chunk is not None: | 159 | if custom_fields_chunk is not None: |