DRAFT cppcheck: Add downloadfilename parameter to SRC_URI

This commit is contained in:
Herb Kuta 2019-05-22 09:45:53 -07:00
parent 64da76d328
commit b47c285717
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
require cppcheck.inc require cppcheck.inc
SRC_URI = " https://github.com/danmar/cppcheck/archive/${PV}.tar.gz \ SRC_URI = " https://github.com/danmar/cppcheck/archive/${PV}.tar.gz;downloadfilename=${BP}.tar.gz \
file://0001-makefile.patch \ file://0001-makefile.patch \
file://0002-pkgconfig-instaed-of-pcre-config.patch \ file://0002-pkgconfig-instaed-of-pcre-config.patch \
file://cppcheck.sca.description" file://cppcheck.sca.description"