Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
M
meta-openembedded
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yocto
meta-openembedded
Commits
2ec21447
Commit
2ec21447
authored
Sep 26, 2011
by
Khem Raj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fuse: Upgrade recipe to version 2.8.6
Signed-off-by:
Khem Raj
<
raj.khem@gmail.com
>
parent
92edaa19
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
48 additions
and
0 deletions
+48
-0
meta-oe/recipes-support/fuse/fuse-2.8.6/define_GNU_SOURCE.patch
...e/recipes-support/fuse/fuse-2.8.6/define_GNU_SOURCE.patch
+12
-0
meta-oe/recipes-support/fuse/fuse_2.8.6.bb
meta-oe/recipes-support/fuse/fuse_2.8.6.bb
+36
-0
No files found.
meta-oe/recipes-support/fuse/fuse-2.8.6/define_GNU_SOURCE.patch
0 → 100644
View file @
2ec21447
Index: fuse-2.8.6/util/fusermount.c
===================================================================
--- fuse-2.8.6.orig/util/fusermount.c 2011-09-13 00:23:14.000000000 -0700
+++ fuse-2.8.6/util/fusermount.c 2011-09-25 00:23:53.051019038 -0700
@@ -7,6 +7,7 @@
*/
/* This program does the mounting and unmounting of FUSE filesystems */
+#define _GNU_SOURCE
#include <config.h>
#include "mount_util.h"
meta-oe/recipes-support/fuse/fuse_2.8.6.bb
0 → 100644
View file @
2ec21447
DESCRIPTION = "With FUSE it is possible to implement a fully functional filesystem in a userspace program"
HOMEPAGE = "http://fuse.sf.net"
SECTION = "libs"
LICENSE = "GPLv2&LGPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
file://COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a"
PR = "r0"
SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/fuse-${PV}.tar.gz \
file://define_GNU_SOURCE.patch \
"
SRC_URI[md5sum] = "eaa32c8cef56a981656a786f258a002a"
SRC_URI[sha256sum] = "1ec1913e38f09b2a9ec1579e1800805b5e2c747d1dce515e316dbb665ca139d6"
inherit autotools pkgconfig
EXTRA_OECONF = "--disable-kernel-module"
PACKAGES =+ "fuse-utils-dbg fuse-utils libulockmgr libulockmgr-dev libulockmgr-dbg"
RRECOMMENDS_${PN} = "kernel-module-fuse""
FILES_${PN} += "${libdir}/libfuse.so.*"
FILES_${PN}-dev += "${libdir}/libfuse*.la"
FILES_libulockmgr = "${libdir}/libulockmgr.so.*"
FILES_libulockmgr-dev += "${libdir}/libulock*.la"
FILES_libulockmgr-dbg += "${libdir}/.debug/libulock*"
# Forbid auto-renaming to libfuse-utils
FILES_fuse-utils = "${bindir} ${base_sbindir}"
FILES_fuse-utils-dbg = "${bindir}/.debug ${base_sbindir}/.debug"
DEBIAN_NOAUTONAME_fuse-utils = "1"
DEBIAN_NOAUTONAME_fuse-utils-dbg = "1"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment