mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 15:57:21 +00:00
cppcheck: add new package
Signed-off-by: Armin Kuster <akuster@mvista.com>
This commit is contained in:
committed by
Armin Kuster
parent
2c9c2b9633
commit
c7307d28db
@@ -0,0 +1,15 @@
|
||||
SUMMARY = "analysis of C/C++ code"
|
||||
HOME_URL = "http://cppcheck.sourceforge.net/"
|
||||
LICENSE = "GPL-3.0"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
DEPENDS = "libpcre"
|
||||
|
||||
SRCREV = "ebeaf98205092acbbef19e35893b58143c328c78"
|
||||
SRC_URI = "git://github.com/danmar/cppcheck.git;branch=${PV}"
|
||||
|
||||
inherit autotools-brokensep
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
RDEPENDS_${PN} = "python"
|
||||
Reference in New Issue
Block a user