mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
babeltrace: Add missing bison/flex depensencies.
* babeltrace do_configure failed due to missing flex/bison dependencies. (From OE-Core rev: f7ffeb39d42c4b99dfd1522af00a674d38ca0579) 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://LICENSE;md5=76ba15dd76a248e1dd526bca0e2125fa"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
DEPENDS = "glib-2.0 util-linux popt"
|
||||
DEPENDS = "glib-2.0 util-linux popt bison-native flex-native"
|
||||
|
||||
SRCREV = "66c2a20b4391fb5c7f870aeb0dde854f0ae1fc79"
|
||||
PV = "1.2.1+git${SRCPV}"
|
||||
|
||||
Reference in New Issue
Block a user