summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2018-01-16 09:24:50 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-01-17 14:39:17 -0500
commit07c78b49f8c33cd38026b87bf7254dd1429f1776 (patch)
tree1d659f3e23013b40f6c508998e810c614eb3c99d /recipes-devtools
parent7f6087e4dfc0533f87d2713549c46ccb1b66531b (diff)
downloadmeta-ti-07c78b49f8c33cd38026b87bf7254dd1429f1776.tar.gz
gdbc6x: flex and bison dependencies should be native
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/gdbc6x/gdbc6x_git.bb2
1 files changed, 1 insertions, 1 deletions
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"
3LICENSE = "GPLv3+" 3LICENSE = "GPLv3+"
4LIC_FILES_CHKSUM = "file://debian/copyright;md5=bf0fe2872eb3dfeebb2cbe38206fe81f" 4LIC_FILES_CHKSUM = "file://debian/copyright;md5=bf0fe2872eb3dfeebb2cbe38206fe81f"
5 5
6DEPENDS = "ncurses bison texinfo flex gettext" 6DEPENDS = "ncurses bison-native texinfo flex-native gettext"
7 7
8PR = "${INC_PR}.1" 8PR = "${INC_PR}.1"
9 9