aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2019-12-16 02:20:45 +0100
committerKhem Raj <raj.khem@gmail.com>2019-12-15 21:08:54 -0800
commit5796a9ff4538bdf8a37acfee08e129967eb35c3c (patch)
tree5acc66e3be703c0667b5d920e9f4002597cce5a1 /meta-oe/recipes-devtools
parentf088ea4b267e711866030b2a464dea94041cc94c (diff)
downloadmeta-openembedded-contrib-5796a9ff4538bdf8a37acfee08e129967eb35c3c.tar.gz
geany: remove pythonnative from inherit
* build tested with oe-core patch removing python2 from hosttools * checked log files and there are no traces that a running python is required Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r--meta-oe/recipes-devtools/geany/geany_1.36.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/geany/geany_1.36.bb b/meta-oe/recipes-devtools/geany/geany_1.36.bb
index 0d29b138a9..17e16bf561 100644
--- a/meta-oe/recipes-devtools/geany/geany_1.36.bb
+++ b/meta-oe/recipes-devtools/geany/geany_1.36.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bd7b2c994af21d318bd2cd3b3f80c2d5"
DEPENDS = "gtk+3 libxml-parser-perl-native python3-docutils-native intltool-native"
-inherit features_check autotools pkgconfig perlnative pythonnative gettext
+inherit features_check autotools pkgconfig perlnative gettext
REQUIRED_DISTRO_FEATURES = "x11"