Merge pull request #8030 from jow-/at-elf-depends

at: change libelf1 dependency to libelf
This commit is contained in:
Hannu Nyman
2019-01-26 10:21:54 +02:00
committed by GitHub
+1 -1
View File
@@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/at
SECTION:=utils
CATEGORY:=Utilities
DEPENDS:=+libelf1
DEPENDS:=+libelf
TITLE:=Delayed job execution and batch processing
URL:=http://packages.debian.org/stable/at
endef