]> code.ossystems Code Review - openembedded-core.git/commitdiff
gstreamer1.0: let autotools.bbclass handle --disable-dependency-tracking
authorAndre McCurdy <armccurdy@gmail.com>
Fri, 18 May 2018 04:35:33 +0000 (21:35 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 29 May 2018 10:25:03 +0000 (11:25 +0100)
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 <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-multimedia/gstreamer/gstreamer1.0_1.14.0.bb

index b4398c8111a212827423e06d292e005f6cad4ee7..dec1783fdd58ed9bb40c05f230119cf3ea5d9046 100644 (file)
@@ -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 \
 "