at: change libelf1 dependency to libelf 8030/head
authorJo-Philipp Wich <jo@mein.io>
Thu, 24 Jan 2019 12:15:38 +0000 (13:15 +0100)
committerJo-Philipp Wich <jo@mein.io>
Thu, 24 Jan 2019 12:15:38 +0000 (13:15 +0100)
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>
utils/at/Makefile

index 563665590f23511eb08e27eb89af8c030c309c10..c37b6b07cf55fb457ba9d360b96779efaad66531 100644 (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