diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2019-06-25 21:14:05 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-06-25 14:21:48 -0700 |
commit | dd26f651af4412daced08b5bbc1d604dab8809ea (patch) | |
tree | aac639820a94cda98c3ce9a7ee3a4a5afe84ce94 | |
parent | 383282e2394ea32125789a0f0b755cdd405df3df (diff) | |
download | meta-openembedded-dd26f651af4412daced08b5bbc1d604dab8809ea.tar.gz |
xfce-polkit: add required distro feature check to polkit
The xfce-polkit depends polkit, it should do required distro
feature check to polkit
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.2.bb b/meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.2.bb index 54bf7c752..62d8d6de9 100644 --- a/meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.2.bb +++ b/meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.2.bb | |||
@@ -4,7 +4,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=758b03f872a88c99fc36d50c5932091c" | |||
4 | 4 | ||
5 | DEPENDS = "libxfce4ui polkit" | 5 | DEPENDS = "libxfce4ui polkit" |
6 | 6 | ||
7 | inherit xfce-app | 7 | inherit xfce-app distro_features_check |
8 | REQUIRED_DISTRO_FEATURES = "polkit" | ||
8 | 9 | ||
9 | SRC_URI = " \ | 10 | SRC_URI = " \ |
10 | git://github.com/ncopa/${BPN}.git \ | 11 | git://github.com/ncopa/${BPN}.git \ |