diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2019-05-07 14:55:04 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-08 12:12:30 +0100 |
commit | 8f03a33f61a94e9b8d8232283204588ce18b45a0 (patch) | |
tree | 40d048cea9c6026793dcf791a4fb6f639d430b50 | |
parent | 3a043a078f6cc89bcc097823fa37cd1311805ae7 (diff) | |
download | openembedded-core-contrib-8f03a33f61a94e9b8d8232283204588ce18b45a0.tar.gz |
squashfs-tools: set CVE_PRODUCT
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb b/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb index e871f1cbf54..5a8b5f77bd8 100644 --- a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb +++ b/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb @@ -44,3 +44,5 @@ ARM_INSTRUCTION_SET_armv5 = "arm" ARM_INSTRUCTION_SET_armv6 = "arm" BBCLASSEXTEND = "native nativesdk" + +CVE_PRODUCT = "squashfs" |