mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-14 16:09:03 +00:00
toybox: Add missing dep on virtual/crypt
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
12f45d8b00
commit
cdceca0bd1
@ -1,6 +1,6 @@
|
|||||||
SUMMARY = "Toybox combines common utilities together into a single executable."
|
SUMMARY = "Toybox combines common utilities together into a single executable."
|
||||||
HOMEPAGE = "http://www.landley.net/toybox/"
|
HOMEPAGE = "http://www.landley.net/toybox/"
|
||||||
DEPENDS = "attr"
|
DEPENDS = "attr virtual/crypt"
|
||||||
|
|
||||||
LICENSE = "BSD-0-Clause"
|
LICENSE = "BSD-0-Clause"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=f0b8b3dd6431bcaa245da0a08bd0d511"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=f0b8b3dd6431bcaa245da0a08bd0d511"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user