summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2012-06-08 09:03:00 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-11 12:09:21 +0100
commit665f9083875a79aa8ba1690cb3b4f315d17738e5 (patch)
tree71d56bc11c8f53fec468fc1a5a1f9c0d0035ec92
parent0612cf3fcb3365e7721a2d5c331f8cd2647ae60b (diff)
downloadpoky-665f9083875a79aa8ba1690cb3b4f315d17738e5.tar.gz
linux-yocto/3.2: fix meta SRCREV typo
Remove a stray character at the end of the meta SRCREV. (From OE-Core rev: 009f7734e880084a5b01d8377cb006dc82f1d278) Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.2.bb2
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 85c00964d7..e6cf9bb678 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"
16SRCREV_machine_qemux86 ?= "9d32bb075e349cc69c7af42b60f6715c5d8c972e" 16SRCREV_machine_qemux86 ?= "9d32bb075e349cc69c7af42b60f6715c5d8c972e"
17SRCREV_machine_qemux86-64 ?= "dd488f551fa0f8e3bf1aadd78083b8547bba8bdf" 17SRCREV_machine_qemux86-64 ?= "dd488f551fa0f8e3bf1aadd78083b8547bba8bdf"
18SRCREV_machine ?= "76133a1cadf0de417c29ed15d6fbb12c41c0802b" 18SRCREV_machine ?= "76133a1cadf0de417c29ed15d6fbb12c41c0802b"
19SRCREV_meta ?= "ee78519365bdb25287703bbc31c06b193263c654l" 19SRCREV_meta ?= "ee78519365bdb25287703bbc31c06b193263c654"
20 20
21PR = "r1" 21PR = "r1"
22PV = "${LINUX_VERSION}+git${SRCPV}" 22PV = "${LINUX_VERSION}+git${SRCPV}"