diff options
author | Ioan-Adrian Ratiu <adrian.ratiu@ni.com> | 2016-01-05 14:24:23 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-07 13:40:09 +0000 |
commit | cfd1e4bcd66a9a542007115647cadb8480330fab (patch) | |
tree | e38e200e09cbc9a0020f9a584dae51452349b970 /meta/recipes-sato/packagegroups | |
parent | 210b40b694e5ab03537c02baba453c9cdd11f4e0 (diff) | |
download | openembedded-core-cfd1e4bcd66a9a542007115647cadb8480330fab.tar.gz openembedded-core-cfd1e4bcd66a9a542007115647cadb8480330fab.tar.bz2 openembedded-core-cfd1e4bcd66a9a542007115647cadb8480330fab.zip |
x11vnc: remove all references to moved package
Together with the move to meta-oe, all references to x11vnc should be
removed from oe-core. There are three of these: a distro alias, a
packagegroup rdepends and a runtime test.
Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-sato/packagegroups')
-rw-r--r-- | meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb index b3f6830293..8ba49231d5 100644 --- a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb +++ b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb @@ -9,7 +9,6 @@ PR = "r33" PACKAGE_ARCH = "${MACHINE_ARCH}" inherit packagegroup distro_features_check -# rdepends on x11vnc REQUIRED_DISTRO_FEATURES = "x11" PACKAGES = "${PN} ${PN}-base ${PN}-apps ${PN}-games" @@ -51,7 +50,6 @@ SUMMARY_${PN}-apps = "Sato desktop - applications" RDEPENDS_${PN}-apps = "\ leafpad \ gst-player-bin \ - x11vnc \ matchbox-terminal \ sato-screenshot \ ${FILEMANAGER} \ |