From 81260fd536bf57bd2feb26d78c28f89e04b4649a Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Thu, 17 May 2018 21:35:33 -0700 Subject: 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. (From OE-Core rev: 14910c5a215f434b2df47ca38902192f04f6b38a) Signed-off-by: Andre McCurdy Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-multimedia/gstreamer/gstreamer1.0_1.14.0.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-multimedia') 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 b4398c8111..dec1783fdd 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 \ " -- cgit v1.2.3-54-g00ecf