Do not print error string "unknown keyword in config: copylinkedpackages:"
authorJunghyun Kim <jh0822.kim@samsung.com>
Thu, 18 Aug 2016 04:04:39 +0000 (13:04 +0900)
committerSoonKyu Park <sk7.park@samsung.com>
Mon, 26 Sep 2016 01:36:10 +0000 (10:36 +0900)
commit1b639d8de7bf62229f4f853d13aae293111bbdf5
tree0b0487df0fafe83037649770177e82e31361776b
parentaf9ad6b54cbf011308e1cdade2d92666ef3f564f
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