summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/cmem/cmem-mod_git.bb
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2015-08-21 19:41:05 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-08-24 14:20:19 -0400
commit2ea16a954200f6092435985a4430c772b0c36d8e (patch)
treeb40a2b75885413b39aefbf0d2be6599bf66c8ea8 /recipes-bsp/cmem/cmem-mod_git.bb
parent3d31d82b334ea0e608dbee3b2d5d1cde85eaa10c (diff)
downloadmeta-ti-2ea16a954200f6092435985a4430c772b0c36d8e.tar.gz
cmem: Bump SRCREV to fix build with GCC 4.9 and Linux 4.1
* Changes retain compatibility with older tolchain and kernl. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/cmem/cmem-mod_git.bb')
-rw-r--r--recipes-bsp/cmem/cmem-mod_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/cmem/cmem-mod_git.bb b/recipes-bsp/cmem/cmem-mod_git.bb
index b36eb096..6b2303c0 100644
--- a/recipes-bsp/cmem/cmem-mod_git.bb
+++ b/recipes-bsp/cmem/cmem-mod_git.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Kernel module for contiguous memory allocation from userspace"
3include cmem.inc 3include cmem.inc
4 4
5# This package builds a kernel module, use kernel PR as base and append a local 5# This package builds a kernel module, use kernel PR as base and append a local
6MACHINE_KERNEL_PR_append = "b" 6MACHINE_KERNEL_PR_append = "a"
7PR = "${MACHINE_KERNEL_PR}" 7PR = "${MACHINE_KERNEL_PR}"
8 8
9inherit module 9inherit module