aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-06-19 13:26:38 -0700
committerKhem Raj <raj.khem@gmail.com>2018-06-19 19:32:56 -0700
commita2f02d1d7b05942592b1c3b2036537629cda2565 (patch)
tree454facfac93ccdb1b677e3a5a257575d40eeed6a /meta-oe
parent4846b3daa744c81ad45adf55b92681c39abcf068 (diff)
downloadmeta-openembedded-a2f02d1d7b05942592b1c3b2036537629cda2565.tar.gz
tiptop: Add missing deps on flex and bison
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-extended/tiptop/tiptop_2.3.1.bb2
1 files changed, 1 insertions, 1 deletions
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"