diff options
author | Dorinda <dorindabassey@gmail.com> | 2021-03-09 12:35:48 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-11 14:00:36 +0000 |
commit | 79e0b33248edba08efe8aa534702c67a41a1d5bb (patch) | |
tree | 4d2f6c1e15c063268d9f15753e7c385c3f0c8292 /meta/recipes-support | |
parent | 7bf522c752431159855bb69d090bc407bb197266 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-support/boost/boost-build-native_4.3.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/lz4/lz4_1.9.3.bb | 1 | ||||
-rw-r--r-- | meta/recipes-support/lzop/lzop_1.04.bb | 1 | ||||
-rw-r--r-- | meta/recipes-support/serf/serf_1.3.9.bb | 1 |
4 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-support/boost/boost-build-native_4.3.0.bb b/meta/recipes-support/boost/boost-build-native_4.3.0.bb index 258f8c9cdf..19e991e65f 100644 --- a/meta/recipes-support/boost/boost-build-native_4.3.0.bb +++ b/meta/recipes-support/boost/boost-build-native_4.3.0.bb | |||
@@ -1,4 +1,6 @@ | |||
1 | SUMMARY = "Boost.Build" | 1 | SUMMARY = "Boost.Build" |
2 | DESCRIPTION = "B2 makes it easy to build C++ projects, everywhere." | ||
3 | HOMEPAGE = "https://github.com/boostorg/build" | ||
2 | SECTION = "devel" | 4 | SECTION = "devel" |
3 | 5 | ||
4 | LICENSE = "BSL-1.0" | 6 | LICENSE = "BSL-1.0" |
diff --git a/meta/recipes-support/lz4/lz4_1.9.3.bb b/meta/recipes-support/lz4/lz4_1.9.3.bb index 00f2dd32fe..effc530b94 100644 --- a/meta/recipes-support/lz4/lz4_1.9.3.bb +++ b/meta/recipes-support/lz4/lz4_1.9.3.bb | |||
@@ -1,5 +1,6 @@ | |||
1 | SUMMARY = "Extremely Fast Compression algorithm" | 1 | SUMMARY = "Extremely Fast Compression algorithm" |
2 | DESCRIPTION = "LZ4 is a very fast lossless compression algorithm, providing compression speed at 400 MB/s per core, scalable with multi-cores CPU. It also features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems." | 2 | DESCRIPTION = "LZ4 is a very fast lossless compression algorithm, providing compression speed at 400 MB/s per core, scalable with multi-cores CPU. It also features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems." |
3 | HOMEPAGE = "https://github.com/lz4/lz4" | ||
3 | 4 | ||
4 | LICENSE = "BSD | BSD-2-Clause | GPL-2.0" | 5 | LICENSE = "BSD | BSD-2-Clause | GPL-2.0" |
5 | LIC_FILES_CHKSUM = "file://lib/LICENSE;md5=ebc2ea4814a64de7708f1571904b32cc \ | 6 | LIC_FILES_CHKSUM = "file://lib/LICENSE;md5=ebc2ea4814a64de7708f1571904b32cc \ |
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\ | |||
5 | compression ratio. The lzop compression utility was designed with the goals \n\ | 5 | compression ratio. The lzop compression utility was designed with the goals \n\ |
6 | of reliability, speed, portability and with reasonable drop-in compatibility \n\ | 6 | of reliability, speed, portability and with reasonable drop-in compatibility \n\ |
7 | to gzip." | 7 | to gzip." |
8 | HOMEPAGE = "http://www.lzop.org/" | ||
8 | DEPENDS += "lzo" | 9 | DEPENDS += "lzo" |
9 | 10 | ||
10 | LICENSE = "GPLv2+" | 11 | LICENSE = "GPLv2+" |
diff --git a/meta/recipes-support/serf/serf_1.3.9.bb b/meta/recipes-support/serf/serf_1.3.9.bb index dc917fa166..3276d40df6 100644 --- a/meta/recipes-support/serf/serf_1.3.9.bb +++ b/meta/recipes-support/serf/serf_1.3.9.bb | |||
@@ -3,6 +3,7 @@ DESCRIPTION = "The Apache Serf library is a C-based HTTP client library built up | |||
3 | Portable Runtime (APR) library. It multiplexes connections, running the \ | 3 | Portable Runtime (APR) library. It multiplexes connections, running the \ |
4 | read/write communication asynchronously. Memory copies and transformations are \ | 4 | read/write communication asynchronously. Memory copies and transformations are \ |
5 | kept to a minimum to provide high performance operation." | 5 | kept to a minimum to provide high performance operation." |
6 | HOMEPAGE = "http://serf.apache.org/" | ||
6 | SRC_URI = "${APACHE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \ | 7 | SRC_URI = "${APACHE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \ |
7 | file://norpath.patch \ | 8 | file://norpath.patch \ |
8 | file://env.patch \ | 9 | file://env.patch \ |