[oe] [meta-oe][PATCH 2/4] xorgxrdp: require x11 and pam in DISTRO_FEATURES

Armin Kuster akuster808 at gmail.com
Tue Mar 6 01:55:10 UTC 2018


Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb b/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb
index 0c779b5..e86ebb5 100644
--- a/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb
+++ b/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb
@@ -4,10 +4,12 @@ LICENSE = "X11"
 LIC_FILES_CHKSUM = "file://COPYING;md5=a2523660329fdca3d954c0a87390e007 \
 "
 
-inherit autotools pkgconfig 
+inherit distro_features_check autotools pkgconfig 
 
 DEPENDS = "virtual/libx11 xserver-xorg xrdp nasm-native"
 
+REQUIRED_DISTRO_FEATURES = "x11 pam"
+
 SRC_URI = "git://github.com/neutrinolabs/xorgxrdp.git \
            "
 
-- 
2.7.4




More information about the Openembedded-devel mailing list