diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2018-03-01 10:38:13 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-12 09:58:29 -0700 |
commit | af085dfc247e1c90d6be9aa96dd6822909ffe0ef (patch) | |
tree | 8e0df2d6a95c566066f5c10b3b2d5faeaff842f7 | |
parent | 57e0abf025370180ca41fb15b3d1697b2f8b8d4a (diff) | |
download | meta-openembedded-af085dfc247e1c90d6be9aa96dd6822909ffe0ef.tar.gz |
xrdp, xorgxrdp: require pam in DISTRO_FEATURES
* libpam dependency was added to xrdp in
http://git.openembedded.org/meta-openembedded/commit/?id=cc32ca8030c02a2b1b22f6b43e1894dc5f00e14e
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb | 2 |
2 files changed, 2 insertions, 2 deletions
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 935537984..558a1982f 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 | |||
@@ -8,7 +8,7 @@ inherit autotools pkgconfig | |||
8 | DEPENDS = "virtual/libx11 xserver-xorg xrdp nasm-native" | 8 | DEPENDS = "virtual/libx11 xserver-xorg xrdp nasm-native" |
9 | 9 | ||
10 | inherit distro_features_check | 10 | inherit distro_features_check |
11 | REQUIRED_DISTRO_FEATURES = "x11" | 11 | REQUIRED_DISTRO_FEATURES = "x11 pam" |
12 | 12 | ||
13 | SRC_URI = "git://github.com/neutrinolabs/xorgxrdp.git" | 13 | SRC_URI = "git://github.com/neutrinolabs/xorgxrdp.git" |
14 | 14 | ||
diff --git a/meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb b/meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb index 88e309a59..671a25196 100644 --- a/meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb +++ b/meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb | |||
@@ -8,7 +8,7 @@ inherit distro_features_check autotools pkgconfig useradd systemd | |||
8 | 8 | ||
9 | DEPENDS = "openssl virtual/libx11 libxfixes libxrandr libpam nasm-native fuse" | 9 | DEPENDS = "openssl virtual/libx11 libxfixes libxrandr libpam nasm-native fuse" |
10 | 10 | ||
11 | REQUIRED_DISTRO_FEATURES = "x11" | 11 | REQUIRED_DISTRO_FEATURES = "x11 pam" |
12 | 12 | ||
13 | SRC_URI = "git://github.com/neutrinolabs/xrdp.git \ | 13 | SRC_URI = "git://github.com/neutrinolabs/xrdp.git \ |
14 | file://xrdp.sysconfig \ | 14 | file://xrdp.sysconfig \ |