Pull request #176: fix(secure-storage): add missing RDEPENDS
Merge in ICO/coreos from fix_secure_storage to master * commit 'd754d6492db2f4158ac9fc99424fc917599f2144': fix(secure-storage): add missing RDEPENDS
This commit is contained in:
commit
9cf698f318
|
|
@ -31,4 +31,4 @@ do_install() {
|
||||||
SYSTEMD_SERVICE:${PN} = "secure-storage.service"
|
SYSTEMD_SERVICE:${PN} = "secure-storage.service"
|
||||||
SYSTEMD_AUTO_ENABLE = "enable"
|
SYSTEMD_AUTO_ENABLE = "enable"
|
||||||
|
|
||||||
RDEPENDS:${PN} += "cryptsetup"
|
RDEPENDS:${PN} += "cryptsetup util-linux-losetup e2fsprogs-mke2fs"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue