diff options
author | Yuan Chao <yuanc.fnst@cn.fujitsu.com> | 2019-08-09 15:24:16 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-08-12 11:02:31 -0400 |
commit | 940b899bc06ec81b5f42e3b87b64a4bf0d56189c (patch) | |
tree | f04bab69e1e31cba55a3fdb803ac682640bd850f /recipes-containers/criu/criu_git.bb | |
parent | 3e3ab10faa82a3f2da907b8d1365294a3d341ea6 (diff) | |
download | meta-virtualization-940b899bc06ec81b5f42e3b87b64a4bf0d56189c.tar.gz |
criu: upgrade 3.11 -> 3.12
Refresh patch: 0001-criu-Fix-toolchain-hardcode.patch
Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/criu/criu_git.bb')
-rw-r--r-- | recipes-containers/criu/criu_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/criu/criu_git.bb b/recipes-containers/criu/criu_git.bb index 6fb60dbc..c1ddb498 100644 --- a/recipes-containers/criu/criu_git.bb +++ b/recipes-containers/criu/criu_git.bb | |||
@@ -13,8 +13,8 @@ EXCLUDE_FROM_WORLD = "1" | |||
13 | 13 | ||
14 | LIC_FILES_CHKSUM = "file://COPYING;md5=412de458544c1cb6a2b512cd399286e2" | 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=412de458544c1cb6a2b512cd399286e2" |
15 | 15 | ||
16 | SRCREV = "c74b83cd49c00589c0c0468ba5fe685b67fdbd0a" | 16 | SRCREV = "437561d2bbc09d734ae276dbfca337569f454d54" |
17 | PV = "3.11+git${SRCPV}" | 17 | PV = "3.12+git${SRCPV}" |
18 | 18 | ||
19 | SRC_URI = "git://github.com/xemul/criu.git;protocol=git \ | 19 | SRC_URI = "git://github.com/xemul/criu.git;protocol=git \ |
20 | file://0001-criu-Fix-toolchain-hardcode.patch \ | 20 | file://0001-criu-Fix-toolchain-hardcode.patch \ |