All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/4] xrdp: require pam in DISTRO_FEATURES
@ 2018-03-06  1:55 Armin Kuster
  2018-03-06  1:55 ` [meta-oe][PATCH 2/4] xorgxrdp: require x11 and " Armin Kuster
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Armin Kuster @ 2018-03-06  1:55 UTC (permalink / raw)
  To: akuster, openembedded-devel

there is explicit dependency on libpam without respecting pam in DISTRO_FEATURES so add the check to prevent people building it against broken libpam

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 88e309a..671a251 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 \
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [meta-oe][PATCH 2/4] xorgxrdp: require x11 and pam in DISTRO_FEATURES
  2018-03-06  1:55 [meta-oe][PATCH 1/4] xrdp: require pam in DISTRO_FEATURES Armin Kuster
@ 2018-03-06  1:55 ` Armin Kuster
  2018-03-06  9:16   ` Martin Jansa
  2018-03-06  1:55 ` [meta-oe][PATCH 3/4] grpc: move it from oe to networking layer Armin Kuster
  2018-03-06  1:55 ` [meta-oe][PATCH 4/4] mosquito: move " Armin Kuster
  2 siblings, 1 reply; 7+ messages in thread
From: Armin Kuster @ 2018-03-06  1:55 UTC (permalink / raw)
  To: akuster, openembedded-devel

Signed-off-by: Armin Kuster <akuster808@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



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [meta-oe][PATCH 3/4] grpc: move it from oe to networking layer
  2018-03-06  1:55 [meta-oe][PATCH 1/4] xrdp: require pam in DISTRO_FEATURES Armin Kuster
  2018-03-06  1:55 ` [meta-oe][PATCH 2/4] xorgxrdp: require x11 and " Armin Kuster
@ 2018-03-06  1:55 ` Armin Kuster
  2018-03-06  1:55 ` [meta-oe][PATCH 4/4] mosquito: move " Armin Kuster
  2 siblings, 0 replies; 7+ messages in thread
From: Armin Kuster @ 2018-03-06  1:55 UTC (permalink / raw)
  To: akuster, openembedded-devel

grpc has dependancy on meta-networking packages.

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../grpc/0001-CMakeLists.txt-Fix-grpc_cpp_plugin-path-during-cross.patch  | 0
 .../grpc/0001-CMakeLists.txt-Fix-libraries-installation-for-Linux.patch   | 0
 .../grpc/0004-CMakeLists.txt-Find-c-ares-in-target-sysroot-alone.patch    | 0
 {meta-oe => meta-networking}/recipes-devtools/grpc/grpc_1.8.5.bb          | 0
 4 files changed, 0 insertions(+), 0 deletions(-)
 rename {meta-oe => meta-networking}/recipes-devtools/grpc/grpc/0001-CMakeLists.txt-Fix-grpc_cpp_plugin-path-during-cross.patch (100%)
 rename {meta-oe => meta-networking}/recipes-devtools/grpc/grpc/0001-CMakeLists.txt-Fix-libraries-installation-for-Linux.patch (100%)
 rename {meta-oe => meta-networking}/recipes-devtools/grpc/grpc/0004-CMakeLists.txt-Find-c-ares-in-target-sysroot-alone.patch (100%)
 rename {meta-oe => meta-networking}/recipes-devtools/grpc/grpc_1.8.5.bb (100%)

diff --git a/meta-oe/recipes-devtools/grpc/grpc/0001-CMakeLists.txt-Fix-grpc_cpp_plugin-path-during-cross.patch b/meta-networking/recipes-devtools/grpc/grpc/0001-CMakeLists.txt-Fix-grpc_cpp_plugin-path-during-cross.patch
similarity index 100%
rename from meta-oe/recipes-devtools/grpc/grpc/0001-CMakeLists.txt-Fix-grpc_cpp_plugin-path-during-cross.patch
rename to meta-networking/recipes-devtools/grpc/grpc/0001-CMakeLists.txt-Fix-grpc_cpp_plugin-path-during-cross.patch
diff --git a/meta-oe/recipes-devtools/grpc/grpc/0001-CMakeLists.txt-Fix-libraries-installation-for-Linux.patch b/meta-networking/recipes-devtools/grpc/grpc/0001-CMakeLists.txt-Fix-libraries-installation-for-Linux.patch
similarity index 100%
rename from meta-oe/recipes-devtools/grpc/grpc/0001-CMakeLists.txt-Fix-libraries-installation-for-Linux.patch
rename to meta-networking/recipes-devtools/grpc/grpc/0001-CMakeLists.txt-Fix-libraries-installation-for-Linux.patch
diff --git a/meta-oe/recipes-devtools/grpc/grpc/0004-CMakeLists.txt-Find-c-ares-in-target-sysroot-alone.patch b/meta-networking/recipes-devtools/grpc/grpc/0004-CMakeLists.txt-Find-c-ares-in-target-sysroot-alone.patch
similarity index 100%
rename from meta-oe/recipes-devtools/grpc/grpc/0004-CMakeLists.txt-Find-c-ares-in-target-sysroot-alone.patch
rename to meta-networking/recipes-devtools/grpc/grpc/0004-CMakeLists.txt-Find-c-ares-in-target-sysroot-alone.patch
diff --git a/meta-oe/recipes-devtools/grpc/grpc_1.8.5.bb b/meta-networking/recipes-devtools/grpc/grpc_1.8.5.bb
similarity index 100%
rename from meta-oe/recipes-devtools/grpc/grpc_1.8.5.bb
rename to meta-networking/recipes-devtools/grpc/grpc_1.8.5.bb
-- 
2.7.4



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [meta-oe][PATCH 4/4] mosquito: move from oe to networking layer
  2018-03-06  1:55 [meta-oe][PATCH 1/4] xrdp: require pam in DISTRO_FEATURES Armin Kuster
  2018-03-06  1:55 ` [meta-oe][PATCH 2/4] xorgxrdp: require x11 and " Armin Kuster
  2018-03-06  1:55 ` [meta-oe][PATCH 3/4] grpc: move it from oe to networking layer Armin Kuster
@ 2018-03-06  1:55 ` Armin Kuster
  2 siblings, 0 replies; 7+ messages in thread
From: Armin Kuster @ 2018-03-06  1:55 UTC (permalink / raw)
  To: akuster, openembedded-devel

mosquito has dependancy on meta-netowrking packages

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../files/0001-config.mk-allow-prefix-mandir-localedir-from-environ.patch | 0
 .../mosquitto/files/0002-uthash-remove-in-tree-version.patch              | 0
 .../recipes-connectivity/mosquitto/files/mosquitto.init                   | 0
 .../recipes-connectivity/mosquitto/files/mosquitto.service                | 0
 .../recipes-connectivity/mosquitto/mosquitto_1.4.14.bb                    | 0
 5 files changed, 0 insertions(+), 0 deletions(-)
 rename {meta-oe => meta-networking}/recipes-connectivity/mosquitto/files/0001-config.mk-allow-prefix-mandir-localedir-from-environ.patch (100%)
 rename {meta-oe => meta-networking}/recipes-connectivity/mosquitto/files/0002-uthash-remove-in-tree-version.patch (100%)
 rename {meta-oe => meta-networking}/recipes-connectivity/mosquitto/files/mosquitto.init (100%)
 rename {meta-oe => meta-networking}/recipes-connectivity/mosquitto/files/mosquitto.service (100%)
 rename {meta-oe => meta-networking}/recipes-connectivity/mosquitto/mosquitto_1.4.14.bb (100%)

diff --git a/meta-oe/recipes-connectivity/mosquitto/files/0001-config.mk-allow-prefix-mandir-localedir-from-environ.patch b/meta-networking/recipes-connectivity/mosquitto/files/0001-config.mk-allow-prefix-mandir-localedir-from-environ.patch
similarity index 100%
rename from meta-oe/recipes-connectivity/mosquitto/files/0001-config.mk-allow-prefix-mandir-localedir-from-environ.patch
rename to meta-networking/recipes-connectivity/mosquitto/files/0001-config.mk-allow-prefix-mandir-localedir-from-environ.patch
diff --git a/meta-oe/recipes-connectivity/mosquitto/files/0002-uthash-remove-in-tree-version.patch b/meta-networking/recipes-connectivity/mosquitto/files/0002-uthash-remove-in-tree-version.patch
similarity index 100%
rename from meta-oe/recipes-connectivity/mosquitto/files/0002-uthash-remove-in-tree-version.patch
rename to meta-networking/recipes-connectivity/mosquitto/files/0002-uthash-remove-in-tree-version.patch
diff --git a/meta-oe/recipes-connectivity/mosquitto/files/mosquitto.init b/meta-networking/recipes-connectivity/mosquitto/files/mosquitto.init
similarity index 100%
rename from meta-oe/recipes-connectivity/mosquitto/files/mosquitto.init
rename to meta-networking/recipes-connectivity/mosquitto/files/mosquitto.init
diff --git a/meta-oe/recipes-connectivity/mosquitto/files/mosquitto.service b/meta-networking/recipes-connectivity/mosquitto/files/mosquitto.service
similarity index 100%
rename from meta-oe/recipes-connectivity/mosquitto/files/mosquitto.service
rename to meta-networking/recipes-connectivity/mosquitto/files/mosquitto.service
diff --git a/meta-oe/recipes-connectivity/mosquitto/mosquitto_1.4.14.bb b/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.4.14.bb
similarity index 100%
rename from meta-oe/recipes-connectivity/mosquitto/mosquitto_1.4.14.bb
rename to meta-networking/recipes-connectivity/mosquitto/mosquitto_1.4.14.bb
-- 
2.7.4



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [meta-oe][PATCH 2/4] xorgxrdp: require x11 and pam in DISTRO_FEATURES
  2018-03-06  1:55 ` [meta-oe][PATCH 2/4] xorgxrdp: require x11 and " Armin Kuster
@ 2018-03-06  9:16   ` Martin Jansa
  2018-03-06 14:37     ` akuster808
  2018-03-06 15:14     ` akuster808
  0 siblings, 2 replies; 7+ messages in thread
From: Martin Jansa @ 2018-03-06  9:16 UTC (permalink / raw)
  To: Armin Kuster; +Cc: akuster@mvista, openembedded-devel

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@gmail.com> wrote:

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [meta-oe][PATCH 2/4] xorgxrdp: require x11 and pam in DISTRO_FEATURES
  2018-03-06  9:16   ` Martin Jansa
@ 2018-03-06 14:37     ` akuster808
  2018-03-06 15:14     ` akuster808
  1 sibling, 0 replies; 7+ messages in thread
From: akuster808 @ 2018-03-06 14:37 UTC (permalink / raw)
  To: Martin Jansa, Armin Kuster; +Cc: openembedded-devel



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 <akuster808@gmail.com
> <mailto:akuster808@gmail.com>> wrote:
>
>     Signed-off-by: Armin Kuster <akuster808@gmail.com
>     <mailto:akuster808@gmail.com>>
>     ---
>      meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb
>     <http://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
>     <http://xorgxrdp_0.2.5.bb>
>     b/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb
>     <http://xorgxrdp_0.2.5.bb>
>     index 0c779b5..e86ebb5 100644
>     --- a/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb
>     <http://xorgxrdp_0.2.5.bb>
>     +++ b/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb
>     <http://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
>     <http://github.com/neutrinolabs/xorgxrdp.git> \
>                 "
>
>     --
>     2.7.4
>
>     --
>     _______________________________________________
>     Openembedded-devel mailing list
>     Openembedded-devel@lists.openembedded.org
>     <mailto:Openembedded-devel@lists.openembedded.org>
>     http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>     <http://lists.openembedded.org/mailman/listinfo/openembedded-devel>
>
>



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [meta-oe][PATCH 2/4] xorgxrdp: require x11 and pam in DISTRO_FEATURES
  2018-03-06  9:16   ` Martin Jansa
  2018-03-06 14:37     ` akuster808
@ 2018-03-06 15:14     ` akuster808
  1 sibling, 0 replies; 7+ messages in thread
From: akuster808 @ 2018-03-06 15:14 UTC (permalink / raw)
  To: Martin Jansa; +Cc: akuster@mvista, openembedded-devel



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 <akuster808@gmail.com
> <mailto:akuster808@gmail.com>> wrote:
>
>     Signed-off-by: Armin Kuster <akuster808@gmail.com
>     <mailto:akuster808@gmail.com>>
>     ---
>      meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb
>     <http://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
>     <http://xorgxrdp_0.2.5.bb>
>     b/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb
>     <http://xorgxrdp_0.2.5.bb>
>     index 0c779b5..e86ebb5 100644
>     --- a/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb
>     <http://xorgxrdp_0.2.5.bb>
>     +++ b/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb
>     <http://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
>     <http://github.com/neutrinolabs/xorgxrdp.git> \
>                 "
>
>     --
>     2.7.4
>
>     --
>     _______________________________________________
>     Openembedded-devel mailing list
>     Openembedded-devel@lists.openembedded.org
>     <mailto:Openembedded-devel@lists.openembedded.org>
>     http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>     <http://lists.openembedded.org/mailman/listinfo/openembedded-devel>
>
>



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-03-06 15:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-06  1:55 [meta-oe][PATCH 1/4] xrdp: require pam in DISTRO_FEATURES Armin Kuster
2018-03-06  1:55 ` [meta-oe][PATCH 2/4] xorgxrdp: require x11 and " Armin Kuster
2018-03-06  9:16   ` Martin Jansa
2018-03-06 14:37     ` akuster808
2018-03-06 15:14     ` akuster808
2018-03-06  1:55 ` [meta-oe][PATCH 3/4] grpc: move it from oe to networking layer Armin Kuster
2018-03-06  1:55 ` [meta-oe][PATCH 4/4] mosquito: move " Armin Kuster

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.