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

Sinan Kaya okaya at kernel.org
Mon Feb 10 16:33:23 UTC 2020


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.



More information about the Openembedded-devel mailing list