Do not print error string "unknown keyword in config: copylinkedpackages:" 04/84304/2
authorJunghyun Kim <jh0822.kim@samsung.com>
Thu, 18 Aug 2016 04:04:39 +0000 (13:04 +0900)
committerJunghyun Kim <jh0822.kim@samsung.com>
Thu, 18 Aug 2016 05:51:52 +0000 (14:51 +0900)
commitd667c07404305e2b6f40e2a1814a2b8686f2ff18
tree03cbf67ae5a2d515e0c77a161fb305dc5aa7b96c
parentff8a73941e06041ee512d257746a0e919f5016ca
Do not print error string "unknown keyword in config: copylinkedpackages:"

We add "CopyLinkedPackages: yes" in the project config
to reduce build redundancy for prerelease projects.
After then, "build" package complains
"unknown keyword in config: copylinkedpackages:"
because it does not understand this keyword
even though it does not need to understand this keyword.

Hence, I just added an "if" statement not to print this complain.

Change-Id: I5aa4044e629cf1f1a4af1318eb6b2ded8ac982fb
Signed-off-by: Junghyun Kim <jh0822.kim@samsung.com>
Build.pm