sdk: fix Git URL detection
authorJo-Philipp Wich <jo@mein.io>
Fri, 20 Jan 2017 08:51:38 +0000 (09:51 +0100)
committerJo-Philipp Wich <jo@mein.io>
Fri, 20 Jan 2017 09:10:54 +0000 (10:10 +0100)
commitdab6338b47c1a8c9e8d7b34fd7bbaa53672e8894
tree39a0700883c37f8b1e7a73f2f9c4ca41a3669c00
parent261415a660c12a5673fe3d48dabaf677e1d5c32c
sdk: fix Git URL detection

Instead of relying on complex sed patterns that trip up make syntax rules, use
GNU Makes builtin filter function to match desired URLs.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
target/sdk/Makefile