Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -1,25 +0,0 @@
|
||||
# This patch removes the check for native_affinity for cross compiling.
|
||||
# This patch has been pushed to htop on 23 November 2011, however, is
|
||||
# not in the 1.0 release and may not be exactly what Hisham puts into
|
||||
# the official build.
|
||||
#
|
||||
# Signed-off-by: Andy Kennedy <Andy.Kennedy@adtran.com>
|
||||
diff -Naur a/configure.ac b/configure.ac
|
||||
--- a/configure.ac 2011-11-20 20:46:48.000000000 -0600
|
||||
+++ b/configure.ac 2011-11-23 10:41:44.000000000 -0600
|
||||
@@ -111,7 +111,6 @@
|
||||
if test "$cross_compiling" = "no"; then
|
||||
AC_CHECK_FILE($PROCDIR/stat,,AC_MSG_ERROR(Cannot find /proc/stat. Make sure you have a Linux-compatible /proc filesystem mounted. See the file README for help.))
|
||||
AC_CHECK_FILE($PROCDIR/meminfo,,AC_MSG_ERROR(Cannot find /proc/meminfo. Make sure you have a Linux-compatible /proc filesystem mounted. See the file README for help.))
|
||||
-fi
|
||||
|
||||
AC_ARG_ENABLE(native_affinity, [AC_HELP_STRING([--enable-native-affinity], [enable native sched_setaffinity and sched_getaffinity for affinity support, disables hwloc])], ,enable_native_affinity="yes")
|
||||
if test "x$enable_native_affinity" = xyes; then
|
||||
@@ -130,6 +129,7 @@
|
||||
AC_MSG_RESULT([yes])],
|
||||
[AC_MSG_RESULT([no])])
|
||||
fi
|
||||
+fi
|
||||
|
||||
AC_ARG_ENABLE(hwloc, [AC_HELP_STRING([--enable-hwloc], [enable hwloc support for CPU affinity])],, enable_hwloc="no")
|
||||
if test "x$enable_hwloc" = xyes
|
||||
@@ -1,2 +1,3 @@
|
||||
# From http://www.freelists.org/post/htop/ANN-htop-103
|
||||
md5 e768b9b55c033d9c1dffda72db3a6ac7 htop-1.0.3.tar.gz
|
||||
# Hashes from: http://www.freelists.org/post/htop/ANN-htop-202
|
||||
md5 7d354d904bad591a931ad57e99fea84a htop-2.0.2.tar.gz
|
||||
sha1 201f793f13dce2448e36047079875b9bd5bba75a htop-2.0.2.tar.gz
|
||||
|
||||
@@ -4,13 +4,12 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
HTOP_VERSION = 1.0.3
|
||||
HTOP_VERSION = 2.0.2
|
||||
HTOP_SITE = http://hisham.hm/htop/releases/$(HTOP_VERSION)
|
||||
HTOP_DEPENDENCIES = ncurses
|
||||
# For htop-01-native-affinity.patch
|
||||
HTOP_AUTORECONF = YES
|
||||
HTOP_CONF_OPTS = --disable-unicode
|
||||
HTOP_CONF_ENV = ac_cv_file__proc_stat=yes ac_cv_file__proc_meminfo=yes
|
||||
# Prevent htop build system from searching the host paths
|
||||
HTOP_CONF_ENV = HTOP_NCURSES_CONFIG_SCRIPT=$(STAGING_DIR)/usr/bin/ncurses5-config
|
||||
HTOP_LICENSE = GPLv2
|
||||
HTOP_LICENSE_FILES = COPYING
|
||||
|
||||
|
||||
Reference in New Issue
Block a user