| Submitter | Andreas Müller |
|---|---|
| Date | Sept. 21, 2011, 6:11 a.m. |
| Message ID | <1316585520-18605-5-git-send-email-schnitzeltony@gmx.de> |
| Download | mbox | patch |
| Permalink | /patch/11811/ |
| State | Superseded |
| Headers | show |
Comments
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Op 21-09-11 08:11, Andreas Müller schreef: > log message was: /etc/xdg/xfce4/xinitrc: line 171: ssh-agent: command not > found > > Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> --- > .../recipes-xfce/xfce-utils/xfce-utils_4.8.2.bb | 4 ++-- 1 files > 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 > e36b6a7..418e3c0 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,9 @@ > SECTION = "x11" LICENSE = "GPLv2" LIC_FILES_CHKSUM = > "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88" DEPENDS = "gtk+ > virtual/libx11 dbus libxfce4util libxfce4ui" -RDEPENDS_${PN} = "xrdb" > +RDEPENDS_${PN} = "xrdb openssh-misc" While we are changing that RDEPENDS* belongs below the do_install section if we were to follow the OE style guide. It being next to DEPENDS is due to historical reasons, which aren't valid anymore. regards, Koen -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iD8DBQFOeY5QMkyGM64RGpERAtobAJ96ezTnnVuD8rTOEAslKBsaoixtnwCgpVWb FUTGaB9/mHYTQ+xmrtWWEYU= =wg5Y -----END PGP SIGNATURE-----
Patch
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 e36b6a7..418e3c0 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,9 @@ SECTION = "x11" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88" DEPENDS = "gtk+ virtual/libx11 dbus libxfce4util libxfce4ui" -RDEPENDS_${PN} = "xrdb" +RDEPENDS_${PN} = "xrdb openssh-misc" -PR = "r0" +PR = "r1" inherit xfce
log message was: /etc/xdg/xfce4/xinitrc: line 171: ssh-agent: command not found Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> --- .../recipes-xfce/xfce-utils/xfce-utils_4.8.2.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)