summaryrefslogtreecommitdiffstats
path: root/package/aufs-util/0001-remove-user-settings.patch
diff options
context:
space:
mode:
authorChristian Stewart <christian@paral.in>2016-07-17 14:50:39 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-09-20 19:16:42 +0200
commitbdef0f00f9783f50785357313ffe7eae08be4cd3 (patch)
tree6456bf78a43160fe968f397b8c49cac5001c1cb8 /package/aufs-util/0001-remove-user-settings.patch
parent010588c1e169843bdca35c71789a16d0b6829bcb (diff)
downloadbuildroot-bdef0f00f9783f50785357313ffe7eae08be4cd3.tar.gz
buildroot-bdef0f00f9783f50785357313ffe7eae08be4cd3.zip
aufs-util: new package
Signed-off-by: Christian Stewart <christian@paral.in> [Atul: - Updated the default to empty. - Updated the license to GPLv2. - Used patches instead of SED commands. - CC and LD are replaced by TARGET_CC and TARGET_LD.] Signed-off-by: Atul Singh <atul.singh.mandla@rockwellcollins.com> [yann.morin.1998@free.fr: - drop the headers_install command - instead, instruct the kernel to install them - add patches 0002..0004 - properly build the host tools - don't depend on the aufs extension, for kernel already patched - fix comment] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> [Thomas: - Remove the patch 0004-no-override-readdir64.patch, since it no longer applies to the latest version of aufs-util. Instead, add a post-patch hook that tweaks the Makefile to remove the problematic rdu64.o from the build process. - Use directly the kernel headers from the kernel source tree, rather than having to install them. This only requires a minor trick to define "__user" to empty.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/aufs-util/0001-remove-user-settings.patch')
-rw-r--r--package/aufs-util/0001-remove-user-settings.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/package/aufs-util/0001-remove-user-settings.patch b/package/aufs-util/0001-remove-user-settings.patch
new file mode 100644
index 0000000000..7eebc95dd4
--- /dev/null
+++ b/package/aufs-util/0001-remove-user-settings.patch
@@ -0,0 +1,16 @@
+install: drop setting ownership
+
+Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
+
+diff --git a/Makefile b/Makefile
+--- a/Makefile
++++ b/Makefile
+@@ -21,7 +21,7 @@
+ override CPPFLAGS += -DAUFHSM_CMD=\"/usr/bin/aufhsm\"
+ override CFLAGS += -O -Wall
+ INSTALL ?= install
+-Install = ${INSTALL} -o root -g root -p
++Install = ${INSTALL} -p
+ ManDir = /usr/share/man
+
+ #
OpenPOWER on IntegriCloud