From a4b7585a9c94b900d318089239afc1c50a38fc2b Mon Sep 17 00:00:00 2001 From: =?utf8?q?K=C3=A9vin=20THIERRY?= Date: Tue, 12 Aug 2014 09:57:10 +0200 Subject: [PATCH] ecryptfs-utils: add missing files MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Package the files that weren't. Change-Id: I93c347491794cd5cdf8a7b14158acdef9a8d6fbf Signed-off-by: Kévin THIERRY --- recipes-tizen/ecryptfs-utils/ecryptfs-utils-extraconf.inc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/recipes-tizen/ecryptfs-utils/ecryptfs-utils-extraconf.inc b/recipes-tizen/ecryptfs-utils/ecryptfs-utils-extraconf.inc index d1745b5..c0eb866 100644 --- a/recipes-tizen/ecryptfs-utils/ecryptfs-utils-extraconf.inc +++ b/recipes-tizen/ecryptfs-utils/ecryptfs-utils-extraconf.inc @@ -14,6 +14,13 @@ do_compile_prepend() { # A better solution would be to create a libecryptfs-python-dev package containing the symlinks. INSANE_SKIP_libecryptfs-python = "dev-so" +PACKAGES += " libecryptfs-dbg " +PACKAGES += " libecryptfs-python-dbg " + ecryptfs-utils_files += "/lib/security/pam_ecryptfs.so" -ecryptfs-utils-dbg_files += "/lib/security/.debug/pam_ecryptfs.so" +FILES_${PN}-dbg += "/lib/security/.debug/pam_ecryptfs.so" + +FILES_libecryptfs-dbg += "/usr/lib/ecryptfs/.debug/libecryptfs_key_mod_passphrase.so" + +FILES_libecryptfs-python-dbg += "/usr/lib/python2.7/site-packages/ecryptfs-utils/.debug/_libecryptfs.so.0.0.0" -- 2.7.4