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/boost | |
| 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/boost')
| -rw-r--r-- | meta/recipes-support/boost/boost-build-native_4.3.0.bb | 2 |
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 @@ | |||
| 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" |
