From 8ea219b03f688ac5ab99a74f0d798011233c3f6f Mon Sep 17 00:00:00 2001 From: Luiz Angelo Daros de Luca Date: Sun, 26 Aug 2018 02:28:37 -0300 Subject: [PATCH] libvpx: add PKG_CPE_ID id Signed-off-by: Luiz Angelo Daros de Luca --- libs/libvpx/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/libvpx/Makefile b/libs/libvpx/Makefile index b8aba6602..cca247856 100644 --- a/libs/libvpx/Makefile +++ b/libs/libvpx/Makefile @@ -19,6 +19,7 @@ PKG_SOURCE_URL:=https://chromium.googlesource.com/webm/libvpx PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=$(PKG_REV) PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) +PKG_CPE_ID:=cpe:/a:john_koleszar:libvpx PKG_MAINTAINER:=Luiz Angelo Daros de Luca