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

Martin Jansa martin.jansa at gmail.com
Tue Mar 6 09:16:38 UTC 2018


Duplicates:
https://patchwork.openembedded.org/patch/147412/
+
https://patchwork.openembedded.org/patch/148545/

But ok.

BTW: The first one is "State Master Next, archived", but it isn't in:
http://git.openembedded.org/openembedded-core/log/?h=master-next
something might be a bit off with your scripts.

Regards,

On Tue, Mar 6, 2018 at 2:55 AM, Armin Kuster <akuster808 at gmail.com> wrote:

> 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
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>



More information about the Openembedded-devel mailing list