Tizen:3.0:Base, Tizen:Base - remove speedpython macro 17/106017/2
authorChan Lee <chan45.lee@samsung.com>
Tue, 20 Dec 2016 07:53:09 +0000 (16:53 +0900)
committerHyungGi Lee <hyunggi.lee@samsung.com>
Fri, 23 Dec 2016 09:54:28 +0000 (01:54 -0800)
commit092a72299dbaf5dbc61beb23391f3c9dfecc19f3
treeb09af65c59ef01711c0905833bd8931d95eeac13
parentc36359b0bf03eaf6f426d79f1dfbc1a52251e10a
Tizen:3.0:Base, Tizen:Base - remove speedpython macro

There are several reasons to remove this macro,

1. We already provide same functionality with below macro,
 - Substitute: python-accel-armv7l-cross-arm
python-accel-%{build_hostarch}-armv7l
 - Substitute: python-accel-aarch64-cross-aarch64
python-accel-%{build_hostarch}-aarch64

2. Speedpython macro sometimes cause some build problem

 Speedpython macro is parsed when spec parsing time and it includes
 other macro in its own.(I mean, %{build_hostarch} macro)
 And when the OBS project config updates, OBS sometimes cannot sync-up
 the changes perfectly.
 It this case, build error occurs when we use speedpython macro.
 It seems OBS limitation but, we can avoid this problem by using other
 macro which provides same functionality.

Change-Id: I04189f001b861afefb4ef1c682b7c0bcea68566b
Signed-off-by: Chan Lee <chan45.lee@samsung.com>
Tizen:3.0:Base/_config
Tizen:Base/_config