]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
recipetool: create: detect when specified URL returns a web page
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 22 Dec 2015 04:03:00 +0000 (17:03 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 28 Dec 2015 09:25:13 +0000 (09:25 +0000)
commit38803e38d6d03b33817ef1d861e0b34b26c5a5f2
tree8c86aa50f746d2d95a7bbda0058afaf2b819fe08
parente78a03980ae2799cb8eaf4ecaf96697cc5395104
recipetool: create: detect when specified URL returns a web page

If the user specifies a URL that just returns a web page, then it's
probably incorrect (or broken); attempt to detect this and show an error
if it's the case.

(From OE-Core rev: 83b1245b2638eb5d314fe663d33cd52a776a34a7)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/recipetool/create.py