diff options
Diffstat (limited to 'recipes/fuse/fuse-module_2.5.3.bb')
-rw-r--r-- | recipes/fuse/fuse-module_2.5.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/fuse/fuse-module_2.5.3.bb b/recipes/fuse/fuse-module_2.5.3.bb index 0317aeb9a2..14c5c0c399 100644 --- a/recipes/fuse/fuse-module_2.5.3.bb +++ b/recipes/fuse/fuse-module_2.5.3.bb @@ -2,7 +2,7 @@ require fuse.inc PR = "r0" -SRC_URI += "file://preserve_CC_with_2_4_kernel.patch;patch=1" +SRC_URI += "file://preserve_CC_with_2_4_kernel.patch;apply=yes" S = "${WORKDIR}/fuse-${PV}" |