From: Andre McCurdy Date: Fri, 18 May 2018 04:35:33 +0000 (-0700) Subject: gstreamer1.0: let autotools.bbclass handle --disable-dependency-tracking X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~17851 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14910c5a215f434b2df47ca38902192f04f6b38a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gstreamer1.0: let autotools.bbclass handle --disable-dependency-tracking autotools.bbclass adds --disable-dependency-tracking to the configure command line by default, so there's no need for individual recipes to do so. Signed-off-by: Andre McCurdy Signed-off-by: Ross Burton --- diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.14.0.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.14.0.bb index b4398c8111a..dec1783fdd5 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.14.0.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.14.0.bb @@ -38,7 +38,6 @@ PACKAGECONFIG[unwind] = "--with-unwind,--without-unwind,libunwind" PACKAGECONFIG[dw] = "--with-dw,--without-dw,elfutils" EXTRA_OECONF = " \ - --disable-dependency-tracking \ --disable-examples \ "