summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/lzop/lzop_1.04.bb
diff options
context:
space:
mode:
authorDorinda <dorindabassey@gmail.com>2021-03-09 12:35:48 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-11 14:00:36 +0000
commit79e0b33248edba08efe8aa534702c67a41a1d5bb (patch)
tree4d2f6c1e15c063268d9f15753e7c385c3f0c8292 /meta/recipes-support/lzop/lzop_1.04.bb
parent7bf522c752431159855bb69d090bc407bb197266 (diff)
downloadpoky-79e0b33248edba08efe8aa534702c67a41a1d5bb.tar.gz
meta/recipes-support: Add HOMEPAGE / DESCRIPTION
Added missing HOMEPAGE and DESCRIPTION found using the test command `oe-selftest -r distrodata.Distrodata.test_missing_homepg` [YOCTO #13471] (From OE-Core rev: 325db7fea11315e8dd53274853f33b716247d1bf) Signed-off-by: Dorinda Bassey <dorindabassey@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/lzop/lzop_1.04.bb')
-rw-r--r--meta/recipes-support/lzop/lzop_1.04.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/lzop/lzop_1.04.bb b/meta/recipes-support/lzop/lzop_1.04.bb
index b50c230437..59c2003b74 100644
--- a/meta/recipes-support/lzop/lzop_1.04.bb
+++ b/meta/recipes-support/lzop/lzop_1.04.bb
@@ -5,6 +5,7 @@ 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 = "GPLv2+"