From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Tue, 8 Jun 2021 09:11:01 +0200 Subject: [Buildroot] [git commit branch/2021.02.x] package/oprofile: add OPROFILE_CPE_ID_VENDOR Message-ID: <20210608064257.31D1D8C5BD@busybox.osuosl.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net commit: https://git.buildroot.net/buildroot/commit/?id=cf11ac8f3094d3cec6ebddc351c064d21941e02d branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.02.x cpe:2.3:a:maynard_johnson:oprofile is a valid CPE identifier for this package: https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Amaynard_johnson%3Aoprofile Signed-off-by: Fabrice Fontaine Signed-off-by: Yann E. MORIN (cherry picked from commit bd5dabce4c229cb472b61390e76da9fa9abd28df) Signed-off-by: Peter Korsgaard --- package/oprofile/oprofile.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/oprofile/oprofile.mk b/package/oprofile/oprofile.mk index 50693ddd1e..85bc4efa9b 100644 --- a/package/oprofile/oprofile.mk +++ b/package/oprofile/oprofile.mk @@ -8,6 +8,7 @@ OPROFILE_VERSION = 1.4.0 OPROFILE_SITE = http://downloads.sourceforge.net/project/oprofile/oprofile/oprofile-$(OPROFILE_VERSION) OPROFILE_LICENSE = GPL-2.0+ OPROFILE_LICENSE_FILES = COPYING +OPROFILE_CPE_ID_VENDOR = maynard_johnson OPROFILE_CONF_OPTS = \ --disable-account-check \ --enable-gui=no \