1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-09 13:01:00 +00:00

gdbc6x: flex and bison dependencies should be native

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Denys Dmytriyenko
2018-01-16 09:24:50 +00:00
parent 7f6087e4df
commit 07c78b49f8
+1 -1
View File
@@ -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"