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

2018-03-06 Thread akuster808


On 03/06/2018 01:16 AM, Martin Jansa wrote:
> Duplicates:
> https://patchwork.openembedded.org/patch/147412/
> +
> https://patchwork.openembedded.org/patch/148545/
>
> But ok.
>
> BTW: The first one is "StateMaster 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.
Go them this time. I had to apply them to master first then cherry pick
to the stagging/master-next

- armin
>
> Regards,
>
> On Tue, Mar 6, 2018 at 2:55 AM, Armin Kuster  > wrote:
>
> Signed-off-by: Armin Kuster  >
> ---
>  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@lists.openembedded.org
> 
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> 
>
>

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

2018-03-06 Thread akuster808


On 03/06/2018 01:16 AM, Martin Jansa wrote:
> Duplicates:
> https://patchwork.openembedded.org/patch/147412/
> +
> https://patchwork.openembedded.org/patch/148545/
>
> But ok.
i'll take those.

>
> BTW: The first one is "StateMaster 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.
Me ;)

I'll double check.

Sorry for the noise.
Armin
>
> Regards,
>
> On Tue, Mar 6, 2018 at 2:55 AM, Armin Kuster  > wrote:
>
> Signed-off-by: Armin Kuster  >
> ---
>  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@lists.openembedded.org
> 
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> 
>
>

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

2018-03-06 Thread Martin Jansa
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  wrote:

> Signed-off-by: Armin Kuster 
> ---
>  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@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel