diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2019-11-05 23:44:47 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-16 22:38:52 +0000 |
commit | 5982129110f184cd5ecdc258742439027a8a41bb (patch) | |
tree | a3c34dd0362d19bd4bd2f5c6c380fe62aba94b13 | |
parent | 0931ac543124faf2fd536ba558c771ec1a065351 (diff) | |
download | poky-5982129110f184cd5ecdc258742439027a8a41bb.tar.gz |
webkitgtk: set CVE_PRODUCT
(From OE-Core rev: 5fbf5eead50ab5a8cbacf277ddfff2eeca26f738)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-sato/webkit/webkitgtk_2.22.7.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.22.7.bb b/meta/recipes-sato/webkit/webkitgtk_2.22.7.bb index 301bf10cea..26e673cbcb 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.22.7.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.22.7.bb | |||
@@ -30,6 +30,8 @@ inherit cmake pkgconfig gobject-introspection perlnative distro_features_check u | |||
30 | 30 | ||
31 | REQUIRED_DISTRO_FEATURES = "x11 opengl" | 31 | REQUIRED_DISTRO_FEATURES = "x11 opengl" |
32 | 32 | ||
33 | CVE_PRODUCT = "webkitgtk webkitgtk\+" | ||
34 | |||
33 | DEPENDS = "zlib libsoup-2.4 curl libxml2 cairo libxslt libxt libidn libgcrypt \ | 35 | DEPENDS = "zlib libsoup-2.4 curl libxml2 cairo libxslt libxt libidn libgcrypt \ |
34 | gtk+3 gstreamer1.0 gstreamer1.0-plugins-base flex-native gperf-native sqlite3 \ | 36 | gtk+3 gstreamer1.0 gstreamer1.0-plugins-base flex-native gperf-native sqlite3 \ |
35 | pango icu bison-native gawk intltool-native libwebp \ | 37 | pango icu bison-native gawk intltool-native libwebp \ |