diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-08-08 12:01:25 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-08-15 08:20:06 -0700 |
commit | cdceca0bd154a29c358fca8d350849cc16f71c07 (patch) | |
tree | 5e9272d30b05a8f7ea15d8ed33d2da66a7a1c7af /meta-oe/recipes-core/toybox | |
parent | 12f45d8b0009b45572668682c369e9627d0098a5 (diff) | |
download | meta-openembedded-cdceca0bd154a29c358fca8d350849cc16f71c07.tar.gz |
toybox: Add missing dep on virtual/crypt
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core/toybox')
-rw-r--r-- | meta-oe/recipes-core/toybox/toybox_0.7.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
1 | SUMMARY = "Toybox combines common utilities together into a single executable." | 1 | SUMMARY = "Toybox combines common utilities together into a single executable." |
2 | HOMEPAGE = "http://www.landley.net/toybox/" | 2 | HOMEPAGE = "http://www.landley.net/toybox/" |
3 | DEPENDS = "attr" | 3 | DEPENDS = "attr virtual/crypt" |
4 | 4 | ||
5 | LICENSE = "BSD-0-Clause" | 5 | LICENSE = "BSD-0-Clause" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f0b8b3dd6431bcaa245da0a08bd0d511" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f0b8b3dd6431bcaa245da0a08bd0d511" |