Find package name with hyphen in %asan_incompatible_pkgs 03/175903/1 accepted/tizen/base/20180420.170845 submit/tizen_base/20180417.072816
authorChan Lee <chan45.lee@samsung.com>
Fri, 13 Apr 2018 07:59:42 +0000 (16:59 +0900)
committerChan Lee <chan45.lee@samsung.com>
Fri, 13 Apr 2018 07:59:42 +0000 (16:59 +0900)
commit699b90e0bf2d26e20b55a9e66d47a9331ae50212
tree34789a561446de777eaf623ce127cabcb98687b1
parent4b22e19ddf1c5e98a2dbdc0c1f7b71ab818f8667
Find package name with hyphen in %asan_incompatible_pkgs

find.string fuction can not find string with hyphen
because hyphen is regarded as special character.
This commit makes find.string function check all strings as plain text.

Change-Id: I5464938953cb373135e993134aa238e1974e1ee6
Signed-off-by: Chan Lee <chan45.lee@samsung.com>
packaging/macros.asan