[oe] [meta-oe][PATCH] abseil-cpp: add recipe for git version

Sinan Kaya okaya at kernel.org
Mon Feb 10 17:14:52 UTC 2020


On 2/10/2020 11:33 AM, Sinan Kaya wrote:
> On 2/9/2020 1:40 PM, Khem Raj wrote:
>> python () {
>>     arch = d.getVar("TARGET_ARCH")
>>
>>     if arch == "aarch64":
>>         tunes = d.getVar("TUNE_FEATURES")
>>         if not tunes:
>>             return
>>         pkgn = d.getVar("PN")
>>         pkgv = d.getVar("PV")
>>         if "crypto" not in tunes:
>>             raise bb.parse.SkipPackage("%s-%s Needs support for crypto
>> on armv8" % (pkgn, pkgv))
>> }
> thanks, I'm adding this now.
> 

Hmm....

I don't see a crypto feature on aarch64. tunes value return just
aarch64.



More information about the Openembedded-devel mailing list