From f3d0e7263551168259f3896ba7af0a32f4288fd7 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sun, 18 Sep 2011 03:03:08 +0200 Subject: xfce-utils: add openssh-misc to RDEPENDS_${PN} log message was: /etc/xdg/xfce4/xinitrc: line 171: ssh-agent: command not found --- meta-xfce/recipes-xfce/xfce-utils/xfce-utils_4.8.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-xfce/recipes-xfce/xfce-utils/xfce-utils_4.8.2.bb b/meta-xfce/recipes-xfce/xfce-utils/xfce-utils_4.8.2.bb index e36b6a71bf..34d87d2820 100644 --- a/meta-xfce/recipes-xfce/xfce-utils/xfce-utils_4.8.2.bb +++ b/meta-xfce/recipes-xfce/xfce-utils/xfce-utils_4.8.2.bb @@ -3,9 +3,8 @@ SECTION = "x11" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88" DEPENDS = "gtk+ virtual/libx11 dbus libxfce4util libxfce4ui" -RDEPENDS_${PN} = "xrdb" -PR = "r0" +PR = "r1" inherit xfce @@ -22,6 +21,7 @@ FILES_${PN} += " \ ${datadir}/dbus-1/* \ ${datadir}/xsessions/xfce.desktop \ " +RDEPENDS_${PN} = "xrdb openssh-misc" SRC_URI[md5sum] = "7f48198f4bee3edf7869064c2922c609" SRC_URI[sha256sum] = "a12b708b0cd19ffa07afb2ab2cd1bf9377ff7fbbfbe16d7493a5bb973bcb0aa5" -- cgit 1.2.3-korg