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
commit 6ff8b353f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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