tc: Change build process not to use spec file 55/112555/16
authorHoyub Lee <hoyub.lee@samsung.com>
Wed, 1 Feb 2017 09:29:50 +0000 (18:29 +0900)
committerHoyub Lee <hoyub.lee@samsung.com>
Mon, 27 Feb 2017 08:16:33 +0000 (17:16 +0900)
commit43b1d090b3aaf0d5297e77f0d11540062c498608
tree248ae2cd230f8c27bd2028e9bdcb3762a3317267
parentfb6dfe64b87a30e95f3ee059da9fd01e800fa8d2
tc: Change build process not to use spec file

Change the build process as follows:

 - Removes tpl-test.spec which was used for building tpl-test which could leads
   buggy behaviour in binary build process.

 - Instead, all build processes are done with libtpl-egl.spec and tc/Makefile.

------------------------------------
(Changed) tpl-test build instruction
------------------------------------

 - Build libtpl-egl:
     $ gbs build -A armv7l

 - Build libtpl-egl with tpl-test:
     Change the value of 'ENABLE_TPL_TEST' from 0 to 1 in libtpl-egl.spec.
     Then, build with [--include-all] flag like below.

     $ gbs build -A armv7l --include-all

Change-Id: I987556c04192009b2143ebcad513a460f13e9ad0
Signed-off-by: Hoyub Lee <hoyub.lee@samsung.com>
README
packaging/libtpl-egl.spec
packaging/tpl-test.spec [deleted file]
tc/Makefile
tc/README