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-xfce/recipes-extended | |
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-xfce/recipes-extended')
-rw-r--r-- | meta-xfce/recipes-extended/imsettings/imsettings_1.8.1.bb | 2 | ||||
-rw-r--r-- | meta-xfce/recipes-extended/libunique/libunique_1.1.6.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-xfce/recipes-extended/imsettings/imsettings_1.8.1.bb b/meta-xfce/recipes-extended/imsettings/imsettings_1.8.1.bb index 5c94cb6bc..c8f495edb 100644 --- a/meta-xfce/recipes-extended/imsettings/imsettings_1.8.1.bb +++ b/meta-xfce/recipes-extended/imsettings/imsettings_1.8.1.bb | |||
@@ -10,7 +10,7 @@ SECTION = "Applications/System" | |||
10 | LICENSE = "LGPLv2+" | 10 | LICENSE = "LGPLv2+" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" |
12 | 12 | ||
13 | inherit autotools gtk-doc gobject-introspection gettext distro_features_check | 13 | inherit autotools gtk-doc gobject-introspection gettext features_check |
14 | 14 | ||
15 | DEPENDS = "gtk+3 libnotify" | 15 | DEPENDS = "gtk+3 libnotify" |
16 | 16 | ||
diff --git a/meta-xfce/recipes-extended/libunique/libunique_1.1.6.bb b/meta-xfce/recipes-extended/libunique/libunique_1.1.6.bb index a6475cef6..a6d335a2e 100644 --- a/meta-xfce/recipes-extended/libunique/libunique_1.1.6.bb +++ b/meta-xfce/recipes-extended/libunique/libunique_1.1.6.bb | |||
@@ -25,7 +25,7 @@ LICENSE = "LGPLv2.1" | |||
25 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | 25 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" |
26 | 26 | ||
27 | 27 | ||
28 | inherit autotools pkgconfig gobject-introspection distro_features_check gtk-doc | 28 | inherit autotools pkgconfig gobject-introspection features_check gtk-doc |
29 | 29 | ||
30 | REQUIRED_DISTRO_FEATURES = "x11" | 30 | REQUIRED_DISTRO_FEATURES = "x11" |
31 | 31 | ||