summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Quaresma <quaresma.jose@gmail.com>2020-11-15 14:33:42 +0000
committerAndrei Gherzan <andrei@gherzan.ro>2020-11-30 16:14:04 +0000
commit1da8814f8a1c81ea033ae3d1822ceb557dc1dcd1 (patch)
tree978db62913266c9e2745727c87f0148e2d99f700
parent7a6759e2424cecf57dbc7d891e89a70639faf3a8 (diff)
downloadmeta-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_%.bbappend3
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 @@
1EXTRA_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
5PACKAGECONFIG_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' dispmanx', d)}" 2PACKAGECONFIG_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' dispmanx', d)}"
6DEPENDS_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' userland', d)}" 3DEPENDS_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' userland', d)}"