From 2db9417976b7c164e02f11d80e8607bdd665b95c Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Sat, 2 Nov 2019 21:00:39 +0530 Subject: pkg-config.recipe: Remove libtool dependency Don't override ltmain.sh since that forces a libtool dependency, which we do not need for build-tools. --- recipes/build-tools/pkg-config.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/build-tools') diff --git a/recipes/build-tools/pkg-config.recipe b/recipes/build-tools/pkg-config.recipe index 1e61a2d3..bcb6f3ce 100644 --- a/recipes/build-tools/pkg-config.recipe +++ b/recipes/build-tools/pkg-config.recipe @@ -9,7 +9,7 @@ class Recipe(recipe.Recipe): url = 'https://pkgconfig.freedesktop.org/releases/pkg-config-%(version)s.tar.gz' tarball_checksum = '6fc69c01688c9458a57eb9a1664c9aba372ccda420a02bf4429fe610e7e7d591' configure_options = '--with-internal-glib --disable-host-tool ' - deps = ['libtool'] + override_libtool = False files_bins = ['pkg-config'] files_share = ['share/aclocal/pkg.m4'] -- cgit v1.2.3