mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 21:32:12 +02:00
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>
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
SUMMARY = "Boost.Build"
|
||||
DESCRIPTION = "B2 makes it easy to build C++ projects, everywhere."
|
||||
HOMEPAGE = "https://github.com/boostorg/build"
|
||||
SECTION = "devel"
|
||||
|
||||
LICENSE = "BSL-1.0"
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
SUMMARY = "Extremely Fast Compression algorithm"
|
||||
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."
|
||||
HOMEPAGE = "https://github.com/lz4/lz4"
|
||||
|
||||
LICENSE = "BSD | BSD-2-Clause | GPL-2.0"
|
||||
LIC_FILES_CHKSUM = "file://lib/LICENSE;md5=ebc2ea4814a64de7708f1571904b32cc \
|
||||
|
||||
@@ -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+"
|
||||
|
||||
@@ -3,6 +3,7 @@ DESCRIPTION = "The Apache Serf library is a C-based HTTP client library built up
|
||||
Portable Runtime (APR) library. It multiplexes connections, running the \
|
||||
read/write communication asynchronously. Memory copies and transformations are \
|
||||
kept to a minimum to provide high performance operation."
|
||||
HOMEPAGE = "http://serf.apache.org/"
|
||||
SRC_URI = "${APACHE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \
|
||||
file://norpath.patch \
|
||||
file://env.patch \
|
||||
|
||||
Reference in New Issue
Block a user