From 79e0b33248edba08efe8aa534702c67a41a1d5bb Mon Sep 17 00:00:00 2001 From: Dorinda Date: Tue, 9 Mar 2021 12:35:48 +0100 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-support/lzop/lzop_1.04.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-support/lzop/lzop_1.04.bb') 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\ compression ratio. The lzop compression utility was designed with the goals \n\ of reliability, speed, portability and with reasonable drop-in compatibility \n\ to gzip." +HOMEPAGE = "http://www.lzop.org/" DEPENDS += "lzo" LICENSE = "GPLv2+" -- cgit v1.2.3-54-g00ecf