From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from vms173003pub.verizon.net (vms173003pub.verizon.net [206.46.173.3]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 3C073E0123C for ; Tue, 28 Feb 2012 10:13:42 -0800 (PST) Received: from gandalf.denix.org ([unknown] [71.178.225.66]) by vms173003.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0M0400AUE7Y9EA51@vms173003.mailsrvcs.net> for meta-ti@lists.yoctoproject.org; Tue, 28 Feb 2012 12:13:23 -0600 (CST) Received: by gandalf.denix.org (Postfix, from userid 1000) id D2AED202F4; Tue, 28 Feb 2012 13:13:21 -0500 (EST) Date: Tue, 28 Feb 2012 13:13:21 -0500 From: Denys Dmytriyenko To: Koen Kooi Message-id: <20120228181321.GD10713@denix.org> References: <1330442197-10408-1-git-send-email-koen@dominion.thruhere.net> <20120228152205.GC10713@denix.org> <81A0AEEA-EB5D-4C82-ABD1-D6E05E7226F1@dominion.thruhere.net> MIME-version: 1.0 In-reply-to: <81A0AEEA-EB5D-4C82-ABD1-D6E05E7226F1@dominion.thruhere.net> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-ti@lists.yoctoproject.org Subject: Re: [PATCH] linux-davinci: quoting fixes X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Mailing list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2012 18:13:42 -0000 Content-type: text/plain; charset=us-ascii Content-disposition: inline On Tue, Feb 28, 2012 at 04:58:11PM +0100, Koen Kooi wrote: > > Op 28 feb. 2012, om 16:22 heeft Denys Dmytriyenko het volgende geschreven: > > > On Tue, Feb 28, 2012 at 04:16:37PM +0100, Koen Kooi wrote: > >> Signed-off-by: Koen Kooi > > > > Thanks, I've started cleaning up missing quotes in other places too. > > I sent another patch to fix some more recipes, that gave up in the matrix dir. Yeah, matrix is the one I was fixing, but it needs to be removed from meta-ti anyway... I'll sync up the fixes from Arago. Denys > >> --- > >> recipes-kernel/linux/linux-davinci_git.bb | 8 ++++---- > >> 1 files changed, 4 insertions(+), 4 deletions(-) > >> > >> diff --git a/recipes-kernel/linux/linux-davinci_git.bb b/recipes-kernel/linux/linux-davinci_git.bb > >> index 1fda1ee..e4b85d6 100644 > >> --- a/recipes-kernel/linux/linux-davinci_git.bb > >> +++ b/recipes-kernel/linux/linux-davinci_git.bb > >> @@ -22,13 +22,13 @@ ARAGO_L1_BR = "master" > >> ARAGO_L1_PV = "2.6.32+2.6.33-rc4-${PR}+gitr${SRCREV}" > >> ARAGO_L1_URI = "git://arago-project.org/git/projects/linux-omapl1.git;protocol=git;branch=${BRANCH} " > >> > >> -SRCREV_hawkboard = ${ARAGO_L1_REV} > >> +SRCREV_hawkboard = "${ARAGO_L1_REV}" > >> > >> -PV_omapl138 = ${ARAGO_L1_PV} > >> +PV_omapl138 = "${ARAGO_L1_PV}" > >> > >> -BRANCH_omapl138 = ${ARAGO_L1_BR} > >> +BRANCH_omapl138 = "${ARAGO_L1_BR}" > >> > >> -SRC_URI_append_omapl138 = ${ARAGO_L1_URI} > >> +SRC_URI_append_omapl138 = "${ARAGO_L1_URI}" > >> > >> SRC_URI_append_omapl138 = " file://logo_linux_clut224.ppm \ > >> file://0001-ahci-ti-Fix-currently-harmless-typo-in-SATA-PHY.patch \ > >> -- > >> 1.7.2.5 > >> > >> _______________________________________________ > >> meta-ti mailing list > >> meta-ti@yoctoproject.org > >> https://lists.yoctoproject.org/listinfo/meta-ti > >> >