lttng-tools: fix linking with full language support enabled
authorMichael Heimpold <mhei@heimpold.de>
Tue, 16 Feb 2021 23:28:49 +0000 (00:28 +0100)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Thu, 2 Sep 2021 10:02:13 +0000 (12:02 +0200)
This fixes fallout after d18692c.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
(cherry picked from commit ce4701cc922bd118a6da00409d4be89b6ad46faa)

devel/lttng-tools/Makefile

index bcbb7a33bd02e8dfee61c67c301c5d59c52b898c..3325efdaa431facdc1e16c67e9274a341af3022e 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=lttng-tools
 PKG_VERSION:=2.12.1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=https://lttng.org/files/$(PKG_NAME)/
@@ -24,13 +24,14 @@ PKG_BUILD_PARALLEL:=1
 PKG_INSTALL:=1
 
 include $(INCLUDE_DIR)/package.mk
+include $(INCLUDE_DIR)/nls.mk
 
 define Package/lttng-tools
   SECTION:=devel
   CATEGORY:=Development
   TITLE:=Linux Trace Toolkit: next generation (tools)
   URL:=https://lttng.org/
-  DEPENDS:= +lttng-ust +libpopt +libxml2
+  DEPENDS:= +lttng-ust +libpopt +libxml2 $(ICONV_DEPENDS)
 endef
 
 CONFIGURE_ARGS += \