diff options
Diffstat (limited to 'recipes-extended/upx/upx_git.bb')
| -rw-r--r-- | recipes-extended/upx/upx_git.bb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/recipes-extended/upx/upx_git.bb b/recipes-extended/upx/upx_git.bb index 9f400b1b..989b2776 100644 --- a/recipes-extended/upx/upx_git.bb +++ b/recipes-extended/upx/upx_git.bb | |||
| @@ -1,15 +1,16 @@ | |||
| 1 | HOMEPAGE = "http://upx.sourceforge.net" | 1 | HOMEPAGE = "http://upx.sourceforge.net" |
| 2 | SUMMARY = "Ultimate executable compressor." | 2 | SUMMARY = "Ultimate executable compressor." |
| 3 | 3 | ||
| 4 | SRCREV = "4e1ae22a1a07be5135c68b25ff05058ae8ae48e1" | 4 | SRCREV = "8d1a98e03bf281b2cee459b6c27347e56d13c6a8" |
| 5 | SRC_URI = "gitsm://github.com/upx/upx;branch=devel;protocol=https \ | 5 | 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 \ | ||
| 7 | " | 6 | " |
| 8 | 7 | ||
| 9 | LICENSE = "GPL-2.0-only" | 8 | LICENSE = "GPL-2.0-only" |
| 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=353753597aa110e0ded3508408c6374a" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=353753597aa110e0ded3508408c6374a" |
| 11 | 10 | ||
| 12 | DEPENDS = "zlib libucl xz" | 11 | DEPENDS = "zlib libucl xz cmake-native" |
| 12 | |||
| 13 | # inherit cmake | ||
| 13 | 14 | ||
| 14 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
| 15 | 16 | ||
| @@ -29,7 +30,7 @@ do_compile() { | |||
| 29 | 30 | ||
| 30 | do_install:append() { | 31 | do_install:append() { |
| 31 | install -d ${D}${bindir} | 32 | install -d ${D}${bindir} |
| 32 | install -m 755 ${B}/src/upx.out ${D}${bindir}/upx | 33 | install -m 755 ${B}/build/release/upx ${D}${bindir}/upx |
| 33 | } | 34 | } |
| 34 | 35 | ||
| 35 | BBCLASSEXTEND = "native" | 36 | BBCLASSEXTEND = "native" |
