Kaydet (Commit) 2e99aa44 authored tarafından Matúš Kukan's avatar Matúš Kukan

No component condition for a package file list

This is to fix a build after 67398a8d
No idea if packages should contain conditions too,
but at least gid_File_Bin_UnpackUpdate did not.

Change-Id: I56e1b23f6eeca9c62cdadd8d93de6ccda89b20c4
üst b913ce4c
......@@ -82,6 +82,6 @@ for (gid, jarfile) in autojars:
print(scp2jartemplate + "(" + gid + "," + jarfile + scp2componentcondition + ")")
for (gid, pkgfilelist) in autopkgs:
print("PACKAGE_FILELIST(" + gid + "," + pkgfilelist + scp2componentcondition + ")")
print("PACKAGE_FILELIST(" + gid + "," + pkgfilelist + ")")
# vim:set shiftwidth=4 softtabstop=4 expandtab:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment