diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-02-08 11:03:08 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-02-09 10:46:32 -0800 |
commit | 208b2feab63ba01d5c8c1fbf3b3b892f244bcd00 (patch) | |
tree | 4bd4d1b56b1f056d4f6ea4994745fc13788f2e8c /meta-oe | |
parent | 74acdba5a01c73f13ed47217e259e992d9bbef1c (diff) | |
download | meta-openembedded-208b2feab63ba01d5c8c1fbf3b3b892f244bcd00.tar.gz |
tigervnc: Do not depend on chkconfig
This recipe is gone from core
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-graphics/tigervnc/tigervnc_1.10.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.10.1.bb b/meta-oe/recipes-graphics/tigervnc/tigervnc_1.10.1.bb index 16937792eb..f97c2b2d6c 100644 --- a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.10.1.bb +++ b/meta-oe/recipes-graphics/tigervnc/tigervnc_1.10.1.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.tigervnc.com/" | |||
3 | LICENSE = "GPLv2+" | 3 | LICENSE = "GPLv2+" |
4 | SECTION = "x11/utils" | 4 | SECTION = "x11/utils" |
5 | DEPENDS = "xserver-xorg gnutls jpeg libxtst gettext-native fltk" | 5 | DEPENDS = "xserver-xorg gnutls jpeg libxtst gettext-native fltk" |
6 | RDEPENDS_${PN} = "chkconfig coreutils hicolor-icon-theme perl" | 6 | RDEPENDS_${PN} = "coreutils hicolor-icon-theme perl" |
7 | 7 | ||
8 | LIC_FILES_CHKSUM = "file://LICENCE.TXT;md5=75b02c2872421380bbd47781d2bd75d3" | 8 | LIC_FILES_CHKSUM = "file://LICENCE.TXT;md5=75b02c2872421380bbd47781d2bd75d3" |
9 | 9 | ||