aboutsummaryrefslogtreecommitdiffstats
path: root/packages/fuse
AgeCommit message (Collapse)Author
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther
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 Freyther
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 Luebbe
2008-10-15fuse/curlftpfs: Update to 0.9.2Dirk Opfer
2008-09-26fuse.inc: add hacky workaround to stop fuse-module (which doesn't build) ↵Koen Kooi
being built for 2.6 kernels
2008-05-09fuse: add curlftpfs, filesystem client based on the FTPDirk Opfer
2008-02-10merge of '2db4e9cef88c3ec05f6df40ed5af176f05ff53f2'Rod Whitby
and 'ff65599591bcdfa3d446b1ea051a1d78970b2a0e'
2008-02-10fuse: Update from 2.7.1 to 2.7.2 so that it builds against 2.6.24 kernelRod Whitby
2008-02-10Unslung: fuse-module - add old fuse module; this is the last fuse version ↵Mike Westerhof
that worked on the old 2.4 kernels.
2007-11-17gmailfs: add 0.8.0Philipp Zabel
2007-11-17fuse-module: add 2.7.1Philipp Zabel
2007-11-16fuse: add 2.7.1Philipp Zabel
2007-08-28sshfs-fuse: update to 1.8Michael Lauer
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 Leggewie
2007-05-07fuse: (hopefully) fix all remaining issuesKoen Kooi
2007-05-07sshfs-fuse: package all files, closes #2047 Koen Kooi
2007-05-07sshfs-fuse: update to 1.7Junqian Gordon Xu
2007-05-07fuse: update to 2.6.5 and make packaging more granular Koen Kooi
2007-05-07fuse 2.6.3: fix packagingKoen Kooi
2007-05-07fuse 2.5.3: fix FILES for libfuseKoen Kooi
2007-03-10fuse: upgrade to 2.6.3 from upstream; remove dependency on the fuse kernelMike Westerhof
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 Leggewie
2006-12-21fuse: unify, clean upRolf Leggewie
2006-11-14fuse: update to 2.6.0Koen Kooi
2006-11-14gmailfs: update to 0.7.2Koen Kooi
2006-11-13gmailfs: re-added broken version - koen will fix itMarcin Juszkiewicz
2006-11-13gmailfs: dropped - OE lack python-fuse which it depend and there were few ↵Marcin Juszkiewicz
new versions upstream so it looks like no one care
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-09-05fuse: fix RRECOMMEND(S)Koen Kooi
2006-08-09lots of files: fix my mailaddressKoen Kooi
2006-05-08fuse: update to 2.5.3 and improve packaging:Koen Kooi
* 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 Kooi
2005-12-08sshfs: add sftp/ssh based filesystem for FUSE Koen Kooi
2005-12-08fuse: fix another stupid typoKoen Kooi
2005-12-08fuse-module 2.4.2: fix type in LICENSEKoen Kooi
2005-12-08fuse 2.4.2: fix typoKoen Kooi
fuse-module 2.4.2: add fuse kernel module
2005-12-08fuse 2.4.2: add libfuse, userspace utils and udev scriptKoen Kooi
* the kernel module is missing, but should be committed soon