include: remove unused FeedPackageDir macro arguments
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
37de17c379
commit
d9ad55a609
2 changed files with 1 additions and 3 deletions
|
@ -30,8 +30,6 @@ PKG_CONFIG_DEPENDS += \
|
|||
$(foreach feed,$(FEEDS_INSTALLED),CONFIG_FEED_$(feed))
|
||||
|
||||
# 1: package name
|
||||
# 2: flags
|
||||
# 3: section
|
||||
define FeedPackageDir
|
||||
$(strip $(if $(CONFIG_PER_FEED_REPO), \
|
||||
$(if $(Package/$(1)/subdir), \
|
||||
|
|
|
@ -88,7 +88,7 @@ _endef=endef
|
|||
|
||||
ifeq ($(DUMP),)
|
||||
define BuildTarget/ipkg
|
||||
PDIR_$(1):=$(call FeedPackageDir,$(1),$(PKG_FLAGS),$(SECTION))
|
||||
PDIR_$(1):=$(call FeedPackageDir,$(1))
|
||||
IPKG_$(1):=$$(PDIR_$(1))/$(1)_$(VERSION)_$(PKGARCH).ipk
|
||||
IDIR_$(1):=$(PKG_BUILD_DIR)/ipkg-$(PKGARCH)/$(1)
|
||||
KEEP_$(1):=$(strip $(call Package/$(1)/conffiles))
|
||||
|
|
Loading…
Reference in a new issue