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-core | |
| 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-core')
| -rw-r--r-- | meta-oe/recipes-core/dbus/dbus-broker_21.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/dbus/dbus-broker_21.bb b/meta-oe/recipes-core/dbus/dbus-broker_21.bb index d639abb429..98c50c4b21 100644 --- a/meta-oe/recipes-core/dbus/dbus-broker_21.bb +++ b/meta-oe/recipes-core/dbus/dbus-broker_21.bb | |||
| @@ -14,7 +14,7 @@ SRC_URI += " file://0004-launcher-fix-build-with-musl-libc.patch" | |||
| 14 | SRC_URI[md5sum] = "a17886a92ab1e0bc2e4b1a274339e388" | 14 | SRC_URI[md5sum] = "a17886a92ab1e0bc2e4b1a274339e388" |
| 15 | SRC_URI[sha256sum] = "6fff9a831a514659e2c7d704e76867ce31ebcf43e8d7a62e080c6656f64cd39e" | 15 | SRC_URI[sha256sum] = "6fff9a831a514659e2c7d704e76867ce31ebcf43e8d7a62e080c6656f64cd39e" |
| 16 | 16 | ||
| 17 | inherit meson pkgconfig systemd distro_features_check | 17 | inherit meson pkgconfig systemd features_check |
| 18 | 18 | ||
| 19 | DEPENDS = "expat systemd" | 19 | DEPENDS = "expat systemd" |
| 20 | DEPENDS += " ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'libselinux', '', d)}" | 20 | DEPENDS += " ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'libselinux', '', d)}" |
