X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=products%2FCONFIGURATION.pyconf;h=fc66527f69baf32c9267cb719237c560e1adf4a8;hb=23ee51b59c787fdc576ea62880269a6006bb2172;hp=69c917e1eb287697134a058abb99d1fa5af6ba2b;hpb=dc1a479a1df39203fe04f79391f018b112952009;p=tools%2Fsat_salome.git diff --git a/products/CONFIGURATION.pyconf b/products/CONFIGURATION.pyconf index 69c917e..fc66527 100755 --- a/products/CONFIGURATION.pyconf +++ b/products/CONFIGURATION.pyconf @@ -7,10 +7,6 @@ default : repo : $PROJECTS.projects.salome.git_info.default_git_server + "tools/configuration.git" repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "configuration.git" } - environ : - { - build : {CONFIGURATION_ROOT_DIR : $source_dir} - } depend : [ ] source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name properties : @@ -18,7 +14,14 @@ default : compilation : "no" configure_dependency : "yes" # the source of this module is required for the configuration of salome is_SALOME_module : "yes" + sources_in_package : "yes" + incremental: "yes" } patches : [] } + +version_V9_9_0_FD36 : +{ + patches: ['SPNS-29988-CONFIGURATION-V9_9_0.patch'] +}