summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2018-05-17 21:35:33 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-29 21:07:12 +0100
commit81260fd536bf57bd2feb26d78c28f89e04b4649a (patch)
treeb7438495c986a38dbb30a73bbced90af0eae4883 /meta/recipes-multimedia
parent568a1f74913d7524650015297648f51f85bc2809 (diff)
downloadpoky-81260fd536bf57bd2feb26d78c28f89e04b4649a.tar.gz
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 <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0_1.14.0.bb1
1 files changed, 0 insertions, 1 deletions
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"
38PACKAGECONFIG[dw] = "--with-dw,--without-dw,elfutils" 38PACKAGECONFIG[dw] = "--with-dw,--without-dw,elfutils"
39 39
40EXTRA_OECONF = " \ 40EXTRA_OECONF = " \
41 --disable-dependency-tracking \
42 --disable-examples \ 41 --disable-examples \
43" 42"
44 43