Fix possible fail to check for dependencies
authorJohn Crispin <john@openwrt.org>
Tue, 3 Feb 2015 10:11:06 +0000 (10:11 +0000)
committerJohn Crispin <john@openwrt.org>
Tue, 3 Feb 2015 10:11:06 +0000 (10:11 +0000)
commit1598fc4e7d865baa8622c0f0f0bfd30d1bd2b64f
tree3a8697e0c54c046e5286479e8c70233b0a690e91
parentb93c912273a927096426bffedc13a797150fa517
Fix possible fail to check for dependencies

Few characters in filenames (a plus sign, a dot) can be interpreted
specially by grep. This can lead to the omission of missing package
dependency. For example if we would have "some.file.so" then it
matches also "some2file.so". -F switch off special meaning
of any character and -x match against whole line.

Signed-off-by: SÅ‚awomir Demeszko <s.demeszko@wireless-instruments.com>
SVN-Revision: 44247
include/package-ipkg.mk