diff mbox

[base] cryptsetup: RDEPENDS libpopti changed to libpopt.

Message ID 1401781023-8933-1-git-send-email-dore@madsdore.dk
State Accepted
Delegated to: Esben Haabendal
Headers show

Commit Message

Mads Doré Hansen June 3, 2014, 7:37 a.m. UTC
---
 recipes/cryptsetup/cryptsetup_1.6.2.oe | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/recipes/cryptsetup/cryptsetup_1.6.2.oe b/recipes/cryptsetup/cryptsetup_1.6.2.oe
index 6866401..a9cd134 100644
--- a/recipes/cryptsetup/cryptsetup_1.6.2.oe
+++ b/recipes/cryptsetup/cryptsetup_1.6.2.oe
@@ -29,7 +29,7 @@  EXTRA_OECONF_SELINUX = "--disable-selinux"
 EXTRA_OECONF_SELINUX:USE_cryptsetup_selinux = "--enable-selinux"
 
 AUTO_PACKAGE_UTILS = "cryptsetup veritysetup"
-AUTO_PACKAGE_UTILS_RDEPENDS += "libpopti libc"
+AUTO_PACKAGE_UTILS_RDEPENDS += "libpopt libc"
 
 AUTO_PACKAGE_LIBS = "${PN}"
 AUTO_PACKAGE_LIB_DEV_DEPENDS = "libuuid libdevmapper libgcrypt"