summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/lzop/lzop_1.04.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/lzop/lzop_1.04.bb')
-rw-r--r--meta/recipes-support/lzop/lzop_1.04.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-support/lzop/lzop_1.04.bb b/meta/recipes-support/lzop/lzop_1.04.bb
index b50c230437..d9b3524b67 100644
--- a/meta/recipes-support/lzop/lzop_1.04.bb
+++ b/meta/recipes-support/lzop/lzop_1.04.bb
@@ -5,9 +5,10 @@ gzip are much higher compression and decompression speed at the cost of some \n\
5compression ratio. The lzop compression utility was designed with the goals \n\ 5compression ratio. The lzop compression utility was designed with the goals \n\
6of reliability, speed, portability and with reasonable drop-in compatibility \n\ 6of reliability, speed, portability and with reasonable drop-in compatibility \n\
7to gzip." 7to gzip."
8HOMEPAGE = "http://www.lzop.org/"
8DEPENDS += "lzo" 9DEPENDS += "lzo"
9 10
10LICENSE = "GPLv2+" 11LICENSE = "GPL-2.0-or-later"
11LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 12LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
12 file://src/lzop.c;beginline=5;endline=21;md5=23d767de7754eb24b9e900b025cf7fc8" 13 file://src/lzop.c;beginline=5;endline=21;md5=23d767de7754eb24b9e900b025cf7fc8"
13 14
@@ -19,7 +20,7 @@ SRC_URI[sha256sum] = "7e72b62a8a60aff5200a047eea0773a8fb205caf7acbe1774d95147f30
19 20
20inherit autotools 21inherit autotools
21 22
22do_configure_prepend () { 23do_configure:prepend () {
23 install -Dm 0644 ${WORKDIR}/acinclude.m4 ${S}/acinclude.m4 24 install -Dm 0644 ${WORKDIR}/acinclude.m4 ${S}/acinclude.m4
24} 25}
25 26