diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2019-12-16 02:20:45 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-12-15 21:08:54 -0800 |
| commit | 5796a9ff4538bdf8a37acfee08e129967eb35c3c (patch) | |
| tree | 5acc66e3be703c0667b5d920e9f4002597cce5a1 | |
| parent | f088ea4b267e711866030b2a464dea94041cc94c (diff) | |
| download | meta-openembedded-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>
| -rw-r--r-- | meta-oe/recipes-devtools/geany/geany_1.36.bb | 2 |
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" | |||
| 5 | 5 | ||
| 6 | DEPENDS = "gtk+3 libxml-parser-perl-native python3-docutils-native intltool-native" | 6 | DEPENDS = "gtk+3 libxml-parser-perl-native python3-docutils-native intltool-native" |
| 7 | 7 | ||
| 8 | inherit features_check autotools pkgconfig perlnative pythonnative gettext | 8 | inherit features_check autotools pkgconfig perlnative gettext |
| 9 | 9 | ||
| 10 | REQUIRED_DISTRO_FEATURES = "x11" | 10 | REQUIRED_DISTRO_FEATURES = "x11" |
| 11 | 11 | ||
