From af528f4b46e5df0a176d91d46cc6f89c7296c602 Mon Sep 17 00:00:00 2001 From: Mikko Rapeli Date: Mon, 24 Oct 2022 12:32:24 +0300 Subject: [PATCH] os-release: add HOMEPAGE and link to documentation It's important to use standard variable names in the /etc/os-release file. Otherwise reporting version etc details requires custom modifications in various tools. Signed-off-by: Mikko Rapeli Signed-off-by: Alexandre Belloni --- meta/recipes-core/os-release/os-release.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/os-release/os-release.bb b/meta/recipes-core/os-release/os-release.bb index 15194df61b5..860ee972249 100644 --- a/meta/recipes-core/os-release/os-release.bb +++ b/meta/recipes-core/os-release/os-release.bb @@ -2,6 +2,7 @@ inherit allarch SUMMARY = "Operating system identification" DESCRIPTION = "The /usr/lib/os-release file contains operating system identification data." +HOMEPAGE = "https://www.freedesktop.org/software/systemd/man/os-release.html" LICENSE = "MIT" INHIBIT_DEFAULT_DEPS = "1" @@ -10,6 +11,7 @@ do_unpack[noexec] = "1" do_patch[noexec] = "1" do_configure[noexec] = "1" +# See: https://www.freedesktop.org/software/systemd/man/os-release.html # Other valid fields: BUILD_ID ID_LIKE ANSI_COLOR CPE_NAME # HOME_URL SUPPORT_URL BUG_REPORT_URL OS_RELEASE_FIELDS = "\ -- 2.47.3