mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
toybox: Add missing dep on virtual/crypt
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "Toybox combines common utilities together into a single executable."
|
||||
HOMEPAGE = "http://www.landley.net/toybox/"
|
||||
DEPENDS = "attr"
|
||||
DEPENDS = "attr virtual/crypt"
|
||||
|
||||
LICENSE = "BSD-0-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=f0b8b3dd6431bcaa245da0a08bd0d511"
|
||||
|
||||
Reference in New Issue
Block a user