All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] gstreamer1.0: let autotools.bbclass handle --disable-dependency-tracking
@ 2018-05-18  4:35 Andre McCurdy
  2018-05-18  4:35 ` [PATCH 2/3] pinentry: " Andre McCurdy
  2018-05-18  4:35 ` [PATCH 3/3] externalsrc.bbclass: don't configure with --disable-dependency-tracking Andre McCurdy
  0 siblings, 2 replies; 3+ messages in thread
From: Andre McCurdy @ 2018-05-18  4:35 UTC (permalink / raw)
  To: openembedded-core

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>
---
 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 \
 "
 
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-05-18  4:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-18  4:35 [PATCH 1/3] gstreamer1.0: let autotools.bbclass handle --disable-dependency-tracking Andre McCurdy
2018-05-18  4:35 ` [PATCH 2/3] pinentry: " Andre McCurdy
2018-05-18  4:35 ` [PATCH 3/3] externalsrc.bbclass: don't configure with --disable-dependency-tracking Andre McCurdy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.