Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] libcgroup: Add bison-native and flex-native in depends
@ 2014-01-29 14:17 Noor, Ahsan
  2014-01-29 17:35 ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Noor, Ahsan @ 2014-01-29 14:17 UTC (permalink / raw)
  To: openembedded-core

From: Noor <noor_ahsan@mentor.com>

* libcgroup require native packages for bison and flex. Added those
  in its DEPENDS.

Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
---
 meta/recipes-core/libcgroup/libcgroup_0.38.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/libcgroup/libcgroup_0.38.bb b/meta/recipes-core/libcgroup/libcgroup_0.38.bb
index 8bd0ead..711229f 100644
--- a/meta/recipes-core/libcgroup/libcgroup_0.38.bb
+++ b/meta/recipes-core/libcgroup/libcgroup_0.38.bb
@@ -10,7 +10,7 @@ PR = "r1"
 
 inherit autotools pkgconfig
 
-DEPENDS = "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
+DEPENDS = "bison-native flex-native ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/project/libcg/${BPN}/v.038/${BPN}-${PV}.tar.bz2"
 
-- 
1.7.9.5



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

end of thread, other threads:[~2014-01-30 11:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-29 14:17 [PATCH] libcgroup: Add bison-native and flex-native in depends Noor, Ahsan
2014-01-29 17:35 ` Richard Purdie
2014-01-30 11:08   ` Ahsan, Noor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox