浏览代码

xxhash: upgrade 0.8.2 -> 0.8.3

(From OE-Core rev: 15216916a2ea00738553ff96734e90146a1f184c)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie 5 月之前
父节点
当前提交
855f6e256c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      meta/recipes-support/xxhash/xxhash_0.8.3.bb

+ 1 - 1
meta/recipes-support/xxhash/xxhash_0.8.2.bb → meta/recipes-support/xxhash/xxhash_0.8.3.bb

@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=13be6b481ff5616f77dda971191bb29b \
 SRC_URI = "git://github.com/Cyan4973/xxHash.git;branch=release;protocol=https"
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
 
-SRCREV = "bbb27a5efb85b92a0486cf361a8635715a53f6ba"
+SRCREV = "e626a72bc2321cd320e953a0ccf1584cad60f363"
 
 S = "${WORKDIR}/git"