From de308174dee16720dc17e59fcc16281762dcf3d9 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sun, 16 Sep 2012 17:22:10 +0200 Subject: xfce-utils: remove since they are not needed anymore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Functionality has been moved in xfce4-session, libxfce4ui, xfce4-appfinder or is removed [1]. [1] http://xfce.org/download/changelogs/4.10pre1 Signed-off-by: Andreas Müller --- .../packagegroups/packagegroup-xfce-base.bb | 3 +-- .../recipes-xfce/xfce-utils/xfce-utils_4.8.3.bb | 20 -------------------- 2 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 meta-xfce/recipes-xfce/xfce-utils/xfce-utils_4.8.3.bb (limited to 'meta-xfce') diff --git a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb index 41e1d4a5a9..d091e92e5a 100644 --- a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb +++ b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb @@ -2,7 +2,7 @@ DESCRIPTION = "All packages required for a base installation of XFCE" SECTION = "x11/wm" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" -PR = "r3" +PR = "r4" inherit packagegroup @@ -20,7 +20,6 @@ RDEPENDS_${PN} = " \ \ gtk-xfce-engine \ \ - xfce-utils \ xfce4-panel-plugin-actions \ xfce4-panel-plugin-applicationsmenu \ xfce4-panel-plugin-clock \ diff --git a/meta-xfce/recipes-xfce/xfce-utils/xfce-utils_4.8.3.bb b/meta-xfce/recipes-xfce/xfce-utils/xfce-utils_4.8.3.bb deleted file mode 100644 index e4b8686252..0000000000 --- a/meta-xfce/recipes-xfce/xfce-utils/xfce-utils_4.8.3.bb +++ /dev/null @@ -1,20 +0,0 @@ -DESCRIPTION="Xfce4 Utilities" -SECTION = "x11" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88" -DEPENDS = "gtk+ virtual/libx11 dbus libxfce4util libxfce4ui" - -inherit xfce - -# usually we do not migrate (requires perl on target) -EXTRA_OECONF += "--disable-xfconf-migration" - -FILES_${PN} += " \ - ${libdir}/xfce4/xfconf-migration \ - ${datadir}/dbus-1/* \ - ${datadir}/xsessions/xfce.desktop \ -" -RDEPENDS_${PN} = "xrdb openssh-misc" - -SRC_URI[md5sum] = "03b5fba5f63f4f1a31cc7d3728f3c87e" -SRC_URI[sha256sum] = "035070d7e608b29dbaeeb6ec541d8c2edbd28152d3ef111316c33871ab02b926" -- cgit 1.2.3-korg