summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-06-02 15:38:28 +0200
committerMichael Stahl <mstahl@redhat.com>2017-06-02 16:34:53 +0200
commitfbed35762a6b14e8fda5179e320a9c30fd426454 (patch)
tree2b5ad65f478667d501bc5876df52dc9e67e9ac39 /solenv
parent203c12c7ce5f54971755fb6fb2f04ec36e7797c4 (diff)
scp2: replace PACKAGE_FILELIST_DIR macro with SDK_PACKAGE_FILELIST
Change-Id: I3632c618e385d3f9963637c26d94b8395d5b8cb5
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/gen-autoinstall.py2
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 + "\"")