]> code.ossystems Code Review - openembedded-core.git/commitdiff
meta-selftest: Add HOMEPAGE / DESCRIPTION
authorDorinda Bassey <dorindabassey@gmail.com>
Mon, 15 Mar 2021 12:40:54 +0000 (13:40 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 15 Mar 2021 23:55:34 +0000 (23:55 +0000)
Added HOMEPAGE and DESCRIPTION for recipes with missing
descriptions or homepage.

Signed-off-by: Dorinda Bassey <dorindabassey@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb
meta-selftest/recipes-test/git-submodule-test/git-submodule-test.bb

index 9f905a5198069651c3520bf189cca7d139452a2b..dcf6c8ba63f1f24f08a3a5b5617ab79f02b70bf4 100644 (file)
@@ -4,6 +4,7 @@
 
 SUMMARY = "GNU Aspell spell-checker"
 SECTION = "console/utils"
+HOMEPAGE = "https://ftp.gnu.org/gnu/aspell/"
 
 LICENSE = "LGPLv2 | LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
index 08089b41861a64f311e10d95ad8f6112325e9f85..9429564df43d3e0bb50d3045f952e4277344918c 100644 (file)
@@ -1,4 +1,5 @@
 SUMMARY = "Test recipe for fetching git submodules"
+HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/git-submodule-test/"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"