diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2018-05-17 21:35:33 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-29 11:25:03 +0100 |
commit | 14910c5a215f434b2df47ca38902192f04f6b38a (patch) | |
tree | 2aa5339e28fda6eebf2659c3662c028b1d993367 | |
parent | b038a6e418d723a0a413219e9882cdd7f3804625 (diff) | |
download | openembedded-core-14910c5a215f434b2df47ca38902192f04f6b38a.tar.gz openembedded-core-14910c5a215f434b2df47ca38902192f04f6b38a.tar.bz2 openembedded-core-14910c5a215f434b2df47ca38902192f04f6b38a.zip |
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@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0_1.14.0.bb | 1 |
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" PACKAGECONFIG[dw] = "--with-dw,--without-dw,elfutils" EXTRA_OECONF = " \ - --disable-dependency-tracking \ --disable-examples \ " |