diff options
author | Trevor Woerner <twoerner@gmail.com> | 2023-02-21 15:44:40 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-24 16:07:24 +0000 |
commit | 7159f198b0722fc90af675e671642aa5e38dfb4d (patch) | |
tree | a3867ee847e8dc551c0f140752baad8f1f9a8bf5 /meta | |
parent | a354dc9c62df3e028509ea2b73e76a5d0ae08239 (diff) | |
download | poky-7159f198b0722fc90af675e671642aa5e38dfb4d.tar.gz |
build-appliance-image: fix HOMEPAGE
Update the HOMEPAGE metadata.
(From OE-Core rev: c59d21360d86f4fb9793faf7501003e6f3c97956)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/images/build-appliance-image_15.0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/images/build-appliance-image_15.0.0.bb b/meta/recipes-core/images/build-appliance-image_15.0.0.bb index cc18d66ecc..705bdc8806 100644 --- a/meta/recipes-core/images/build-appliance-image_15.0.0.bb +++ b/meta/recipes-core/images/build-appliance-image_15.0.0.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "An image containing the build system itself" | 1 | SUMMARY = "An image containing the build system itself" |
2 | DESCRIPTION = "An image containing the build system that you can boot and run using either VirtualBox, VMware Player or VMware Workstation." | 2 | DESCRIPTION = "An image containing the build system that you can boot and run using either VirtualBox, VMware Player or VMware Workstation." |
3 | HOMEPAGE = "http://www.yoctoproject.org/documentation/build-appliance" | 3 | HOMEPAGE = "https://docs.yoctoproject.org/overview-manual/yp-intro.html#archived-components" |
4 | 4 | ||
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 6 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |