[meta-ti] [PATCH] linux-davinci: quoting fixes
Denys Dmytriyenko
denis at denix.org
Tue Feb 28 07:22:05 PST 2012
On Tue, Feb 28, 2012 at 04:16:37PM +0100, Koen Kooi wrote:
> Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
Thanks, I've started cleaning up missing quotes in other places too.
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 at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
>
More information about the meta-ti
mailing list