diff options
Diffstat (limited to 'solenv/gbuild/gen-autoinstall.py')
-rw-r--r-- | solenv/gbuild/gen-autoinstall.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/gen-autoinstall.py b/solenv/gbuild/gen-autoinstall.py index 4ae3e62ca04c..e47b762bba93 100644 --- a/solenv/gbuild/gen-autoinstall.py +++ b/solenv/gbuild/gen-autoinstall.py @@ -91,7 +91,7 @@ for (gid, jarfile) in autojars: raise Exception("invalid scp2jartemplate \"" + scp2jartemplate + "\"") print(scp2jartemplate + "(" + gid + "," + jarfile + scp2componentcondition + ")") -scp2pkgtemplates = { "PACKAGE_FILELIST" } +scp2pkgtemplates = { "PACKAGE_FILELIST", "SDK_PACKAGE_FILELIST" } for (gid, pkgfilelist) in autopkgs: if not(scp2pkgtemplate in scp2pkgtemplates): raise Exception("invalid scp2pkgtemplate \"" + scp2pkgtemplate + "\"") |