diff options
author | Koen Kooi <koen@openembedded.org> | 2009-12-24 11:43:37 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-12-24 11:44:00 +0100 |
commit | 9de37bd53586eebe5fe351f413f4888ce49debff (patch) | |
tree | 650b60964b07f3705c9ca72b0ba0293cf296ebb5 | |
parent | a0bed236db2e2bc4beace697809eab8db9e51e01 (diff) |
linux-davinci: add trailing space to make append work
-rw-r--r-- | recipes/linux/linux-davinci_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/linux/linux-davinci_git.bb b/recipes/linux/linux-davinci_git.bb index 48a9183a7e..276b623a56 100644 --- a/recipes/linux/linux-davinci_git.bb +++ b/recipes/linux/linux-davinci_git.bb @@ -19,7 +19,7 @@ S = "${WORKDIR}/git" ARAGO_DM_REV = "c2aeffe9e835c5b6b275edc416951ce4a348b0fd" ARAGO_DM_PV = "2.6.31+2.6.32-rc2-${PR}+gitr${SRCREV}" ARAGO_DM_BR = "r30" -ARAGO_DM_URI = "git://arago-project.org/git/projects/linux-davinci.git;protocol=git;branch=${BRANCH}" +ARAGO_DM_URI = "git://arago-project.org/git/projects/linux-davinci.git;protocol=git;branch=${BRANCH} " SRCREV_dm355-evm = ${ARAGO_DM_REV} SRCREV_dm365-evm = ${ARAGO_DM_REV} @@ -51,7 +51,7 @@ SRC_URI_append_dm6467t-evm = ${ARAGO_DM_URI} ARAGO_L1_REV = "e3939e092ce59a6906bf8869a3c7d40314c02eef" ARAGO_L1_PV = "2.6.31+2.6.32-rc6-${PR}+gitr${SRCREV}" -ARAGO_L1_URI = "git://arago-project.org/git/people/sekhar/linux-omapl1.git;protocol=git;branch=${BRANCH}" +ARAGO_L1_URI = "git://arago-project.org/git/people/sekhar/linux-omapl1.git;protocol=git;branch=${BRANCH} " SRCREV_da830-omapl137-evm = ${ARAGO_L1_REV} SRCREV_da850-omapl138-evm = ${ARAGO_L1_REV} |