From patchwork Fri Jun 8 14:10:16 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/1] linux-yocto/3.2: fix meta SRCREV typo Date: Fri, 08 Jun 2012 14:10:16 -0000 From: Bruce Ashfield X-Patchwork-Id: 29525 Message-Id: <41df15f562c9b9b66a4d9b7cfb058b1fc1631fbb.1339164527.git.bruce.ashfield@windriver.com> To: richard.purdie@linuxfoundation.org Cc: openembedded-core@lists.openembedded.org, saul.wold@intel.com Never underestimate the power of a rebase for inserting fat finger errors that are hidden by local layers. An extraneous character made it into the 3.2 meta SRCREV, which makes the fetcher error, even when the kernel isn't being built. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto_3.2.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto_3.2.bb b/meta/recipes-kernel/linux/linux-yocto_3.2.bb index 85c0096..e6cf9bb 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.2.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.2.bb @@ -16,7 +16,7 @@ SRCREV_machine_qemuppc ?= "1396a8f7b62f8926dc1fa474c7d94ae920d81852" SRCREV_machine_qemux86 ?= "9d32bb075e349cc69c7af42b60f6715c5d8c972e" SRCREV_machine_qemux86-64 ?= "dd488f551fa0f8e3bf1aadd78083b8547bba8bdf" SRCREV_machine ?= "76133a1cadf0de417c29ed15d6fbb12c41c0802b" -SRCREV_meta ?= "ee78519365bdb25287703bbc31c06b193263c654l" +SRCREV_meta ?= "ee78519365bdb25287703bbc31c06b193263c654" PR = "r1" PV = "${LINUX_VERSION}+git${SRCPV}"