X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gbsbuild.sh;h=9ba4a72873f516aa531eca0abc9a8aaf0aabecf0;hb=a44f827d62aa56d4220eec869cd63ec73a829bbd;hp=d9ab2462a0d2e522745c2328913c4b4f3f88a1a7;hpb=bff0ed253aa6bae7aa172a334c093ba59dd59e0f;p=platform%2Fupstream%2Fiotivity.git diff --git a/gbsbuild.sh b/gbsbuild.sh index d9ab246..9ba4a72 100755 --- a/gbsbuild.sh +++ b/gbsbuild.sh @@ -40,6 +40,7 @@ cp ./extra_options.scons $sourcedir/tmp cp ./tools/tizen/*.spec ./tmp/packaging cp ./tools/tizen/*.manifest ./tmp/packaging cp ./SConstruct ./tmp +cp ./LICENSE.md ./tmp # copy dependency RPMs and conf files for tizen build cp ./tools/tizen/*.rpm ./tmp @@ -62,7 +63,7 @@ if [ ! -d .git ]; then fi echo "Calling core gbs build command" -gbscommand="gbs build -A armv7l -B ~/GBS-ROOT --include-all --repository ./" +gbscommand="gbs build -A armv7l -B ~/GBS-ROOT-OIC --include-all --repository ./" echo $gbscommand if eval $gbscommand; then echo "Build is successful"