From 1da8814f8a1c81ea033ae3d1822ceb557dc1dcd1 Mon Sep 17 00:00:00 2001 From: Jose Quaresma Date: Sun, 15 Nov 2020 14:33:42 +0000 Subject: [PATCH] gstreamer1.0-plugins-base: drop custom cppflags This is not need any more to build with gstreamer 1.18 Signed-off-by: Jose Quaresma --- .../gstreamer/gstreamer1.0-plugins-base_%.bbappend | 3 --- 1 file changed, 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 @@ -EXTRA_OECONF_append_rpi = " CPPFLAGS='-I${STAGING_INCDIR}/interface/vcos/pthreads \ - -I${STAGING_INCDIR}/interface/vmcs_host/linux'" - # if using bcm driver enable dispmanx not when using VC4 driver PACKAGECONFIG_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' dispmanx', d)}" DEPENDS_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' userland', d)}"