summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/os-release/os-release.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/os-release/os-release.bb b/meta/recipes-core/os-release/os-release.bb
index 15194df61b..860ee97224 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
2 2
3SUMMARY = "Operating system identification" 3SUMMARY = "Operating system identification"
4DESCRIPTION = "The /usr/lib/os-release file contains operating system identification data." 4DESCRIPTION = "The /usr/lib/os-release file contains operating system identification data."
5HOMEPAGE = "https://www.freedesktop.org/software/systemd/man/os-release.html"
5LICENSE = "MIT" 6LICENSE = "MIT"
6INHIBIT_DEFAULT_DEPS = "1" 7INHIBIT_DEFAULT_DEPS = "1"
7 8
@@ -10,6 +11,7 @@ do_unpack[noexec] = "1"
10do_patch[noexec] = "1" 11do_patch[noexec] = "1"
11do_configure[noexec] = "1" 12do_configure[noexec] = "1"
12 13
14# See: https://www.freedesktop.org/software/systemd/man/os-release.html
13# Other valid fields: BUILD_ID ID_LIKE ANSI_COLOR CPE_NAME 15# Other valid fields: BUILD_ID ID_LIKE ANSI_COLOR CPE_NAME
14# HOME_URL SUPPORT_URL BUG_REPORT_URL 16# HOME_URL SUPPORT_URL BUG_REPORT_URL
15OS_RELEASE_FIELDS = "\ 17OS_RELEASE_FIELDS = "\