diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-08-20 00:15:53 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-08-20 11:46:45 +0200 |
commit | 9d4b6c1e97f856a200b40ef0134c874e9944c25a (patch) | |
tree | bc4f1351df5f58d905f2f85d43fe7041c5e105c0 /package/libmnl/0001-uclinux.patch | |
parent | 5b3ea400a07a914c9a2f9f819f6052ca6dc3e53f (diff) | |
download | buildroot-9d4b6c1e97f856a200b40ef0134c874e9944c25a.tar.gz buildroot-9d4b6c1e97f856a200b40ef0134c874e9944c25a.zip |
libmnl: bump to version 1.0.4
And drop upstream patch.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libmnl/0001-uclinux.patch')
-rw-r--r-- | package/libmnl/0001-uclinux.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/package/libmnl/0001-uclinux.patch b/package/libmnl/0001-uclinux.patch deleted file mode 100644 index e8f97c6c17..0000000000 --- a/package/libmnl/0001-uclinux.patch +++ /dev/null @@ -1,26 +0,0 @@ -From ae2acfa7d287e3ffc0bb66091059b86f62775bd5 Mon Sep 17 00:00:00 2001 -From: Gustavo Zacarias <gustavo@zacarias.com.ar> -Date: Tue, 10 Sep 2013 15:24:47 -0300 -Subject: [PATCH] configure: uclinux is also linux - -Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> ---- - configure.ac | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/configure.ac b/configure.ac -index dcd3cf8..313a015 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -17,7 +17,7 @@ AC_DISABLE_STATIC - LT_INIT - CHECK_GCC_FVISIBILITY - case "$host" in --*-*-linux*) ;; -+*-*-linux* | *-*-uclinux*) ;; - *) AC_MSG_ERROR([Linux only, dude!]);; - esac - --- -1.8.1.5 - |