sshfs-fuse: package all files, closes #2047
authorKoen Kooi <koen@openembedded.org>
Mon, 7 May 2007 19:01:54 +0000 (19:01 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 7 May 2007 19:01:54 +0000 (19:01 +0000)
packages/fuse/sshfs-fuse_1.7.bb

index 24b70c5..1f40ac8 100644 (file)
@@ -5,10 +5,13 @@ SECTION = "console/network"
 PRIORITY = "optional"
 LICENSE = "GPLv2"
 DEPENDS = "glib-2.0 fuse"
-RDEPENDS = "fuse"
+
+PR = "r1"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/${P}.tar.gz"
 
 S = "${WORKDIR}/${P}"
 
 inherit autotools
+
+FILES_${PN} += "${libdir}/sshnodelay.so"