summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/boost
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 13:59:34 +0000
commit325db7fea11315e8dd53274853f33b716247d1bf (patch)
tree9147d084731a8119230b53643d09ecb78d7f8c92 /meta/recipes-support/boost
parentffdce193f3ab5b8cb16979ee9ae29322b7294c38 (diff)
downloadopenembedded-core-325db7fea11315e8dd53274853f33b716247d1bf.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] Signed-off-by: Dorinda Bassey <dorindabassey@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/boost')
-rw-r--r--meta/recipes-support/boost/boost-build-native_4.3.0.bb2
1 files changed, 2 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 @@
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"