From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Tue, 28 Mar 2017 09:09:20 +0200 Subject: [Buildroot] [PATCH] package/mesa3d: remove sha1 external dependency In-Reply-To: <20170326201744.12202-1-romain.naour@gmail.com> (Romain Naour's message of "Sun, 26 Mar 2017 22:17:44 +0200") References: <20170326201744.12202-1-romain.naour@gmail.com> Message-ID: <8760it6fof.fsf@dell.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Romain" == Romain Naour writes: > --with-sha1 option was removed since mesa 1.17.0 by commit [1]. > [1] https://cgit.freedesktop.org/mesa/mesa/commit/?id=d1efa09d342bff3e5def2978a0bef748d74f9c82 > Signed-off-by: Romain Naour > Cc: Bernd Kuhls > --- > package/mesa3d/mesa3d.mk | 11 ----------- What about the comment and logic in Config.in? # We need a SHA1 implementation. If either openssl or # libgcrypt are already part of the build, we'll use one of # them, otherwise, use the small libsha1 library. select BR2_PACKAGE_LIBSHA1 if (!BR2_PACKAGE_OPENSSL && !BR2_PACKAGE_LIBGCRYPT) -- Bye, Peter Korsgaard