summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-08-22 13:42:15 -0600
committerKhem Raj <raj.khem@gmail.com>2023-08-22 18:02:46 -0700
commit3ebcdae36ebd5ad2e04c22c78c3428250570e23f (patch)
tree855438e5edb376980dee108065fe1737ce530973 /meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb
parent0697d52777cd530dc59bb05a506327c365bc78a2 (diff)
downloadmeta-openembedded-3ebcdae36ebd5ad2e04c22c78c3428250570e23f.tar.gz
kconfig-frontends: Avoid using hard coded /usr/include paths
The system could end up using an include path that points to the host system instead of the sysroot. Force the system to use the sysroot. Signed-off-by: Mark Hatle <mark.hatle@amd.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb')
-rw-r--r--meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb b/meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb
index 169500f6b..b894f0ba0 100644
--- a/meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb
+++ b/meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb
@@ -15,7 +15,8 @@ DEPENDS += "ncurses flex-native gperf-native bison-native"
15RDEPENDS:${PN} += "python3 bash" 15RDEPENDS:${PN} += "python3 bash"
16SRC_URI = "git://gitlab.com/ymorin/kconfig-frontends.git;protocol=https;branch=4.11.x \ 16SRC_URI = "git://gitlab.com/ymorin/kconfig-frontends.git;protocol=https;branch=4.11.x \
17 file://0001-Makefile-ensure-frontends-exits-before-writing-into-.patch \ 17 file://0001-Makefile-ensure-frontends-exits-before-writing-into-.patch \
18 file://0001-Switch-utils-kconfig-diff-to-use-Python-3.patch" 18 file://0001-Switch-utils-kconfig-diff-to-use-Python-3.patch \
19 file://0001-Avoid-using-hard-coded-usr-include-paths.patch"
19 20
20SRCREV = "f22fce3a308be1c7790ebefc6bbedb33c5f7c86a" 21SRCREV = "f22fce3a308be1c7790ebefc6bbedb33c5f7c86a"
21 22