DRAFT cppcheck: Add downloadfilename parameter to SRC_URI
This commit is contained in:
parent
e9c2deebe5
commit
83a6697c0c
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue