From 07c78b49f8c33cd38026b87bf7254dd1429f1776 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 16 Jan 2018 09:24:50 +0000 Subject: [PATCH] gdbc6x: flex and bison dependencies should be native Signed-off-by: Denys Dmytriyenko --- recipes-devtools/gdbc6x/gdbc6x_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/gdbc6x/gdbc6x_git.bb b/recipes-devtools/gdbc6x/gdbc6x_git.bb index 820e1d01..a146a5c9 100644 --- a/recipes-devtools/gdbc6x/gdbc6x_git.bb +++ b/recipes-devtools/gdbc6x/gdbc6x_git.bb @@ -3,7 +3,7 @@ SECTION = "devel" LICENSE = "GPLv3+" LIC_FILES_CHKSUM = "file://debian/copyright;md5=bf0fe2872eb3dfeebb2cbe38206fe81f" -DEPENDS = "ncurses bison texinfo flex gettext" +DEPENDS = "ncurses bison-native texinfo flex-native gettext" PR = "${INC_PR}.1"