build: scan.mk: remove overlay broad grep pattern
authorJo-Philipp Wich <jo@mein.io>
Tue, 10 Jan 2017 14:12:21 +0000 (15:12 +0100)
committerJo-Philipp Wich <jo@mein.io>
Tue, 10 Jan 2017 14:16:28 +0000 (15:16 +0100)
commita891e5e14f34d79005de0606eebf32b292f86023
treed2051fbeb8a1d52a2e75d931bf943880c69717f6
parent01d9527357767324158e7182d1d1484dde842ccb
build: scan.mk: remove overlay broad grep pattern

Commit af0b91c "allow scan.mk to find python packages introduced in [8639]"
added some special casing to scan.mk to accomodate some nonstandard python
packages.

Nowadays this pattern is not needed anymore and produces false positives
when using the LEDE source repository as feed within the SDK since the
metadata scanning wrongly picks up target/imagebuilder/Makefile as package,
leading to an  "ERROR: please fix feeds/base/target/imagebuilder/Makefile"
message.

Remove the now uneeded pattern to fix such stray errors during metadata
scanning.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
include/scan.mk