summaryrefslogtreecommitdiff
path: root/packages/fuse
AgeCommit message (Collapse)AuthorFiles
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko19
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2009-02-13sshfs-fuse: bump up to upstream version 2.2Mike Westerhof1
simple recipe bump patch, tested on the OMAP3EVM and Pandora boards. Signed-off-by: David-John Willis <John.Willis@Distant-earth.com>
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther9
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther9
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe6
2008-10-15fuse/curlftpfs: Update to 0.9.2Dirk Opfer1
2008-09-26fuse.inc: add hacky workaround to stop fuse-module (which doesn't build) ↵Koen Kooi1
being built for 2.6 kernels
2008-05-09fuse: add curlftpfs, filesystem client based on the FTPDirk Opfer1
2008-02-10merge of '2db4e9cef88c3ec05f6df40ed5af176f05ff53f2'Rod Whitby4
and 'ff65599591bcdfa3d446b1ea051a1d78970b2a0e'
2008-02-10fuse: Update from 2.7.1 to 2.7.2 so that it builds against 2.6.24 kernelRod Whitby4
2008-02-10Unslung: fuse-module - add old fuse module; this is the last fuse version ↵Mike Westerhof3
that worked on the old 2.4 kernels.
2007-11-17gmailfs: add 0.8.0Philipp Zabel3
2007-11-17fuse-module: add 2.7.1Philipp Zabel1
2007-11-16fuse: add 2.7.1Philipp Zabel3
2007-08-28sshfs-fuse: update to 1.8Michael Lauer4
fuse: remove 2.5.3 and 2.6.0, 2.6.5 proved to be pretty stable. may add 2.7.0 soon
2007-05-10gmailfs: update to 0.7.3. Closes 2256.Rolf Leggewie1
2007-05-07fuse: (hopefully) fix all remaining issuesKoen Kooi2
2007-05-07sshfs-fuse: package all files, closes #2047 Koen Kooi1
2007-05-07sshfs-fuse: update to 1.7Junqian Gordon Xu1
2007-05-07fuse: update to 2.6.5 and make packaging more granular Koen Kooi4
2007-05-07fuse 2.6.3: fix packagingKoen Kooi1
2007-05-07fuse 2.5.3: fix FILES for libfuseKoen Kooi1
2007-03-10fuse: upgrade to 2.6.3 from upstream; remove dependency on the fuse kernelMike Westerhof3
module as we wish to use the fuse module provided with recent kernels.
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie3
2006-12-21fuse: unify, clean upRolf Leggewie4
2006-11-14fuse: update to 2.6.0Koen Kooi3
2006-11-14gmailfs: update to 0.7.2Koen Kooi1
2006-11-13gmailfs: re-added broken version - koen will fix itMarcin Juszkiewicz1
2006-11-13gmailfs: dropped - OE lack python-fuse which it depend and there were few ↵Marcin Juszkiewicz1
new versions upstream so it looks like no one care
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi4
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-09-05fuse: fix RRECOMMEND(S)Koen Kooi4
2006-08-09lots of files: fix my mailaddressKoen Kooi6
2006-05-08fuse: update to 2.5.3 and improve packaging:Koen Kooi2
* the fuse-module package now ships the udev rules as well * the fuse package has been split in libfuse2 and fuse-utils
2005-12-10gmailfs: update python-libgmail and DEPENDSKoen Kooi1
2005-12-08sshfs: add sftp/ssh based filesystem for FUSE Koen Kooi1
2005-12-08fuse: fix another stupid typoKoen Kooi1
2005-12-08fuse-module 2.4.2: fix type in LICENSEKoen Kooi1
2005-12-08fuse 2.4.2: fix typoKoen Kooi2
fuse-module 2.4.2: add fuse kernel module
2005-12-08fuse 2.4.2: add libfuse, userspace utils and udev scriptKoen Kooi2
* the kernel module is missing, but should be committed soon