[oe-commits] [openembedded-core] 07/49: flac: also add flac to CVE_PRODUCT

git at git.openembedded.org git at git.openembedded.org
Wed Nov 6 20:44:54 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch sumo-next
in repository openembedded-core.

commit c130045aff7f51ddb6c7fbde590a79207dbb4ddf
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Wed Nov 6 17:37:20 2019 +0200

    flac: also add flac to CVE_PRODUCT
    
    flac uses both 'flac' and 'libflac' as cve product.
    
    (From OE-Core rev: 3a043a078f6cc89bcc097823fa37cd1311805ae7)
    
    Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-multimedia/flac/flac_1.3.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-multimedia/flac/flac_1.3.2.bb b/meta/recipes-multimedia/flac/flac_1.3.2.bb
index 028a429..3e67fa2 100644
--- a/meta/recipes-multimedia/flac/flac_1.3.2.bb
+++ b/meta/recipes-multimedia/flac/flac_1.3.2.bb
@@ -20,7 +20,7 @@ SRC_URI = "http://downloads.xiph.org/releases/flac/${BP}.tar.xz \
 SRC_URI[md5sum] = "454f1bfa3f93cc708098d7890d0499bd"
 SRC_URI[sha256sum] = "91cfc3ed61dc40f47f050a109b08610667d73477af6ef36dcad31c31a4a8d53f"
 
-CVE_PRODUCT = "libflac"
+CVE_PRODUCT = "libflac flac"
 
 inherit autotools gettext
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list