Browse Source

aufs: improved to apply possible local patches we have in the aufs package dir

user/chris/wip/linux37
Christian Wiese 12 years ago committed by Christian Wiese
parent
commit
a5d4dc92a2
  1. 5
      filesystem/aufs/pkg_linux_post.conf

5
filesystem/aufs/pkg_linux_post.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../aufs/pkg_linux_post.conf
# Copyright (C) 2010 - 2012 The OpenSDE Project
# Copyright (C) 2010 - 2013 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -30,6 +30,9 @@ if [ ! -z "$pkg_aufs_source_file" ]; then
var_append patchfiles ' ' "$pkg_aufs_tempdir/aufs3-standalone/aufs3-proc_map.patch"
var_append patchfiles ' ' "$pkg_aufs_tempdir/aufs3-standalone/aufs3-standalone.patch"
# apply possible local patches we have in the aufs package dir
var_append patchfiles ' ' "$base/package/*/aufs/*.diff"
# copying sources into kernel source tree
pkg_aufs_copy_source_files() {
cp -rv $pkg_aufs_tempdir/aufs3-standalone/{Documentation,fs} .

Loading…
Cancel
Save