diff options
| author | Liu Yiding <liuyd.fnst@fujitsu.com> | 2026-02-25 11:36:09 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-02-24 22:30:31 -0800 |
| commit | dbc81636773934763b1c7931148ec966a07592ba (patch) | |
| tree | d2de1fc82cf73dc55406175412b1b76d5607883f | |
| parent | 1dd10406bd4ef725d3afb4f33a63765aa4640893 (diff) | |
| download | meta-openembedded-dbc81636773934763b1c7931148ec966a07592ba.tar.gz | |
tigervnc: Fix do_rootfs Error
Fix the following error:
ERROR: core-image-minimal-1.0-r0 do_rootfs: Postinstall scriptlets of ['tigervnc'] have failed. If the intention is to defer them to first boot,
then please place them into pkg_postinst_ontarget:${PN} ().
Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-graphics/tigervnc/tigervnc_1.16.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.16.0.bb b/meta-oe/recipes-graphics/tigervnc/tigervnc_1.16.0.bb index a5413a9108..6e8e80f283 100644 --- a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.16.0.bb +++ b/meta-oe/recipes-graphics/tigervnc/tigervnc_1.16.0.bb | |||
| @@ -94,7 +94,9 @@ FILES:${PN} += " \ | |||
| 94 | ${datadir}/metainfo \ | 94 | ${datadir}/metainfo \ |
| 95 | " | 95 | " |
| 96 | 96 | ||
| 97 | SYSTEMD_SERVICE:${PN} = "vncserver@.service" | 97 | #If user want to enable service of vncserver, vncserver@:<display>.service is needed and further steps are listed in unit file itself. |
| 98 | SYSTEMD_SERVICE:${PN} ?= "vncserver@.service" | ||
| 99 | SYSTEMD_AUTO_ENABLE:${PN} = "disable" | ||
| 98 | 100 | ||
| 99 | CVE_STATUS[CVE-2014-8241] = "fixed-version: The vulnerable code is not present in the used version (1.15.0)" | 101 | CVE_STATUS[CVE-2014-8241] = "fixed-version: The vulnerable code is not present in the used version (1.15.0)" |
| 100 | CVE_STATUS[CVE-2023-6377] = "fixed-version: The vulnerable code is not present in the used xserver version (21.1.18)" | 102 | CVE_STATUS[CVE-2023-6377] = "fixed-version: The vulnerable code is not present in the used xserver version (21.1.18)" |
