diff options
| author | Dorinda Bassey <dorindabassey@gmail.com> | 2021-03-10 23:23:43 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-11 14:00:36 +0000 |
| commit | f4adaac783671def758dcccb8e2533f47e1daf3a (patch) | |
| tree | 0941976a6c358f4ac12a92a7dffbebf9fcb746f6 /meta/recipes-devtools/python/python3-scons_3.1.2.bb | |
| parent | 0a65c58c97ea408251c7dccc99f54009dec14ea3 (diff) | |
| download | poky-f4adaac783671def758dcccb8e2533f47e1daf3a.tar.gz | |
meta/recipes-devtools: 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: 7290b773486da3888f848abf0dba747f2d9f42e1)
Signed-off-by: Dorinda Bassey <dorindabassey@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-scons_3.1.2.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-scons_3.1.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-scons_3.1.2.bb b/meta/recipes-devtools/python/python3-scons_3.1.2.bb index ce117a92d4..12122131a5 100644 --- a/meta/recipes-devtools/python/python3-scons_3.1.2.bb +++ b/meta/recipes-devtools/python/python3-scons_3.1.2.bb | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | SUMMARY = "Software Construction tool (make/autotools replacement)" | 1 | SUMMARY = "Software Construction tool (make/autotools replacement)" |
| 2 | HOMEPAGE = "https://github.com/SCons/scons" | ||
| 2 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
| 3 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE-python3-scons-${PV};md5=e14e1b33428df24a40a782ae142785d0" | 5 | LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE-python3-scons-${PV};md5=e14e1b33428df24a40a782ae142785d0" |
