[oe] [meta-oe][PATCH] xrdp, xorgxrdp: require pam in DISTRO_FEATURES

Martin Jansa martin.jansa at gmail.com
Sun Mar 4 16:01:16 UTC 2018


It does apply cleanly in master, but it depends on:
http://lists.openembedded.org/pipermail/openembedded-devel/2018-February/116994.html
which is still missing in master-next.

On Sun, Mar 4, 2018 at 4:02 PM, akuster808 <akuster808 at gmail.com> wrote:

>
>
> On 03/01/2018 02:38 AM, Martin Jansa wrote:
> > * libpam dependency was added to xrdp in
> >   http://git.openembedded.org/meta-openembedded/commit/?id=
> cc32ca8030c02a2b1b22f6b43e1894dc5f00e14e
>
> Please rebase
>
> - armin
> >
> > Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
> > ---
> >  meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb | 2 +-
> >  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 9355379840..558a1982f5 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
> >  DEPENDS = "virtual/libx11 xserver-xorg xrdp nasm-native"
> >
> >  inherit distro_features_check
> > -REQUIRED_DISTRO_FEATURES = "x11"
> > +REQUIRED_DISTRO_FEATURES = "x11 pam"
> >
> >  SRC_URI = "git://github.com/neutrinolabs/xorgxrdp.git"
> >
> > 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
> >
> >  DEPENDS = "openssl virtual/libx11 libxfixes libxrandr libpam
> nasm-native fuse"
> >
> > -REQUIRED_DISTRO_FEATURES = "x11"
> > +REQUIRED_DISTRO_FEATURES = "x11 pam"
> >
> >  SRC_URI = "git://github.com/neutrinolabs/xrdp.git \
> >             file://xrdp.sysconfig \
>
>



More information about the Openembedded-devel mailing list