From a2f02d1d7b05942592b1c3b2036537629cda2565 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 19 Jun 2018 13:26:38 -0700 Subject: [PATCH] tiptop: Add missing deps on flex and bison Signed-off-by: Khem Raj --- meta-oe/recipes-extended/tiptop/tiptop_2.3.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/tiptop/tiptop_2.3.1.bb b/meta-oe/recipes-extended/tiptop/tiptop_2.3.1.bb index 4289c6834e..04084ecb40 100644 --- a/meta-oe/recipes-extended/tiptop/tiptop_2.3.1.bb +++ b/meta-oe/recipes-extended/tiptop/tiptop_2.3.1.bb @@ -2,7 +2,7 @@ SUMMARY = "Hardware performance monitoring counters" HOMEPAGE = "http://tiptop.gforge.inria.fr/" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" -DEPENDS = "ncurses libxml2" +DEPENDS = "ncurses libxml2 bison-native flex-native" SRC_URI = "http://tiptop.gforge.inria.fr/releases/${BP}.tar.gz" SRC_URI[md5sum] = "46ca0fdf0236f02dd2b96d347626d2a2"