Remove armv7hl
authorhyokeun <hyokeun.jeon@samsung.com>
Mon, 20 Nov 2017 01:41:56 +0000 (10:41 +0900)
committerhyokeun <hyokeun.jeon@samsung.com>
Mon, 20 Nov 2017 01:41:56 +0000 (10:41 +0900)
.abs [new file with mode: 0644]
spec.template
update.template

diff --git a/.abs b/.abs
new file mode 100644 (file)
index 0000000..df28996
--- /dev/null
+++ b/.abs
@@ -0,0 +1,2 @@
+[Global]
+tizen = /home/hyokeun/tizen-studio/tools/ide/bin/tizen
index af71b15..ccb612e 100644 (file)
@@ -19,7 +19,7 @@ Requires(post):  /usr/bin/tpk-backend
 
 %define build_mode __BUILD_MODE__
 
-%ifarch arm armv7l armv7hl
+%ifarch arm armv7l
 %define target arm
 %endif
 %ifarch aarch64
index 5fa6541..d132059 100644 (file)
@@ -47,6 +47,7 @@ for pf in $PROFILE; do
   rm -rf $SDK_PATH/tools/smart-build-interface/plugins/${pf}-*.xml
   rm -rf $SDK_PATH/platforms/tizen-3.0/$pf/rootstraps/
   rm -rf $SDK_PATH/platforms/tizen-4.0/$pf/rootstraps/
+  rm -rf $SDK_PATH/platforms/tizen-5.0/$pf/rootstraps/
 done
 
 wget --no-proxy -P $SHARE_ROOT/ -r -nd -np -R index.html* ${ROOTSTRAP_URL}/ &> /dev/null