[OE-core] [RESEND PATCH] mesa: upgrade 10.6.3 -> 11.1.1

Nicolas Dechesne nicolas.dechesne at linaro.org
Fri Feb 5 20:55:25 UTC 2016


On Fri, Feb 5, 2016 at 9:46 PM, Burton, Ross <ross.burton at intel.com> wrote:
> On 5 February 2016 at 20:44, Khem Raj <raj.khem at gmail.com> wrote:
>>
>> its added new to this version. May be packageconfig is better place
>> for --with-sha1 stuff
>
>
> Agreed - some may not want openssl at all and being able to switch it for
> another alternative would be useful.

sure. but, then I have some questions..

1. which one we default to? openssl?

2. which one we support, from configure.ac:

        [choose SHA1 implementation])])
case "x$with_sha1" in
x | xlibc | xlibmd | xlibnettle | xlibgcrypt | xlibcrypto | xlibsha1 |
xCommonCrypto | xCryptoAPI)
  ;;

3. is there a good way to handle 'multiple choice' with PACKAGECONFIG?
How can we prevent more than 1 PACKAGECONFIG to be set (nicely)?



More information about the Openembedded-core mailing list