From cdceca0bd154a29c358fca8d350849cc16f71c07 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 8 Aug 2018 12:01:25 -0700 Subject: toybox: Add missing dep on virtual/crypt Signed-off-by: Khem Raj --- meta-oe/recipes-core/toybox/toybox_0.7.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-core') diff --git a/meta-oe/recipes-core/toybox/toybox_0.7.5.bb b/meta-oe/recipes-core/toybox/toybox_0.7.5.bb index 347c2856f4..eaa548f897 100644 --- a/meta-oe/recipes-core/toybox/toybox_0.7.5.bb +++ b/meta-oe/recipes-core/toybox/toybox_0.7.5.bb @@ -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" -- cgit 1.2.3-korg