[oe] [meta-oe][PATCH] safec: Remove aarch64 from COMPATIBLE_HOST

Martin Jansa martin.jansa at gmail.com
Fri Jun 21 17:28:51 UTC 2019


FWIW: I've the same commit with "slightly" longer commit message in
jansa/master branch:
http://git.openembedded.org/meta-openembedded-contrib/commit/?h=jansa/master&id=ec8d03074c65ce1dfa90b740f2b074086371139b


On Fri, Jun 21, 2019 at 5:14 PM Ankit Navik <ankit.tarot at gmail.com> wrote:

> Signed-off-by: Ankit Navik <ankit.tarot at gmail.com>
> ---
>  meta-oe/recipes-core/safec/safec_3.4.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-core/safec/safec_3.4.bb
> b/meta-oe/recipes-core/safec/safec_3.4.bb
> index d55d081f346b..b4c125faf433 100644
> --- a/meta-oe/recipes-core/safec/safec_3.4.bb
> +++ b/meta-oe/recipes-core/safec/safec_3.4.bb
> @@ -10,6 +10,6 @@ S = "${WORKDIR}/git"
>  SRCREV = "62e6b2df55084316d027165d286e46beb40513dc"
>  SRC_URI = "git://github.com/rurban/safeclib.git"
>
> -COMPATIBLE_HOST = '(x86_64|i.86|powerpc|powerpc64|arm|aarch64).*-linux'
> +COMPATIBLE_HOST = '(x86_64|i.86|powerpc|powerpc64|arm).*-linux'
>
>  RDEPENDS_${PN} = "perl"
> --
> 2.20.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


More information about the Openembedded-devel mailing list