Merge pull request #8030 from jow-/at-elf-depends
at: change libelf1 dependency to libelf
This commit is contained in:
commit
6ff8b353f5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue