summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe MacDonald <joe_macdonald@mentor.com>2018-08-13 09:41:50 -0400
committerJoe MacDonald <joe_macdonald@mentor.com>2018-08-13 11:20:32 -0400
commit65797deb50466454b21a3de4604518116758d7e2 (patch)
treee7cc34aab294fb8c4fc5b338fb9b946910d6feda
parent64122293d28bf9bfa3fa953354f768d350d02d24 (diff)
downloadmeta-selinux-65797deb50466454b21a3de4604518116758d7e2.tar.gz
semodule-utils: resolve dependency error for semodule-utils when building SDK
Based on the discussion here: https://www.mail-archive.com/yocto@yoctoproject.org/msg40561.html This should fix the error encountered when building an SDK: nothing provides semodule-utils = 2.7-r0 needed by semodule-utils-dev-2.7-r0.core2-32 Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r--recipes-security/selinux/semodule-utils.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-security/selinux/semodule-utils.inc b/recipes-security/selinux/semodule-utils.inc
index 1e92745..23176e5 100644
--- a/recipes-security/selinux/semodule-utils.inc
+++ b/recipes-security/selinux/semodule-utils.inc
@@ -7,6 +7,7 @@ SECTION = "base"
7LICENSE = "GPLv2+" 7LICENSE = "GPLv2+"
8 8
9DEPENDS += "libsepol" 9DEPENDS += "libsepol"
10RDEPENDS_${PN}-dev = ""
10 11
11EXTRA_OEMAKE += "LIBSEPOLA=${STAGING_LIBDIR}/libsepol.a" 12EXTRA_OEMAKE += "LIBSEPOLA=${STAGING_LIBDIR}/libsepol.a"
12 13