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:20 +0000 |
commit | 8bec5c55a262d35da7cedd17ba74ae641db5f30d (patch) | |
tree | d10f4f66a73fffae6ae7406248e4f2494907b65c /meta/recipes-sato | |
parent | 8f865e2c50c4aa68c08993265f0143466f01842b (diff) | |
download | poky-8bec5c55a262d35da7cedd17ba74ae641db5f30d.tar.gz |
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.
(From OE-Core rev: cfd1e4bcd66a9a542007115647cadb8480330fab)
Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-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" | |||
9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
10 | 10 | ||
11 | inherit packagegroup distro_features_check | 11 | inherit packagegroup distro_features_check |
12 | # rdepends on x11vnc | ||
13 | REQUIRED_DISTRO_FEATURES = "x11" | 12 | REQUIRED_DISTRO_FEATURES = "x11" |
14 | 13 | ||
15 | PACKAGES = "${PN} ${PN}-base ${PN}-apps ${PN}-games" | 14 | PACKAGES = "${PN} ${PN}-base ${PN}-apps ${PN}-games" |
@@ -51,7 +50,6 @@ SUMMARY_${PN}-apps = "Sato desktop - applications" | |||
51 | RDEPENDS_${PN}-apps = "\ | 50 | RDEPENDS_${PN}-apps = "\ |
52 | leafpad \ | 51 | leafpad \ |
53 | gst-player-bin \ | 52 | gst-player-bin \ |
54 | x11vnc \ | ||
55 | matchbox-terminal \ | 53 | matchbox-terminal \ |
56 | sato-screenshot \ | 54 | sato-screenshot \ |
57 | ${FILEMANAGER} \ | 55 | ${FILEMANAGER} \ |