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 /meta-oe/recipes-support/xrdp | |
| 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>
Diffstat (limited to 'meta-oe/recipes-support/xrdp')
| -rw-r--r-- | meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 88e309a59f..671a251962 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 \ |
