]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-yocto/3.2: fix meta SRCREV typo
authorTom Zanussi <tom.zanussi@intel.com>
Fri, 8 Jun 2012 14:03:00 +0000 (09:03 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Jun 2012 10:09:45 +0000 (11:09 +0100)
Remove a stray character at the end of the meta SRCREV.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux/linux-yocto_3.2.bb

index 85c00964d7f34505cd5bc565eed3077c48f62aa6..e6cf9bb6780461ae83f742686b8b087f840385cd 100644 (file)
@@ -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}"