All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libsepol: DEPENDS on flex-native
@ 2015-10-09  2:19 Robert Yang
  2015-10-10  6:23 ` Robert Yang
  0 siblings, 1 reply; 3+ messages in thread
From: Robert Yang @ 2015-10-09  2:19 UTC (permalink / raw)
  To: poky

Fixed when build libsepol-native:
/bin/sh: 1: flex: not found

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 recipes-security/selinux/libsepol.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-security/selinux/libsepol.inc b/recipes-security/selinux/libsepol.inc
index b24ed28..a8ee749 100644
--- a/recipes-security/selinux/libsepol.inc
+++ b/recipes-security/selinux/libsepol.inc
@@ -12,4 +12,6 @@ inherit lib_package
 # local ranlib.
 EXTRA_OEMAKE += "RANLIB='$(AR) s'"
 
+DEPENDS += "flex-native"
+
 BBCLASSEXTEND = "native"
-- 
2.0.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-10-10  6:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-09  2:19 [PATCH] libsepol: DEPENDS on flex-native Robert Yang
2015-10-10  6:23 ` Robert Yang
2015-10-10  6:24   ` Robert Yang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.