[tizen v3.0] Improving build time with optional rpmlint
authorYoungsoo Choi <kenshin.choi@samsung.com>
Thu, 26 Feb 2015 11:07:40 +0000 (20:07 +0900)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commitb43138643cf97e881f1398e6486e781e9f137b94
tree4a3507ba29a9d3179bb53dcdbff5f384e010ceb7
parent52fd328ba6a374414109f73e15e5eeb45a4720a2
[tizen v3.0] Improving build time with optional rpmlint

The rpmlint, verifying syntax of spec file, has been
supported from tizen v3.0.

GBS build always runs rpmlint at the end of the build,
and it takes too much time.

To improve the build time for developers,
this patch provides a option for enabling or disabling rpmlint.

To enable the rpmlint, following command can be used.
>> ./build/build_tv.sh -P tztv_v3.0 --define '_rpmlint 1'

By default, the rpmlint is disabled.

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=12968

Change-Id: I687582583b8eb8b0747a7f1355f2e9d32075e120
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
tizen_src/build/common.sh
tizen_src/build/tzmb_v3.0_arm-wayland.conf [new file with mode: 0644]
tizen_src/build/tzmb_v3.0_arm-x11.conf [new file with mode: 0644]
tizen_src/build/tztv_v3.0_arm-wayland.conf [new file with mode: 0644]
tizen_src/build/tztv_v3.0_arm-x11.conf [new file with mode: 0644]