liburcu: don't build docs and tests
Faster compilation Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
d8d06cfca2
commit
3e90378fe2
2 changed files with 13 additions and 2 deletions
|
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=liburcu
|
PKG_NAME:=liburcu
|
||||||
PKG_VERSION:=0.12.1
|
PKG_VERSION:=0.12.1
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_MAINTAINER:=Daniel Salzman <daniel.salzman@nic.cz>
|
PKG_MAINTAINER:=Daniel Salzman <daniel.salzman@nic.cz>
|
||||||
PKG_LICENSE:=LGPL-2.1-or-later GPL-2.0-or-later MIT
|
PKG_LICENSE:=LGPL-2.1-or-later GPL-2.0-or-later MIT
|
||||||
|
@ -21,8 +21,9 @@ PKG_SOURCE_URL:=https://lttng.org/files/urcu/
|
||||||
PKG_HASH:=bbfaead0345642b97e0de90f889dfbab4b2643a6a5e5c6bb59cd0d26fc0bcd0e
|
PKG_HASH:=bbfaead0345642b97e0de90f889dfbab4b2643a6a5e5c6bb59cd0d26fc0bcd0e
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/userspace-rcu-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/userspace-rcu-$(PKG_VERSION)
|
||||||
|
|
||||||
PKG_BUILD_PARALLEL:=1
|
PKG_FIXUP:=autoreconf
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
PKG_BUILD_PARALLEL:=1
|
||||||
PKG_USE_MIPS16:=0
|
PKG_USE_MIPS16:=0
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
10
libs/liburcu/patches/010-no-tests.patch
Normal file
10
libs/liburcu/patches/010-no-tests.patch
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- a/Makefile.am
|
||||||
|
+++ b/Makefile.am
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
ACLOCAL_AMFLAGS=-I m4
|
||||||
|
|
||||||
|
-SUBDIRS = include src doc tests
|
||||||
|
+SUBDIRS = include src
|
||||||
|
|
||||||
|
dist_doc_DATA = LICENSE \
|
||||||
|
README.md
|
Loading…
Reference in a new issue