mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +02:00
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>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user