change kit framework to 2
This commit is contained in:
parent
c902672c60
commit
020a114452
@ -43,10 +43,10 @@ $::kit_conf = "kit.conf";
|
||||
$::current_dir = cwd();
|
||||
|
||||
# this code will build a kit using framework 1.
|
||||
$::KITFRAMEWORK ="1";
|
||||
$::KITFRAMEWORK ="2";
|
||||
|
||||
# this code is compatible with other kits that are at framework 0 or 1.
|
||||
$::COMPATIBLE_KITFRAMEWORKS = "0,1";
|
||||
$::COMPATIBLE_KITFRAMEWORKS = "0,1,2";
|
||||
|
||||
%::buildkit_def = (
|
||||
kit => { basename => {
|
||||
|
Loading…
Reference in New Issue
Block a user