[oe-commits] [openembedded-core] 06/61: gstreamer1.0: let autotools.bbclass handle --disable-dependency-tracking

git at git.openembedded.org git at git.openembedded.org
Tue May 29 10:43:33 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 14910c5a215f434b2df47ca38902192f04f6b38a
Author: Andre McCurdy <armccurdy at gmail.com>
AuthorDate: Thu May 17 21:35:33 2018 -0700

    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 <armccurdy at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-multimedia/gstreamer/gstreamer1.0_1.14.0.bb | 1 -
 1 file changed, 1 deletion(-)

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 b4398c8..dec1783 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 \
 "
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list