diff options
author | Jose Quaresma <quaresma.jose@gmail.com> | 2020-11-15 14:33:42 +0000 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-11-30 16:14:04 +0000 |
commit | 1da8814f8a1c81ea033ae3d1822ceb557dc1dcd1 (patch) | |
tree | 978db62913266c9e2745727c87f0148e2d99f700 | |
parent | 7a6759e2424cecf57dbc7d891e89a70639faf3a8 (diff) | |
download | meta-raspberrypi-1da8814f8a1c81ea033ae3d1822ceb557dc1dcd1.tar.gz |
gstreamer1.0-plugins-base: drop custom cppflags
This is not need any more to build with gstreamer 1.18
Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
-rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend index bfbce49..6bed42a 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend | |||
@@ -1,6 +1,3 @@ | |||
1 | EXTRA_OECONF_append_rpi = " CPPFLAGS='-I${STAGING_INCDIR}/interface/vcos/pthreads \ | ||
2 | -I${STAGING_INCDIR}/interface/vmcs_host/linux'" | ||
3 | |||
4 | # if using bcm driver enable dispmanx not when using VC4 driver | 1 | # if using bcm driver enable dispmanx not when using VC4 driver |
5 | PACKAGECONFIG_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' dispmanx', d)}" | 2 | PACKAGECONFIG_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' dispmanx', d)}" |
6 | DEPENDS_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' userland', d)}" | 3 | DEPENDS_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' userland', d)}" |