diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2019-04-29 13:27:32 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-12 09:13:39 +0100 |
commit | 8c35d676b9595ecdbdf9d658590a1313c44f63a7 (patch) | |
tree | 1084306932736e26bc92ded9d5ff163dfe77e527 /meta/recipes-graphics | |
parent | a1dafe141d3d4dead0829ea285395945099808cf (diff) | |
download | poky-8c35d676b9595ecdbdf9d658590a1313c44f63a7.tar.gz |
libsdl: set CVE_PRODUCT
(From OE-Core rev: 388378c2192ceb47569903686539a77e89239651)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/libsdl/libsdl_1.2.15.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/libsdl2/libsdl2_2.0.9.bb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb b/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb index 3680ea9d80..7718d11919 100644 --- a/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb +++ b/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb | |||
@@ -31,6 +31,8 @@ BINCONFIG = "${bindir}/sdl-config" | |||
31 | 31 | ||
32 | inherit autotools lib_package binconfig-disabled pkgconfig | 32 | inherit autotools lib_package binconfig-disabled pkgconfig |
33 | 33 | ||
34 | CVE_PRODUCT = "simple_directmedia_layer sdl" | ||
35 | |||
34 | EXTRA_OECONF = "--disable-static --enable-cdrom --enable-threads --enable-timers \ | 36 | EXTRA_OECONF = "--disable-static --enable-cdrom --enable-threads --enable-timers \ |
35 | --enable-file --disable-oss --disable-esd --disable-arts \ | 37 | --enable-file --disable-oss --disable-esd --disable-arts \ |
36 | --disable-diskaudio --disable-nas \ | 38 | --disable-diskaudio --disable-nas \ |
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.0.9.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.0.9.bb index c741cfb248..bac91d3736 100644 --- a/meta/recipes-graphics/libsdl2/libsdl2_2.0.9.bb +++ b/meta/recipes-graphics/libsdl2/libsdl2_2.0.9.bb | |||
@@ -23,6 +23,8 @@ SRC_URI[sha256sum] = "255186dc676ecd0c1dbf10ec8a2cc5d6869b5079d8a38194c2aecdff54 | |||
23 | 23 | ||
24 | inherit autotools lib_package binconfig pkgconfig | 24 | inherit autotools lib_package binconfig pkgconfig |
25 | 25 | ||
26 | CVE_PRODUCT = "simple_directmedia_layer sdl" | ||
27 | |||
26 | EXTRA_OECONF = "--disable-oss --disable-esd --disable-arts \ | 28 | EXTRA_OECONF = "--disable-oss --disable-esd --disable-arts \ |
27 | --disable-diskaudio --disable-nas --disable-esd-shared --disable-esdtest \ | 29 | --disable-diskaudio --disable-nas --disable-esd-shared --disable-esdtest \ |
28 | --disable-video-dummy \ | 30 | --disable-video-dummy \ |