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>
This commit is contained in:
Joe MacDonald 2018-08-13 09:41:50 -04:00
parent 64122293d2
commit 65797deb50

View File

@ -7,6 +7,7 @@ SECTION = "base"
LICENSE = "GPLv2+"
DEPENDS += "libsepol"
RDEPENDS_${PN}-dev = ""
EXTRA_OEMAKE += "LIBSEPOLA=${STAGING_LIBDIR}/libsepol.a"