at: change libelf1 dependency to libelf

The libelf1 source package has been renamed to libelf in OpenWrt base,
adjust the dependency in "at" accordingly.

There are no functional changes and no changes in the resulting binary.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2019-01-24 13:15:38 +01:00
parent eaf6411452
commit 2fcb74aaba
1 changed files with 1 additions and 1 deletions

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