Fedora platform needs -1 appended

Signed-off-by: KIRAN KASHALKAR <kiran.kashalkar@riftio.com>
diff --git a/BUILD.sh b/BUILD.sh
index c1adc1c..ecc2ca5 100755
--- a/BUILD.sh
+++ b/BUILD.sh
@@ -30,7 +30,7 @@
 # ARGS
 
 PLATFORM_REPOSITORY=${1:-OSM}  # change to OSM when published
-PLATFORM_VERSION=${2:-4.3.1.0.49553}
+PLATFORM_VERSION=${2:-4.3.1.0.49553-1}
 
 # must be run from the top of a workspace
 cd $(dirname $0)