diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2013-03-19 11:24:18 +0100 |
|---|---|---|
| committer | Joe MacDonald <joe.macdonald@windriver.com> | 2013-03-21 09:54:51 -0400 |
| commit | 022fe03271eaaebc8ecfa01961169a4e642783ee (patch) | |
| tree | 1e8705007297b79e4649cbbfb797db9adef77d14 /meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb | |
| parent | 20ccd38f869a772ec5b2718742eb350427e5187f (diff) | |
| download | meta-openembedded-022fe03271eaaebc8ecfa01961169a4e642783ee.tar.gz | |
autofs: update to current patchlevel
* Apply all patches from ftp.kernel.org/pub/linux/daemons/autofs/v5/patches-5.0.8/
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
Diffstat (limited to 'meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb')
| -rw-r--r-- | meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb index 7d8cf17448..6751402bbb 100644 --- a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb +++ b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb | |||
| @@ -3,7 +3,7 @@ SECTION = "base" | |||
| 3 | LICENSE = "GPL-2.0" | 3 | LICENSE = "GPL-2.0" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" |
| 5 | 5 | ||
| 6 | PR = "r2" | 6 | PR = "r3" |
| 7 | 7 | ||
| 8 | DEPENDS += "libtirpc flex-native bison-native" | 8 | DEPENDS += "libtirpc flex-native bison-native" |
| 9 | 9 | ||
| @@ -27,7 +27,30 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/daemons/autofs/v5/autofs-${PV}.tar.bz2 \ | |||
| 27 | file://autofs-5.0.6-fix-recursive-mount-deadlock.patch \ | 27 | file://autofs-5.0.6-fix-recursive-mount-deadlock.patch \ |
| 28 | file://autofs-5.0.6-increase-file-map-read-buffer-size.patch \ | 28 | file://autofs-5.0.6-increase-file-map-read-buffer-size.patch \ |
| 29 | file://autofs-5.0.7-handle-new-location-of-systemd.patch \ | 29 | file://autofs-5.0.7-handle-new-location-of-systemd.patch \ |
| 30 | file://autofs-5.0.7-fix-map-entry-duplicate-offset-detection.patch \ | ||
| 31 | file://autofs-5.0.7-allow-nsswitch_conf-to-not-contain-automount-lines.patch \ | ||
| 32 | file://autofs-5.0.7-fix-nobind-man-page-description.patch \ | ||
| 33 | file://autofs-5.0.7-fix-submount-offset-delete.patch \ | ||
| 34 | file://autofs-5.0.7-fix-init-script-status-return.patch \ | ||
| 35 | file://autofs-5.0.7-fix-use-get_proximity-without-libtirpc.patch \ | ||
| 36 | file://autofs-5.0.7-dont-use-dirent-d_type-to-filter-out-files-in-scandir.patch \ | ||
| 37 | file://autofs-5.0.7-dont-schedule-new-alarms-after-readmap.patch \ | ||
| 38 | file://autofs-5.0.7-use-numeric-protocol-ids-instead-of-protoent-structs.patch \ | ||
| 39 | file://autofs-5.0.7-lib-defaults-use-WITH_LDAP-conditional-around-LDAP-types.patch \ | ||
| 30 | file://autofs-5.0.7-make-yellow-pages-support-optional.patch \ | 40 | file://autofs-5.0.7-make-yellow-pages-support-optional.patch \ |
| 41 | file://autofs-5.0.7-modules-replicated-use-sin6.addr-s6_addr32.patch \ | ||
| 42 | file://autofs-5.0.7-workaround-missing-GNU-versionsort-extension.patch \ | ||
| 43 | file://autofs-5.0.7-dont-fail-on-master-map-self-include.patch \ | ||
| 44 | file://autofs-5.0.7-fix-wildcard-multi-map-regression.patch \ | ||
| 45 | file://autofs-5.0.7-fix-file-descriptor-leak-when-reloading-the-daemon.patch \ | ||
| 46 | file://autofs-5.0.7-depricate-nosymlink-pseudo-option.patch \ | ||
| 47 | file://autofs-5.0.7-add-symlink-pseudo-option.patch \ | ||
| 48 | file://autofs-5.0.7-update-kernel-include-files.patch \ | ||
| 49 | file://autofs-5.0.7-fix-requires-in-spec-file.patch \ | ||
| 50 | file://autofs-5.0.7-fix-libtirpc-build-option.patch \ | ||
| 51 | file://autofs-5.0.7-fix-systemd-unidir-in-spec-file.patch \ | ||
| 52 | file://autofs-5.0.7-document-browse-option-in-man-page.patch \ | ||
| 53 | file://autofs-5.0.7-fix-automounter-support-on-parisc.patch \ | ||
| 31 | file://autofs-5.0.7-include-linux-nfs.h-directly-in-rpc_sub.patch \ | 54 | file://autofs-5.0.7-include-linux-nfs.h-directly-in-rpc_sub.patch \ |
| 32 | file://Makefile.rules-cross.patch \ | 55 | file://Makefile.rules-cross.patch \ |
| 33 | file://no-bash.patch \ | 56 | file://no-bash.patch \ |
