Fix for building with Tizen X Repo 72/308972/2
authorAleksander Świniarski <a.swiniarski@samsung.com>
Mon, 18 Mar 2024 08:23:31 +0000 (09:23 +0100)
committerBot Blink <blinkbot@samsung.com>
Thu, 4 Apr 2024 08:17:01 +0000 (08:17 +0000)
commit713f5de588573c562e995947e18a212ecb690dfc
treeceff19bc75a49634b53c2e5759ab5541ee35576c
parent38b90321b7809fd28da5cc18d3170f0b68f97b78
Fix for building with Tizen X Repo

Currently for building with Tizen X repo we are using directory of form
out.tz_v9.0* to store object files, which is the same format of
directory, as when creating with standard repositories. Due to this
object files from these builds get mixed in the same directory.

This patch fixes this by use of conditional in .spec file. When the
Tizen X is detected, the directory of form out.tz_X* will be used instead

Change-Id: Ia57797b5e1d8cfb865ecc72887877abd8d0c9a7b
Signed-off-by: Aleksander Świniarski <a.swiniarski@samsung.com>
packaging/chromium-efl.spec
tizen_src/build/common.sh