mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
lttng-tools: Update to 2.10.6
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -8,18 +8,17 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=lttng-tools
|
||||
PKG_VERSION:=2.6.0
|
||||
PKG_VERSION:=2.10.6
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=https://lttng.org/files/$(PKG_NAME)/
|
||||
PKG_HASH:=128166445126d76da7d9f42a56dec12716732a1ed697a6cfdf40c9e135384f32
|
||||
PKG_HASH:=f05df52bbebf8ce88d1b29e9e98cfc957d2ed738a345118018237ebdb581537c
|
||||
|
||||
PKG_MAINTAINER:=
|
||||
PKG_LICENSE:=LGPL-2.1 GPL-2.0
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
PKG_MAINTAINER:=Nicolas Thill <nico@openwrt.org>
|
||||
|
||||
PKG_FIXUP:=autoreconf
|
||||
PKG_USE_MIPS16:=0
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
PKG_INSTALL:=1
|
||||
@@ -34,11 +33,12 @@ define Package/lttng-tools
|
||||
DEPENDS:= +lttng-ust +libpopt +libxml2
|
||||
endef
|
||||
|
||||
CONFIGURE_ARGS += --disable-kmod
|
||||
TARGET_CFLAGS += $(FPIC)
|
||||
|
||||
TARGET_LDFLAGS += -lurcu-bp
|
||||
|
||||
MAKE_FLAGS += V="$(V)"
|
||||
CONFIGURE_ARGS += \
|
||||
--enable-epoll \
|
||||
--without-kmod \
|
||||
--without-pic
|
||||
|
||||
define Build/InstallDev
|
||||
$(INSTALL_DIR) $(1)/usr/include
|
||||
|
||||
Reference in New Issue
Block a user