summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-devtools/python/python3_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openbmc-mods/meta-common/recipes-devtools/python/python3_%.bbappend')
-rw-r--r--meta-openbmc-mods/meta-common/recipes-devtools/python/python3_%.bbappend4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-openbmc-mods/meta-common/recipes-devtools/python/python3_%.bbappend b/meta-openbmc-mods/meta-common/recipes-devtools/python/python3_%.bbappend
new file mode 100644
index 000000000..4b8688184
--- /dev/null
+++ b/meta-openbmc-mods/meta-common/recipes-devtools/python/python3_%.bbappend
@@ -0,0 +1,4 @@
+FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
+
+#Needed for ncurses_6.4 compilation.
+DEPENDS += "ncurses"