diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-28 16:16:37 +0100 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-02-28 10:19:00 -0500 |
commit | 263ddd18798eb5ef7dc1e58dcd3e392cfca39135 (patch) | |
tree | d29536755de0e4524a5df6c18debb0538956f9ac | |
parent | cac9367c1a1f2cfc8b7cf78cd0faa9ab021da2e4 (diff) | |
download | meta-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.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 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" | |||
22 | ARAGO_L1_PV = "2.6.32+2.6.33-rc4-${PR}+gitr${SRCREV}" | 22 | ARAGO_L1_PV = "2.6.32+2.6.33-rc4-${PR}+gitr${SRCREV}" |
23 | ARAGO_L1_URI = "git://arago-project.org/git/projects/linux-omapl1.git;protocol=git;branch=${BRANCH} " | 23 | ARAGO_L1_URI = "git://arago-project.org/git/projects/linux-omapl1.git;protocol=git;branch=${BRANCH} " |
24 | 24 | ||
25 | SRCREV_hawkboard = ${ARAGO_L1_REV} | 25 | SRCREV_hawkboard = "${ARAGO_L1_REV}" |
26 | 26 | ||
27 | PV_omapl138 = ${ARAGO_L1_PV} | 27 | PV_omapl138 = "${ARAGO_L1_PV}" |
28 | 28 | ||
29 | BRANCH_omapl138 = ${ARAGO_L1_BR} | 29 | BRANCH_omapl138 = "${ARAGO_L1_BR}" |
30 | 30 | ||
31 | SRC_URI_append_omapl138 = ${ARAGO_L1_URI} | 31 | SRC_URI_append_omapl138 = "${ARAGO_L1_URI}" |
32 | 32 | ||
33 | SRC_URI_append_omapl138 = " file://logo_linux_clut224.ppm \ | 33 | SRC_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 \ |