aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended/upx/upx_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/upx/upx_git.bb')
-rw-r--r--recipes-extended/upx/upx_git.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-extended/upx/upx_git.bb b/recipes-extended/upx/upx_git.bb
new file mode 100644
index 00000000..02e70ffe
--- /dev/null
+++ b/recipes-extended/upx/upx_git.bb
@@ -0,0 +1,16 @@
+SUMMARY = "Ultimate executable compressor."
+HOMEPAGE = "https://upx.github.io/"
+LICENSE = "GPL-2.0-only"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=353753597aa110e0ded3508408c6374a"
+SRCREV_upx = "099c3d829e80488af7395a4242b318877e980da4"
+PV = "4.2.2+git${SRCPV}"
+
+# Note: DO NOT use released tarball in favor of the git repository with submodules.
+# it makes maintenance easier for CVEs or other issues.
+SRC_URI = "gitsm://github.com/upx/upx;protocol=https;;name=upx;branch=devel"
+
+S = "${WORKDIR}/git"
+
+inherit pkgconfig cmake
+
+BBCLASSEXTEND = "native"