[oe-commits] Tom Rini : openssh.inc: Don't use ${libdir}exec

git version control git at git.openembedded.org
Thu May 26 18:48:23 UTC 2011


Module: openembedded.git
Branch: 2011.03-maintenance
Commit: 8204b72fe04410267b86f24b02e951d0dd8024f8
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=8204b72fe04410267b86f24b02e951d0dd8024f8

Author: Tom Rini <tom_rini at mentor.com>
Date:   Wed May 11 11:53:45 2011 -0700

openssh.inc: Don't use ${libdir}exec

Signed-off-by: Tom Rini <tom_rini at mentor.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 recipes/openssh/openssh.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/openssh/openssh.inc b/recipes/openssh/openssh.inc
index 1764ddf..4555d34 100644
--- a/recipes/openssh/openssh.inc
+++ b/recipes/openssh/openssh.inc
@@ -69,8 +69,8 @@ FILES_${PN}-ssh = "${bindir}/ssh.${PN} ${sysconfdir}/ssh/ssh_config"
 FILES_${PN}-sshd = "${sbindir}/sshd ${sysconfdir}/init.d/sshd"
 FILES_${PN}-sshd += "${sysconfdir}/ssh/moduli ${sysconfdir}/ssh/sshd_config"
 FILES_${PN}-sftp = "${bindir}/sftp"
-FILES_${PN}-sftp-server = "${libdir}exec/sftp-server"
-FILES_${PN}-misc = "${bindir}/ssh* ${libdir}exec/ssh*"
+FILES_${PN}-sftp-server = "${libexecdir}/sftp-server"
+FILES_${PN}-misc = "${bindir}/ssh* ${libexecdir}/ssh*"
 FILES_${PN}-keygen = "${bindir}/ssh-keygen"
 
 RDEPENDS_${PN} += "${PN}-scp ${PN}-ssh ${PN}-sshd ${PN}-keygen"





More information about the Openembedded-commits mailing list