DRAFT cppcheck: Rename from cppcheck-native; add BBCLASSEXTEND = "native"
This commit is contained in:
parent
18c6810c0d
commit
64da76d328
|
@ -5,11 +5,9 @@ HOMEPAGE = " http://cppcheck.sourceforge.net/"
|
||||||
BUGTRACKER = " https://trac.cppcheck.net/"
|
BUGTRACKER = " https://trac.cppcheck.net/"
|
||||||
LICENSE = "GPLv3"
|
LICENSE = "GPLv3"
|
||||||
|
|
||||||
inherit native
|
|
||||||
|
|
||||||
inherit pkgconfig
|
inherit pkgconfig
|
||||||
|
|
||||||
DEPENDS = "libpcre-native"
|
DEPENDS = "libpcre"
|
||||||
|
|
||||||
## we don't need debug packages
|
## we don't need debug packages
|
||||||
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
|
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
|
||||||
|
@ -32,3 +30,5 @@ do_install() {
|
||||||
install -D ${B}/htmlreport/cppcheck-htmlreport ${D}${bindir}
|
install -D ${B}/htmlreport/cppcheck-htmlreport ${D}${bindir}
|
||||||
install ${WORKDIR}/cppcheck.sca.description ${D}${datadir}
|
install ${WORKDIR}/cppcheck.sca.description ${D}${datadir}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "native"
|
Loading…
Reference in New Issue