ASR_BASE

Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/external/subpack/utils/procps-ng3/patches/100-no-tests-docs.patch b/external/subpack/utils/procps-ng3/patches/100-no-tests-docs.patch
new file mode 100644
index 0000000..e4277c9
--- /dev/null
+++ b/external/subpack/utils/procps-ng3/patches/100-no-tests-docs.patch
@@ -0,0 +1,26 @@
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -15,10 +15,7 @@ PACKAGE_VERSION = @PACKAGE_VERSION@
+ 
+ ACLOCAL_AMFLAGS = -I m4
+ SUBDIRS = \
+-	include \
+-	man-po \
+-	po \
+-	testsuite
++	include
+ 
+ AM_CFLAGS = -Iproc
+ LDADD = ./proc/libprocps.la $(CYGWINFLAGS)
+--- a/configure.ac
++++ b/configure.ac
+@@ -323,8 +323,5 @@ AC_CHECK_FUNCS([__fpending alarm atexit
+ 
+ AC_CONFIG_FILES([Makefile
+                  include/Makefile
+-                 man-po/Makefile
+-                 po/Makefile.in
+-                 proc/libprocps.pc
+-                 testsuite/Makefile])
++                 proc/libprocps.pc])
+ AC_OUTPUT