diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2019-11-20 21:31:49 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-11-21 17:51:37 -0800 |
| commit | 4c00e5fed9532fe6ee71ce96b0124fc234b44d4e (patch) | |
| tree | ec74c3e49a545e37a85befe3d7f970304af5516c /meta-oe/recipes-devtools/geany | |
| parent | b77cc676916e7cf06e5a80081aac52a7bdc7d3a9 (diff) | |
| download | meta-openembedded-4c00e5fed9532fe6ee71ce96b0124fc234b44d4e.tar.gz | |
recipes: rename distro_features_check to features_check
Avoid warning due to the class rename in OE-Core.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/geany')
| -rw-r--r-- | meta-oe/recipes-devtools/geany/geany-plugins_1.36.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/geany/geany_1.36.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/geany/geany-plugins_1.36.bb b/meta-oe/recipes-devtools/geany/geany-plugins_1.36.bb index f768998450..c43d23b347 100644 --- a/meta-oe/recipes-devtools/geany/geany-plugins_1.36.bb +++ b/meta-oe/recipes-devtools/geany/geany-plugins_1.36.bb | |||
| @@ -24,7 +24,7 @@ DEPENDS = " \ | |||
| 24 | libgit2 \ | 24 | libgit2 \ |
| 25 | " | 25 | " |
| 26 | 26 | ||
| 27 | inherit distro_features_check autotools pkgconfig gtk-icon-cache | 27 | inherit features_check autotools pkgconfig gtk-icon-cache |
| 28 | 28 | ||
| 29 | REQUIRED_DISTRO_FEATURES = "x11" | 29 | REQUIRED_DISTRO_FEATURES = "x11" |
| 30 | 30 | ||
diff --git a/meta-oe/recipes-devtools/geany/geany_1.36.bb b/meta-oe/recipes-devtools/geany/geany_1.36.bb index 193c198a18..0d29b138a9 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 distro_features_check autotools pkgconfig perlnative pythonnative gettext | 8 | inherit features_check autotools pkgconfig perlnative pythonnative gettext |
| 9 | 9 | ||
| 10 | REQUIRED_DISTRO_FEATURES = "x11" | 10 | REQUIRED_DISTRO_FEATURES = "x11" |
| 11 | 11 | ||
