summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libcgroup
diff options
context:
space:
mode:
authorNoor <noor_ahsan@mentor.com>2014-01-30 16:06:05 +0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-02 22:37:41 +0000
commit0deebd1a6bc22c70cd4885cc3042f778d1749789 (patch)
tree07441432a71c7e8e05717429846b2c230b5b45a3 /meta/recipes-core/libcgroup
parentc99622e38b0a08dcdbe096a41732fef732bb1207 (diff)
downloadpoky-0deebd1a6bc22c70cd4885cc3042f778d1749789.tar.gz
libcgroup: Add bison-native and flex-native in depends
* libcgroup requires native packages for bison and flex to configure itself successfully. Added those in its DEPENDS. (From OE-Core rev: b50bdeaea15fcd24fd2c03fd02d4a1a365948cef) Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/libcgroup')
-rw-r--r--meta/recipes-core/libcgroup/libcgroup_0.41.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/libcgroup/libcgroup_0.41.bb b/meta/recipes-core/libcgroup/libcgroup_0.41.bb
index 5db1079349..76b0b585fb 100644
--- a/meta/recipes-core/libcgroup/libcgroup_0.41.bb
+++ b/meta/recipes-core/libcgroup/libcgroup_0.41.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
8 8
9inherit autotools pkgconfig 9inherit autotools pkgconfig
10 10
11DEPENDS = "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" 11DEPENDS = "bison-native flex-native ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
12 12
13SRC_URI = "${SOURCEFORGE_MIRROR}/project/libcg/${BPN}/v0.41/${BPN}-${PV}.tar.bz2" 13SRC_URI = "${SOURCEFORGE_MIRROR}/project/libcg/${BPN}/v0.41/${BPN}-${PV}.tar.bz2"
14 14