summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2019-11-06 17:37:48 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-11-07 19:47:27 +0000
commita5f5d30d62c9a6698c1e7180b595dd6e01cf5531 (patch)
tree7014320fa398893b9620b980a96dbf937c1a5258
parent1ab35bb6ef20f59bd2341204c130edcdd92ec0d1 (diff)
downloadpoky-a5f5d30d62c9a6698c1e7180b595dd6e01cf5531.tar.gz
libsdl: set CVE_PRODUCT
(From OE-Core rev: 1f0cca19014fef24a359d400c96d178463b2760f) (From OE-Core rev: d368ffb08bd3e3de59827e49df9c69643e002e6e) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Conflicts: meta/recipes-graphics/libsdl2/libsdl2_2.0.9.bb
-rw-r--r--meta/recipes-graphics/libsdl/libsdl_1.2.15.bb2
-rw-r--r--meta/recipes-graphics/libsdl2/libsdl2_2.0.8.bb2
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
32inherit autotools lib_package binconfig-disabled pkgconfig 32inherit autotools lib_package binconfig-disabled pkgconfig
33 33
34CVE_PRODUCT = "simple_directmedia_layer sdl"
35
34EXTRA_OECONF = "--disable-static --enable-cdrom --enable-threads --enable-timers \ 36EXTRA_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.8.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.0.8.bb
index 8092fad11e..298d1fff81 100644
--- a/meta/recipes-graphics/libsdl2/libsdl2_2.0.8.bb
+++ b/meta/recipes-graphics/libsdl2/libsdl2_2.0.8.bb
@@ -26,6 +26,8 @@ SRC_URI[sha256sum] = "edc77c57308661d576e843344d8638e025a7818bff73f8fbfab09c3c5f
26 26
27inherit autotools lib_package binconfig pkgconfig 27inherit autotools lib_package binconfig pkgconfig
28 28
29CVE_PRODUCT = "simple_directmedia_layer sdl"
30
29EXTRA_OECONF = "--disable-oss --disable-esd --disable-arts \ 31EXTRA_OECONF = "--disable-oss --disable-esd --disable-arts \
30 --disable-diskaudio --disable-nas --disable-esd-shared --disable-esdtest \ 32 --disable-diskaudio --disable-nas --disable-esd-shared --disable-esdtest \
31 --disable-video-dummy \ 33 --disable-video-dummy \