From: Noor Date: Thu, 30 Jan 2014 11:06:05 +0000 (+0500) Subject: libcgroup: Add bison-native and flex-native in depends X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~34651 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b50bdeaea15fcd24fd2c03fd02d4a1a365948cef;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Noor Ahsan Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/libcgroup/libcgroup_0.41.bb b/meta/recipes-core/libcgroup/libcgroup_0.41.bb index 5db1079349a..76b0b585fb9 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" 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}/v0.41/${BPN}-${PV}.tar.bz2"