From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id B419AE0094C; Fri, 19 May 2017 10:20:36 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.4 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, RCVD_IN_DNSWL_NONE, RCVD_IN_SORBS_SPAM autolearn=no version=3.3.1 X-Spam-HAM-Report: * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [209.85.217.196 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature * 0.5 RCVD_IN_SORBS_SPAM RBL: SORBS: sender is a spam source * [209.85.217.196 listed in dnsbl.sorbs.net] Received: from mail-ua0-f196.google.com (mail-ua0-f196.google.com [209.85.217.196]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 3E76CE00812 for ; Fri, 19 May 2017 10:20:35 -0700 (PDT) Received: by mail-ua0-f196.google.com with SMTP id x47so3675011uab.0 for ; Fri, 19 May 2017 10:20:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rsalveti-net.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=EuAL3PM/fYvYGfV/SoDOEdK0UWWC1wq2ZGqCP69mc+8=; b=rZl7pp2FnxUviF7Gqxbozqx5vze/WoVOoNjkRxyDBC8FIwyTPCW36MZ7cVZrUwBaaB Xq/5qMNtu8qKCDGwmTw+PXyPxLa1LDcex4P4G1zNjU/XUdGlIK1EkOgs/yUdVvD1nVby jWw7pLBFFxspOiD8pBK/+Y5/05uUPusAQcLD6Eh/KiT9Z3nfwWW5Lm4+HZ2thgTWLN9r iFXADLtX5Vip+BoWeC+SFIVaqiGC2pKcUYriUwW4ZoqfDQuGeEyPCRG+/3Urxm/8qGfk PhSGasm+zjrMfs8iEwfb/9MEVEy5XIr4CE/2owxeZbyBSUINX3x8fifqDt109b6iimZh hNsA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=EuAL3PM/fYvYGfV/SoDOEdK0UWWC1wq2ZGqCP69mc+8=; b=jgav1lyeDwIr7IHPtmLNbNcXvFMzgFu8ZRfoKEO8SefyxhXjQkMMGd8Rqmqm3FXjJB 2t/MJriVeAjr7YF6V1X1YxFVB9fnLtQGAbYJ0vDwj6HxCgawOUT4QA87vKEqzE/00QLZ h2BDGH7eHB8/hLBe378C9R5uXR+EELA3HZ1JiqVY9Os87ZkIRYtINRmPnIx+pemozDbs +s0Gj9Hne0KFrj5YZUA8nBSCJyyTrBv7wZsurBWLDwUVTNyepGUse6lvv4fI2OsZ/3kz 99BBuB2sBZkefdraTJVoOFAKLTNK4/ItDTTyFaKS29f18Ux1bx3kySmLCrtEHMKPISIJ 606A== X-Gm-Message-State: AODbwcCbji4vX06s+825aDHTClmrsUWGQDrPa37P1txf1VqUBgQoLXhl aFxq2bIWleYoQotgpciHlGYVjjyVCAfx X-Received: by 10.159.38.132 with SMTP id 4mr4377608uay.123.1495214435213; Fri, 19 May 2017 10:20:35 -0700 (PDT) MIME-Version: 1.0 Received: by 10.31.182.2 with HTTP; Fri, 19 May 2017 10:19:54 -0700 (PDT) In-Reply-To: <20170519171726.20554-1-raj.khem@gmail.com> References: <20170519171726.20554-1-raj.khem@gmail.com> From: Ricardo Salveti Date: Fri, 19 May 2017 14:19:54 -0300 Message-ID: To: Khem Raj Cc: meta-freescale@yoctoproject.org Subject: Re: [PATCH] imx-kobs: Fix a typo X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2017 17:20:36 -0000 Content-Type: text/plain; charset="UTF-8" On Fri, May 19, 2017 at 2:17 PM, Khem Raj wrote: > Signed-off-by: Khem Raj > --- > recipes-bsp/imx-kobs/imx-kobs_git.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-bsp/imx-kobs/imx-kobs_git.bb b/recipes-bsp/imx-kobs/imx-kobs_git.bb > index eaea1657..096d074e 100644 > --- a/recipes-bsp/imx-kobs/imx-kobs_git.bb > +++ b/recipes-bsp/imx-kobs/imx-kobs_git.bb > @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" > PV = "5.5+git${SRCPV}" > SRCREV = "a2734b93759b4222f9dfa3f8c7645be9d39ea601" > > -SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocal=https" > +SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocal=https \ > file://0001-Add-missing-includes-as-pointed-out-by-musl.patch \ > " > > -- > 2.13.0 Thanks, this fixes the parser error I just reported :-) Cheers, -- Ricardo Salveti de Araujo