From: Sebastian Kemper Date: Sat, 20 Feb 2021 10:41:27 +0000 (+0100) Subject: rtpengine: build in BUILD_DIR X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ec7ac009993a7c2c4318d2920273f5a3a6d9dbed;p=feed%2Ftelephony.git rtpengine: build in BUILD_DIR rtpengine is not primarily about kernel modules. It's an application (which also offers a kernel module). So build it in BUILD_DIR instead of KERNEL_BUILD_DIR. Signed-off-by: Sebastian Kemper --- diff --git a/net/rtpengine/Makefile b/net/rtpengine/Makefile index 4bf35bf..5d6966e 100644 --- a/net/rtpengine/Makefile +++ b/net/rtpengine/Makefile @@ -16,7 +16,7 @@ PKG_SOURCE:=$(PKG_NAME)-mr$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/sipwise/rtpengine/tar.gz/mr$(PKG_VERSION)? PKG_HASH:=754711a46fc50001b2e840521d3b6fd654cb2f9da11924ca40d8e165fba6bd98 -PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-mr$(PKG_VERSION) +PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-mr$(PKG_VERSION) PKG_LICENSE:=GPL-3.0 PKG_LICENSE_FILES:=LICENSE