[oe-commits] [meta-openembedded] 01/03: tiptop: Add missing deps on flex and bison

git at git.openembedded.org git at git.openembedded.org
Wed Jun 20 15:46:27 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit a2f02d1d7b05942592b1c3b2036537629cda2565
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Tue Jun 19 13:26:38 2018 -0700

    tiptop: Add missing deps on flex and bison
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 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 4289c68..04084ec 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list