mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #8030 from jow-/at-elf-depends
at: change libelf1 dependency to libelf
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user