DRAFT cppcheck: Rename from cppcheck-native; add BBCLASSEXTEND = "native"

This commit is contained in:
Herb Kuta 2019-05-02 16:32:32 -07:00
parent f9c1467c88
commit e9c2deebe5
5 changed files with 3 additions and 3 deletions

View File

@ -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"