diff options
-rw-r--r-- | recipes-extended/upx/upx_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/upx/upx_git.bb b/recipes-extended/upx/upx_git.bb index 02e70ffe..870f0883 100644 --- a/recipes-extended/upx/upx_git.bb +++ b/recipes-extended/upx/upx_git.bb | |||
@@ -2,8 +2,8 @@ SUMMARY = "Ultimate executable compressor." | |||
2 | HOMEPAGE = "https://upx.github.io/" | 2 | HOMEPAGE = "https://upx.github.io/" |
3 | LICENSE = "GPL-2.0-only" | 3 | LICENSE = "GPL-2.0-only" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=353753597aa110e0ded3508408c6374a" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=353753597aa110e0ded3508408c6374a" |
5 | SRCREV_upx = "099c3d829e80488af7395a4242b318877e980da4" | 5 | SRCREV_upx = "03c4184067d8f6cf7a9f7bffd3b92d0035f64eda" |
6 | PV = "4.2.2+git${SRCPV}" | 6 | PV = "4.2.4+git${SRCPV}" |
7 | 7 | ||
8 | # Note: DO NOT use released tarball in favor of the git repository with submodules. | 8 | # Note: DO NOT use released tarball in favor of the git repository with submodules. |
9 | # it makes maintenance easier for CVEs or other issues. | 9 | # it makes maintenance easier for CVEs or other issues. |