summaryrefslogtreecommitdiffstats
path: root/recipes-extended/upx
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/upx')
-rw-r--r--recipes-extended/upx/libucl_1.03.bb2
-rw-r--r--recipes-extended/upx/upx_git.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/upx/libucl_1.03.bb b/recipes-extended/upx/libucl_1.03.bb
index b611a968..57a5602e 100644
--- a/recipes-extended/upx/libucl_1.03.bb
+++ b/recipes-extended/upx/libucl_1.03.bb
@@ -1,6 +1,6 @@
1HOMEPAGE = "http://www.oberhumer.com/opensource/ucl/" 1HOMEPAGE = "http://www.oberhumer.com/opensource/ucl/"
2SUMMARY = "Data compression library" 2SUMMARY = "Data compression library"
3LICENSE = "GPLv2" 3LICENSE = "GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=dfeaf3dc4beef4f5a7bdbc35b197f39e" 4LIC_FILES_CHKSUM = "file://COPYING;md5=dfeaf3dc4beef4f5a7bdbc35b197f39e"
5 5
6SRC_URI = "http://www.oberhumer.com/opensource/ucl/download/ucl-1.03.tar.gz \ 6SRC_URI = "http://www.oberhumer.com/opensource/ucl/download/ucl-1.03.tar.gz \
diff --git a/recipes-extended/upx/upx_git.bb b/recipes-extended/upx/upx_git.bb
index 12d12d60..9f400b1b 100644
--- a/recipes-extended/upx/upx_git.bb
+++ b/recipes-extended/upx/upx_git.bb
@@ -6,7 +6,7 @@ SRC_URI = "gitsm://github.com/upx/upx;branch=devel;protocol=https \
6 file://0001-MyCom.h-fix-build-with-gcc-11.patch;patchdir=src/lzma-sdk \ 6 file://0001-MyCom.h-fix-build-with-gcc-11.patch;patchdir=src/lzma-sdk \
7" 7"
8 8
9LICENSE = "GPLv2" 9LICENSE = "GPL-2.0-only"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=353753597aa110e0ded3508408c6374a" 10LIC_FILES_CHKSUM = "file://LICENSE;md5=353753597aa110e0ded3508408c6374a"
11 11
12DEPENDS = "zlib libucl xz" 12DEPENDS = "zlib libucl xz"