From: Jo-Philipp Wich Date: Thu, 24 Jan 2019 12:15:38 +0000 (+0100) Subject: at: change libelf1 dependency to libelf X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2fcb74aabac61ecebe82aeeb91a97044e303eae3;p=openwrt-packages.git 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 --- diff --git a/utils/at/Makefile b/utils/at/Makefile index 563665590..c37b6b07c 100644 --- a/utils/at/Makefile +++ b/utils/at/Makefile @@ -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