diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-01 19:09:11 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-01 19:09:57 +0100 |
commit | d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612 (patch) | |
tree | f36fe3008f36ff75cbdd31b630f8f13f1f205ebb /meta/recipes-kernel/fuse/fuse-2.7.2/not-run-updaterc.d-on-host.patch | |
parent | caab7fc509bf27706ff3248689f6afd04225cfda (diff) | |
download | poky-d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612.tar.gz |
packages: Separate out most of the remaining packages into recipes
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-kernel/fuse/fuse-2.7.2/not-run-updaterc.d-on-host.patch')
-rw-r--r-- | meta/recipes-kernel/fuse/fuse-2.7.2/not-run-updaterc.d-on-host.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-kernel/fuse/fuse-2.7.2/not-run-updaterc.d-on-host.patch b/meta/recipes-kernel/fuse/fuse-2.7.2/not-run-updaterc.d-on-host.patch new file mode 100644 index 0000000000..903a8baa9e --- /dev/null +++ b/meta/recipes-kernel/fuse/fuse-2.7.2/not-run-updaterc.d-on-host.patch | |||
@@ -0,0 +1,15 @@ | |||
1 | Index: fuse-2.7.2/util/Makefile.am | ||
2 | =================================================================== | ||
3 | --- fuse-2.7.2.orig/util/Makefile.am 2007-04-26 01:36:47.000000000 +0930 | ||
4 | +++ fuse-2.7.2/util/Makefile.am 2008-02-10 16:43:19.000000000 +1030 | ||
5 | @@ -33,10 +33,6 @@ | ||
6 | $(INSTALL_PROGRAM) $(srcdir)/mount.fuse $(DESTDIR)$(MOUNT_FUSE_PATH)/mount.fuse | ||
7 | $(mkdir_p) $(DESTDIR)$(INIT_D_PATH) | ||
8 | $(INSTALL_PROGRAM) $(srcdir)/init_script $(DESTDIR)$(INIT_D_PATH)/fuse | ||
9 | - @if test -x /usr/sbin/update-rc.d; then \ | ||
10 | - echo "/usr/sbin/update-rc.d fuse start 34 S . start 41 0 6 . || true"; \ | ||
11 | - /usr/sbin/update-rc.d fuse start 34 S . start 41 0 6 . || true; \ | ||
12 | - fi | ||
13 | |||
14 | install-data-local: | ||
15 | $(mkdir_p) $(DESTDIR)$(UDEV_RULES_PATH) | ||