diff options
author | Denys Dmytriyenko <denys@ti.com> | 2018-01-16 09:24:50 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-01-17 14:39:17 -0500 |
commit | 07c78b49f8c33cd38026b87bf7254dd1429f1776 (patch) | |
tree | 1d659f3e23013b40f6c508998e810c614eb3c99d /recipes-devtools | |
parent | 7f6087e4dfc0533f87d2713549c46ccb1b66531b (diff) | |
download | meta-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.bb | 2 |
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" | |||
3 | LICENSE = "GPLv3+" | 3 | LICENSE = "GPLv3+" |
4 | LIC_FILES_CHKSUM = "file://debian/copyright;md5=bf0fe2872eb3dfeebb2cbe38206fe81f" | 4 | LIC_FILES_CHKSUM = "file://debian/copyright;md5=bf0fe2872eb3dfeebb2cbe38206fe81f" |
5 | 5 | ||
6 | DEPENDS = "ncurses bison texinfo flex gettext" | 6 | DEPENDS = "ncurses bison-native texinfo flex-native gettext" |
7 | 7 | ||
8 | PR = "${INC_PR}.1" | 8 | PR = "${INC_PR}.1" |
9 | 9 | ||