diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2015-03-29 16:22:28 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-03-30 23:14:11 +0200 |
commit | 3d95b453e7a2e761d5301d28c1872805c17bf6a4 (patch) | |
tree | 0869a8215e56b67933d410f694c316b611447024 /package/libseccomp/0001-use-system-headers-from-sysroot.patch | |
parent | 1b171af3b3b4e0f0537173c7b9703c729915a6ab (diff) | |
download | buildroot-3d95b453e7a2e761d5301d28c1872805c17bf6a4.tar.gz buildroot-3d95b453e7a2e761d5301d28c1872805c17bf6a4.zip |
package/libseccomp: bump version to 2.2.0
- change upstream URL, project moved to github
- removed patches not needed anymore since project switched to autoconf
- add newly supported platforms to Config.in
[Thomas:
- remove hash file, since we're fetching from github now.]
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libseccomp/0001-use-system-headers-from-sysroot.patch')
-rw-r--r-- | package/libseccomp/0001-use-system-headers-from-sysroot.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/package/libseccomp/0001-use-system-headers-from-sysroot.patch b/package/libseccomp/0001-use-system-headers-from-sysroot.patch deleted file mode 100644 index 0997eddb8e..0000000000 --- a/package/libseccomp/0001-use-system-headers-from-sysroot.patch +++ /dev/null @@ -1,17 +0,0 @@ -configure: check headers in sysroot, not in host's system headers - -Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> - -diff -durN libseccomp-1.0.0.orig/configure libseccomp-1.0.0/configure ---- libseccomp-1.0.0.orig/configure 2012-07-27 22:35:05.000000000 +0200 -+++ libseccomp-1.0.0/configure 2012-10-27 00:12:50.739196219 +0200 -@@ -205,7 +205,8 @@ - # - - # system seccomp includes --if [[ -r "/usr/include/linux/seccomp.h" ]]; then -+# ${SYSROOT} added by buildroot for cross-compilation -+if [[ -r "${SYSROOT}/usr/include/linux/seccomp.h" ]]; then - opt_sysinc_seccomp="yes" - else - opt_sysinc_seccomp="no" |