Browse Source

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>
lilik-openwrt-22.03
Jo-Philipp Wich 6 years ago
parent
commit
2fcb74aaba
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/at/Makefile

+ 1
- 1
utils/at/Makefile View File

@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/at define Package/at
SECTION:=utils SECTION:=utils
CATEGORY:=Utilities CATEGORY:=Utilities
DEPENDS:=+libelf1
DEPENDS:=+libelf
TITLE:=Delayed job execution and batch processing TITLE:=Delayed job execution and batch processing
URL:=http://packages.debian.org/stable/at URL:=http://packages.debian.org/stable/at
endef endef


Loading…
Cancel
Save