]> code.ossystems Code Review - openembedded-core.git/commit
recipetool.append: don't choke on a trailing ; in a url
authorChristopher Larson <chris_larson@mentor.com>
Wed, 11 Nov 2015 21:05:56 +0000 (14:05 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 25 Nov 2015 07:48:12 +0000 (07:48 +0000)
commitd3e0a300810251f34932f46daf5263a23846fedd
treea1513a2e95209e791948cd2d2f601f9a7a24dd26
parentd0f3f3a294d509560bd12b93b26eeec65cfee314
recipetool.append: don't choke on a trailing ; in a url

Apparently bb.fetch.URI can't handle this at the moment.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/recipetool/append.py