summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-02-28 16:16:37 +0100
committerDenys Dmytriyenko <denys@ti.com>2012-02-28 10:19:00 -0500
commit263ddd18798eb5ef7dc1e58dcd3e392cfca39135 (patch)
treed29536755de0e4524a5df6c18debb0538956f9ac
parentcac9367c1a1f2cfc8b7cf78cd0faa9ab021da2e4 (diff)
downloadmeta-ti-263ddd18798eb5ef7dc1e58dcd3e392cfca39135.tar.gz
linux-davinci: quoting fixes
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-kernel/linux/linux-davinci_git.bb8
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 1fda1ee9..e4b85d64 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"
22ARAGO_L1_PV = "2.6.32+2.6.33-rc4-${PR}+gitr${SRCREV}" 22ARAGO_L1_PV = "2.6.32+2.6.33-rc4-${PR}+gitr${SRCREV}"
23ARAGO_L1_URI = "git://arago-project.org/git/projects/linux-omapl1.git;protocol=git;branch=${BRANCH} " 23ARAGO_L1_URI = "git://arago-project.org/git/projects/linux-omapl1.git;protocol=git;branch=${BRANCH} "
24 24
25SRCREV_hawkboard = ${ARAGO_L1_REV} 25SRCREV_hawkboard = "${ARAGO_L1_REV}"
26 26
27PV_omapl138 = ${ARAGO_L1_PV} 27PV_omapl138 = "${ARAGO_L1_PV}"
28 28
29BRANCH_omapl138 = ${ARAGO_L1_BR} 29BRANCH_omapl138 = "${ARAGO_L1_BR}"
30 30
31SRC_URI_append_omapl138 = ${ARAGO_L1_URI} 31SRC_URI_append_omapl138 = "${ARAGO_L1_URI}"
32 32
33SRC_URI_append_omapl138 = " file://logo_linux_clut224.ppm \ 33SRC_URI_append_omapl138 = " file://logo_linux_clut224.ppm \
34 file://0001-ahci-ti-Fix-currently-harmless-typo-in-SATA-PHY.patch \ 34 file://0001-ahci-ti-Fix-currently-harmless-typo-in-SATA-PHY.patch \