[oe] [meta-oe][PATCH v4] libqmi: Update to 1.22.0

2019-01-24 Thread Glenn Stroz via Openembedded-devel
Giving up on inline patches for now.
From b1fa081fcd795384e37dd2078072e77070559cf1 Mon Sep 17 00:00:00 2001
From: Glenn Stroz 
Date: Wed, 23 Jan 2019 19:58:01 -0500
Subject: [PATCH] libqmi: Upgrade to 1.22.0

Signed-off-by: Glenn Stroz 
---
 ...t-create-invalid-wds-start-network-w.patch | 41 ---
 .../{libqmi_1.20.2.bb => libqmi_1.22.0.bb}|  6 +--
 2 files changed, 3 insertions(+), 44 deletions(-)
 delete mode 100644 meta-oe/recipes-connectivity/libqmi/libqmi/0001-qmi-network-Don-t-create-invalid-wds-start-network-w.patch
 rename meta-oe/recipes-connectivity/libqmi/{libqmi_1.20.2.bb => libqmi_1.22.0.bb} (78%)

diff --git a/meta-oe/recipes-connectivity/libqmi/libqmi/0001-qmi-network-Don-t-create-invalid-wds-start-network-w.patch b/meta-oe/recipes-connectivity/libqmi/libqmi/0001-qmi-network-Don-t-create-invalid-wds-start-network-w.patch
deleted file mode 100644
index d230d6803..0
--- a/meta-oe/recipes-connectivity/libqmi/libqmi/0001-qmi-network-Don-t-create-invalid-wds-start-network-w.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From 8269f4d86927fbe19e78776a12736680fe9169b6 Mon Sep 17 00:00:00 2001
-From: Adrian Bunk 
-Date: Mon, 1 Oct 2018 16:53:31 +0300
-Subject: [PATCH] qmi-network: Don't create invalid --wds-start-network when
- APN is not set
-
-In 1.20.2 the warning for this was turned into an error.
-
-(cherry picked from commit 289d8ad6419895e2e1fba3d78a54a0db65da521d)

-Upstream-Status: Backport
-
- utils/qmi-network.in | 12 +++-
- 1 file changed, 7 insertions(+), 5 deletions(-)
-
-diff --git a/utils/qmi-network.in b/utils/qmi-network.in
-index bf7bed9..a9e5299 100755
 a/utils/qmi-network.in
-+++ b/utils/qmi-network.in
-@@ -334,11 +334,13 @@ start_network ()
- 
- setup_data_format
- 
--START_NETWORK_ARGS="apn='$APN'"
--if [ -n "$APN_USER" ]; then
--START_NETWORK_ARGS="${START_NETWORK_ARGS},username='$APN_USER'"
--if [ -n "$APN_PASS" ]; then
--START_NETWORK_ARGS="${START_NETWORK_ARGS},password='$APN_PASS'"
-+if [ -n "$APN" ]; then
-+START_NETWORK_ARGS="apn='$APN'"
-+if [ -n "$APN_USER" ]; then
-+START_NETWORK_ARGS="${START_NETWORK_ARGS},username='$APN_USER'"
-+if [ -n "$APN_PASS" ]; then
-+START_NETWORK_ARGS="${START_NETWORK_ARGS},password='$APN_PASS'"
-+fi
- fi
- fi
- 
--- 
-2.7.4
-
diff --git a/meta-oe/recipes-connectivity/libqmi/libqmi_1.20.2.bb b/meta-oe/recipes-connectivity/libqmi/libqmi_1.22.0.bb
similarity index 78%
rename from meta-oe/recipes-connectivity/libqmi/libqmi_1.20.2.bb
rename to meta-oe/recipes-connectivity/libqmi/libqmi_1.22.0.bb
index f0bc81cc9..c15dfb472 100644
--- a/meta-oe/recipes-connectivity/libqmi/libqmi_1.20.2.bb
+++ b/meta-oe/recipes-connectivity/libqmi/libqmi_1.22.0.bb
@@ -12,12 +12,12 @@ DEPENDS = "glib-2.0 glib-2.0-native"
 inherit autotools pkgconfig bash-completion
 
 SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz \
-   file://0001-qmi-network-Don-t-create-invalid-wds-start-network-w.patch \
file://0001-Detect-clang.patch \
"
-SRC_URI[md5sum] = "584214476ab75c394160cb85fbccaa1d"
-SRC_URI[sha256sum] = "c73459ca8bfe1213f8047858d4946fc1f58e164d4f488a7a6904edee25e2ca44"
+SRC_URI[md5sum] = "35f7e1b03f9b6218a30c78422f72c6ac"
+SRC_URI[sha256sum] = "21c198b481f1617bb7edb1960d823569de3e38b269dbf513af1b56048cafaa17"
 
 PACKAGECONFIG ??= "udev mbim"
 PACKAGECONFIG[udev] = ",--without-udev,libgudev"
 PACKAGECONFIG[mbim] = "--enable-mbim-qmux,--disable-mbim-qmux,libmbim"
+
-- 
2.20.1

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


[oe] [meta-oe][PATCH v3] libqmi: Update to 1.22.0

2019-01-24 Thread Glenn Stroz via Openembedded-devel
Signed-off-by: Glenn Stroz 
---
 ...t-create-invalid-wds-start-network-w.patch | 41 ---
 .../{libqmi_1.20.2.bb => libqmi_1.22.0.bb}|  6 +--
 2 files changed, 3 insertions(+), 44 deletions(-)
 delete mode 100644
meta-oe/recipes-connectivity/libqmi/libqmi/0001-qmi-network-Don-t-create-invalid-wds-start-network-w.patch
 rename meta-oe/recipes-connectivity/libqmi/{libqmi_1.20.2.bb =>
libqmi_1.22.0.bb} (78%)

diff --git
a/meta-oe/recipes-connectivity/libqmi/libqmi/0001-qmi-network-Don-t-create-invalid-wds-start-network-w.patch
b/meta-oe/recipes-connectivity/libqmi/libqmi/0001-qmi-network-Don-t-create-invalid-wds-start-network-w.patch
deleted file mode 100644
index d230d6803..0
---
a/meta-oe/recipes-connectivity/libqmi/libqmi/0001-qmi-network-Don-t-create-invalid-wds-start-network-w.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From 8269f4d86927fbe19e78776a12736680fe9169b6 Mon Sep 17 00:00:00 2001
-From: Adrian Bunk 
-Date: Mon, 1 Oct 2018 16:53:31 +0300
-Subject: [PATCH] qmi-network: Don't create invalid --wds-start-network when
- APN is not set
-
-In 1.20.2 the warning for this was turned into an error.
-
-(cherry picked from commit 289d8ad6419895e2e1fba3d78a54a0db65da521d)

-Upstream-Status: Backport
-
- utils/qmi-network.in | 12 +++-
- 1 file changed, 7 insertions(+), 5 deletions(-)
-
-diff --git a/utils/qmi-network.in b/utils/qmi-network.in
-index bf7bed9..a9e5299 100755
 a/utils/qmi-network.in
-+++ b/utils/qmi-network.in
-@@ -334,11 +334,13 @@ start_network ()
-
- setup_data_format
-
--START_NETWORK_ARGS="apn='$APN'"
--if [ -n "$APN_USER" ]; then
--START_NETWORK_ARGS="${START_NETWORK_ARGS},username='$APN_USER'"
--if [ -n "$APN_PASS" ]; then
--
 START_NETWORK_ARGS="${START_NETWORK_ARGS},password='$APN_PASS'"
-+if [ -n "$APN" ]; then
-+START_NETWORK_ARGS="apn='$APN'"
-+if [ -n "$APN_USER" ]; then
-+
 START_NETWORK_ARGS="${START_NETWORK_ARGS},username='$APN_USER'"
-+if [ -n "$APN_PASS" ]; then
-+
 START_NETWORK_ARGS="${START_NETWORK_ARGS},password='$APN_PASS'"
-+fi
- fi
- fi
-
---
-2.7.4
-
diff --git a/meta-oe/recipes-connectivity/libqmi/libqmi_1.20.2.bb
b/meta-oe/recipes-connectivity/libqmi/libqmi_1.22.0.bb
similarity index 78%
rename from meta-oe/recipes-connectivity/libqmi/libqmi_1.20.2.bb
rename to meta-oe/recipes-connectivity/libqmi/libqmi_1.22.0.bb
index f0bc81cc9..c15dfb472 100644
--- a/meta-oe/recipes-connectivity/libqmi/libqmi_1.20.2.bb
+++ b/meta-oe/recipes-connectivity/libqmi/libqmi_1.22.0.bb
@@ -12,12 +12,12 @@ DEPENDS = "glib-2.0 glib-2.0-native"
 inherit autotools pkgconfig bash-completion

 SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz \
-
file://0001-qmi-network-Don-t-create-invalid-wds-start-network-w.patch \
file://0001-Detect-clang.patch \
"
-SRC_URI[md5sum] = "584214476ab75c394160cb85fbccaa1d"
-SRC_URI[sha256sum] =
"c73459ca8bfe1213f8047858d4946fc1f58e164d4f488a7a6904edee25e2ca44"
+SRC_URI[md5sum] = "35f7e1b03f9b6218a30c78422f72c6ac"
+SRC_URI[sha256sum] =
"21c198b481f1617bb7edb1960d823569de3e38b269dbf513af1b56048cafaa17"

 PACKAGECONFIG ??= "udev mbim"
 PACKAGECONFIG[udev] = ",--without-udev,libgudev"
 PACKAGECONFIG[mbim] = "--enable-mbim-qmux,--disable-mbim-qmux,libmbim"
+
-- 
2.20.1
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe][PATCH v2] libqmi: Update to 1.22.0

2019-01-24 Thread Khem Raj
inline is better attachment is ok, github pull is ok too for my workflow

On Thu, Jan 24, 2019 at 9:58 PM Glenn Stroz  wrote:
>
> Hi Khem,
>
> Yeah it looks like gmail cuts off lines when pasting patches into the web 
> forum - even with plain text. My organization restricts SMTP so I can't use 
> git send-email. Is it possible to attach the patch or does it need to be 
> inline?
>
>
>
> On Thu, Jan 24, 2019 at 8:54 PM Khem Raj  wrote:
>>
>> Hi Glenn
>>
>> Thanks for patch but it does not apply,
>>
>> Applying: libqmi: Update to 1.22.0
>> error: corrupt patch at line 56
>> Patch failed at 0001 libqmi: Update to 1.22.0
>>
>> Can you generate this patch on top of master and
>> use git format-patch to generate the patch and resend it
>>
>> On Thu, Jan 24, 2019 at 5:57 PM Glenn Stroz via Openembedded-devel
>>  wrote:
>> >
>> > Signed-off-by: Glenn Stroz 
>> > ---
>> >  ...t-create-invalid-wds-start-network-w.patch | 41 ---
>> >  .../{libqmi_1.20.2.bb => libqmi_1.22.0.bb}|  6 +--
>> >  2 files changed, 3 insertions(+), 44 deletions(-)
>> >  delete mode 100644
>> > meta-oe/recipes-connectivity/libqmi/libqmi/0001-qmi-network-Don-t-create-invalid-wds-start-network-w.patch
>> >  rename meta-oe/recipes-connectivity/libqmi/{libqmi_1.20.2.bb =>
>> > libqmi_1.22.0.bb} (78%)
>> >
>> > diff --git 
>> > a/meta-oe/recipes-connectivity/libqmi/libqmi/0001-qmi-network-Don-t-create-invalid-wds-start-network-w.patch
>> > b/meta-oe/recipes-connectivity/libqmi/libqmi/0001-qmi-network-Don-t-create-invalid-wds-start-network-w.patch
>> > deleted file mode 100644
>> > index d230d6803..0
>> > --- 
>> > a/meta-oe/recipes-connectivity/libqmi/libqmi/0001-qmi-network-Don-t-create-invalid-wds-start-network-w.patch
>> > +++ /dev/null
>> > @@ -1,41 +0,0 @@
>> > -From 8269f4d86927fbe19e78776a12736680fe9169b6 Mon Sep 17 00:00:00 2001
>> > -From: Adrian Bunk 
>> > -Date: Mon, 1 Oct 2018 16:53:31 +0300
>> > -Subject: [PATCH] qmi-network: Don't create invalid --wds-start-network 
>> > when
>> > - APN is not set
>> > -
>> > -In 1.20.2 the warning for this was turned into an error.
>> > -
>> > -(cherry picked from commit 289d8ad6419895e2e1fba3d78a54a0db65da521d)
>> > 
>> > -Upstream-Status: Backport
>> > -
>> > - utils/qmi-network.in | 12 +++-
>> > - 1 file changed, 7 insertions(+), 5 deletions(-)
>> > -
>> > -diff --git a/utils/qmi-network.in b/utils/qmi-network.in
>> > -index bf7bed9..a9e5299 100755
>> >  a/utils/qmi-network.in
>> > -+++ b/utils/qmi-network.in
>> > -@@ -334,11 +334,13 @@ start_network ()
>> > -
>> > - setup_data_format
>> > -
>> > --START_NETWORK_ARGS="apn='$APN'"
>> > --if [ -n "$APN_USER" ]; then
>> > --START_NETWORK_ARGS="${START_NETWORK_ARGS},username='$APN_USER'"
>> > --if [ -n "$APN_PASS" ]; then
>> > --
>> > START_NETWORK_ARGS="${START_NETWORK_ARGS},password='$APN_PASS'"
>> > -+if [ -n "$APN" ]; then
>> > -+START_NETWORK_ARGS="apn='$APN'"
>> > -+if [ -n "$APN_USER" ]; then
>> > -+
>> > START_NETWORK_ARGS="${START_NETWORK_ARGS},username='$APN_USER'"
>> > -+if [ -n "$APN_PASS" ]; then
>> > -+
>> > START_NETWORK_ARGS="${START_NETWORK_ARGS},password='$APN_PASS'"
>> > -+fi
>> > - fi
>> > - fi
>> > -
>> > ---
>> > -2.7.4
>> > -
>> > diff --git a/meta-oe/recipes-connectivity/libqmi/libqmi_1.20.2.bb
>> > b/meta-oe/recipes-connectivity/libqmi/libqmi_1.22.0.bb
>> > similarity index 78%
>> > rename from meta-oe/recipes-connectivity/libqmi/libqmi_1.20.2.bb
>> > rename to meta-oe/recipes-connectivity/libqmi/libqmi_1.22.0.bb
>> > index f0bc81cc9..c15dfb472 100644
>> > --- a/meta-oe/recipes-connectivity/libqmi/libqmi_1.20.2.bb
>> > +++ b/meta-oe/recipes-connectivity/libqmi/libqmi_1.22.0.bb
>> > @@ -12,12 +12,12 @@ DEPENDS = "glib-2.0 glib-2.0-native"
>> >  inherit autotools pkgconfig bash-completion
>> >
>> >  SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz 
>> > \
>> > -   
>> > file://0001-qmi-network-Don-t-create-invalid-wds-start-network-w.patch
>> > \
>> > file://0001-Detect-clang.patch \
>> > "
>> > -SRC_URI[md5sum] = "584214476ab75c394160cb85fbccaa1d"
>> > -SRC_URI[sha256sum] =
>> > "c73459ca8bfe1213f8047858d4946fc1f58e164d4f488a7a6904edee25e2ca44"
>> > +SRC_URI[md5sum] = "35f7e1b03f9b6218a30c78422f72c6ac"
>> > +SRC_URI[sha256sum] =
>> > "21c198b481f1617bb7edb1960d823569de3e38b269dbf513af1b56048cafaa17"
>> >
>> >  PACKAGECONFIG ??= "udev mbim"
>> >  PACKAGECONFIG[udev] = ",--without-udev,libgudev"
>> >  PACKAGECONFIG[mbim] = "--enable-mbim-qmux,--disable-mbim-qmux,libmbim"
>> > +
>> > --
>> > 2.20.1
>> > --
>> > ___
>> > Openembedded-devel mailing list
>> > Openembedded-devel@lists.openembedded.org
>> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
-- 
___
Openembedded-devel mailing list

Re: [oe] [meta-oe][PATCH v2] libqmi: Update to 1.22.0

2019-01-24 Thread Glenn Stroz via Openembedded-devel
Hi Khem,

Yeah it looks like gmail cuts off lines when pasting patches into the web
forum - even with plain text. My organization restricts SMTP so I can't use
git send-email. Is it possible to attach the patch or does it need to be
inline?



On Thu, Jan 24, 2019 at 8:54 PM Khem Raj  wrote:

> Hi Glenn
>
> Thanks for patch but it does not apply,
>
> Applying: libqmi: Update to 1.22.0
> error: corrupt patch at line 56
> Patch failed at 0001 libqmi: Update to 1.22.0
>
> Can you generate this patch on top of master and
> use git format-patch to generate the patch and resend it
>
> On Thu, Jan 24, 2019 at 5:57 PM Glenn Stroz via Openembedded-devel
>  wrote:
> >
> > Signed-off-by: Glenn Stroz 
> > ---
> >  ...t-create-invalid-wds-start-network-w.patch | 41 ---
> >  .../{libqmi_1.20.2.bb => libqmi_1.22.0.bb}|  6 +--
> >  2 files changed, 3 insertions(+), 44 deletions(-)
> >  delete mode 100644
> >
> meta-oe/recipes-connectivity/libqmi/libqmi/0001-qmi-network-Don-t-create-invalid-wds-start-network-w.patch
> >  rename meta-oe/recipes-connectivity/libqmi/{libqmi_1.20.2.bb =>
> > libqmi_1.22.0.bb} (78%)
> >
> > diff --git
> a/meta-oe/recipes-connectivity/libqmi/libqmi/0001-qmi-network-Don-t-create-invalid-wds-start-network-w.patch
> >
> b/meta-oe/recipes-connectivity/libqmi/libqmi/0001-qmi-network-Don-t-create-invalid-wds-start-network-w.patch
> > deleted file mode 100644
> > index d230d6803..0
> > ---
> a/meta-oe/recipes-connectivity/libqmi/libqmi/0001-qmi-network-Don-t-create-invalid-wds-start-network-w.patch
> > +++ /dev/null
> > @@ -1,41 +0,0 @@
> > -From 8269f4d86927fbe19e78776a12736680fe9169b6 Mon Sep 17 00:00:00 2001
> > -From: Adrian Bunk 
> > -Date: Mon, 1 Oct 2018 16:53:31 +0300
> > -Subject: [PATCH] qmi-network: Don't create invalid --wds-start-network
> when
> > - APN is not set
> > -
> > -In 1.20.2 the warning for this was turned into an error.
> > -
> > -(cherry picked from commit 289d8ad6419895e2e1fba3d78a54a0db65da521d)
> > 
> > -Upstream-Status: Backport
> > -
> > - utils/qmi-network.in | 12 +++-
> > - 1 file changed, 7 insertions(+), 5 deletions(-)
> > -
> > -diff --git a/utils/qmi-network.in b/utils/qmi-network.in
> > -index bf7bed9..a9e5299 100755
> >  a/utils/qmi-network.in
> > -+++ b/utils/qmi-network.in
> > -@@ -334,11 +334,13 @@ start_network ()
> > -
> > - setup_data_format
> > -
> > --START_NETWORK_ARGS="apn='$APN'"
> > --if [ -n "$APN_USER" ]; then
> > --START_NETWORK_ARGS="${START_NETWORK_ARGS},username='$APN_USER'"
> > --if [ -n "$APN_PASS" ]; then
> > --
> START_NETWORK_ARGS="${START_NETWORK_ARGS},password='$APN_PASS'"
> > -+if [ -n "$APN" ]; then
> > -+START_NETWORK_ARGS="apn='$APN'"
> > -+if [ -n "$APN_USER" ]; then
> > -+
> START_NETWORK_ARGS="${START_NETWORK_ARGS},username='$APN_USER'"
> > -+if [ -n "$APN_PASS" ]; then
> > -+
> > START_NETWORK_ARGS="${START_NETWORK_ARGS},password='$APN_PASS'"
> > -+fi
> > - fi
> > - fi
> > -
> > ---
> > -2.7.4
> > -
> > diff --git a/meta-oe/recipes-connectivity/libqmi/libqmi_1.20.2.bb
> > b/meta-oe/recipes-connectivity/libqmi/libqmi_1.22.0.bb
> > similarity index 78%
> > rename from meta-oe/recipes-connectivity/libqmi/libqmi_1.20.2.bb
> > rename to meta-oe/recipes-connectivity/libqmi/libqmi_1.22.0.bb
> > index f0bc81cc9..c15dfb472 100644
> > --- a/meta-oe/recipes-connectivity/libqmi/libqmi_1.20.2.bb
> > +++ b/meta-oe/recipes-connectivity/libqmi/libqmi_1.22.0.bb
> > @@ -12,12 +12,12 @@ DEPENDS = "glib-2.0 glib-2.0-native"
> >  inherit autotools pkgconfig bash-completion
> >
> >  SRC_URI = "
> http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz \
> > -
>  file://0001-qmi-network-Don-t-create-invalid-wds-start-network-w.patch
> > \
> > file://0001-Detect-clang.patch \
> > "
> > -SRC_URI[md5sum] = "584214476ab75c394160cb85fbccaa1d"
> > -SRC_URI[sha256sum] =
> > "c73459ca8bfe1213f8047858d4946fc1f58e164d4f488a7a6904edee25e2ca44"
> > +SRC_URI[md5sum] = "35f7e1b03f9b6218a30c78422f72c6ac"
> > +SRC_URI[sha256sum] =
> > "21c198b481f1617bb7edb1960d823569de3e38b269dbf513af1b56048cafaa17"
> >
> >  PACKAGECONFIG ??= "udev mbim"
> >  PACKAGECONFIG[udev] = ",--without-udev,libgudev"
> >  PACKAGECONFIG[mbim] = "--enable-mbim-qmux,--disable-mbim-qmux,libmbim"
> > +
> > --
> > 2.20.1
> > --
> > ___
> > 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] [PATCH 3/5] xfce4-power-manager: enable polkit depending on distro feature

2019-01-24 Thread Yu, Mingli



On 2019年01月24日 20:24, Stefan Agner wrote:

On 23.01.2019 04:02, Yu, Mingli wrote:

On 2019年01月21日 02:07, Khem Raj wrote:

On Thu, Jan 17, 2019 at 4:30 PM Randy MacLeod
 wrote:


On 1/17/19 1:39 PM, Stefan Agner wrote:

On 17.01.2019 18:53, Andreas Müller wrote:

On Thu, Jan 17, 2019 at 5:27 PM Stefan Agner  wrote:


From: Stefan Agner 

systemd and polkit are not directly related. It is just fine to build
with systemd but without polkit.

Surely it builds but is it still usable as unpriviledged user?


TBH, I don't know, did not run XFCE.


We do! :)



If it is unusable, we probably should not make it an option anyway? Just
enable it always and make polkit a fixed dependency?


Grace,
Please apply this series of patches and check if
xfce4-power-manager is usable as an unprivileged user?


Thanks for testing it out, I will wait to hear from you


Hi Randy and Khem:

It's usable as an unprivileged user when project configured with below
items altogether:
1, with systemd DISTRO_FEATURES
2, without polkit DISTRO_FEATURES
3, polkit package installed.
BTW, if we don't install polkit, there comes below error:
Missing or unbuildable dependency chain was:
['packagegroup-xfce-base', 'xfce4-session', 'polkit']


I don't understand this. In this case, you have polkit *not* in
DISTRO_FEATURES and this patch applied?


Hi Stefan,

Yes, I apply these series patch successfully without polkit in 
DISTRO_FEATURES.
I guess you forget to inherit distro_features_check in your "[oe] [PATCH 
1/5] polkit: add polkit as a required distro feature" make it possible?


Thanks,



In that case, packageconfig polkit should not be enabled, and hence
polkit should not be a dependency.




And there also comes a question about
"[oe] [PATCH 1/5] polkit: add polkit as a required distro feature" as
there is a logic as REQUIRED_DISTRO_FEATURES = "polkit" added, but why
does it inherit distro_features_check?


polkit does not inherit distro_features_check, but should I guess?

You probably meant to ask "why does it *not* inherit
distro_features_check?"

Good catch, will send a patch to add distro_features_check.

--
Stefan


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


Re: [oe] [meta-oe][PATCH v2] libqmi: Update to 1.22.0

2019-01-24 Thread Khem Raj
Hi Glenn

Thanks for patch but it does not apply,

Applying: libqmi: Update to 1.22.0
error: corrupt patch at line 56
Patch failed at 0001 libqmi: Update to 1.22.0

Can you generate this patch on top of master and
use git format-patch to generate the patch and resend it

On Thu, Jan 24, 2019 at 5:57 PM Glenn Stroz via Openembedded-devel
 wrote:
>
> Signed-off-by: Glenn Stroz 
> ---
>  ...t-create-invalid-wds-start-network-w.patch | 41 ---
>  .../{libqmi_1.20.2.bb => libqmi_1.22.0.bb}|  6 +--
>  2 files changed, 3 insertions(+), 44 deletions(-)
>  delete mode 100644
> meta-oe/recipes-connectivity/libqmi/libqmi/0001-qmi-network-Don-t-create-invalid-wds-start-network-w.patch
>  rename meta-oe/recipes-connectivity/libqmi/{libqmi_1.20.2.bb =>
> libqmi_1.22.0.bb} (78%)
>
> diff --git 
> a/meta-oe/recipes-connectivity/libqmi/libqmi/0001-qmi-network-Don-t-create-invalid-wds-start-network-w.patch
> b/meta-oe/recipes-connectivity/libqmi/libqmi/0001-qmi-network-Don-t-create-invalid-wds-start-network-w.patch
> deleted file mode 100644
> index d230d6803..0
> --- 
> a/meta-oe/recipes-connectivity/libqmi/libqmi/0001-qmi-network-Don-t-create-invalid-wds-start-network-w.patch
> +++ /dev/null
> @@ -1,41 +0,0 @@
> -From 8269f4d86927fbe19e78776a12736680fe9169b6 Mon Sep 17 00:00:00 2001
> -From: Adrian Bunk 
> -Date: Mon, 1 Oct 2018 16:53:31 +0300
> -Subject: [PATCH] qmi-network: Don't create invalid --wds-start-network when
> - APN is not set
> -
> -In 1.20.2 the warning for this was turned into an error.
> -
> -(cherry picked from commit 289d8ad6419895e2e1fba3d78a54a0db65da521d)
> 
> -Upstream-Status: Backport
> -
> - utils/qmi-network.in | 12 +++-
> - 1 file changed, 7 insertions(+), 5 deletions(-)
> -
> -diff --git a/utils/qmi-network.in b/utils/qmi-network.in
> -index bf7bed9..a9e5299 100755
>  a/utils/qmi-network.in
> -+++ b/utils/qmi-network.in
> -@@ -334,11 +334,13 @@ start_network ()
> -
> - setup_data_format
> -
> --START_NETWORK_ARGS="apn='$APN'"
> --if [ -n "$APN_USER" ]; then
> --START_NETWORK_ARGS="${START_NETWORK_ARGS},username='$APN_USER'"
> --if [ -n "$APN_PASS" ]; then
> --START_NETWORK_ARGS="${START_NETWORK_ARGS},password='$APN_PASS'"
> -+if [ -n "$APN" ]; then
> -+START_NETWORK_ARGS="apn='$APN'"
> -+if [ -n "$APN_USER" ]; then
> -+START_NETWORK_ARGS="${START_NETWORK_ARGS},username='$APN_USER'"
> -+if [ -n "$APN_PASS" ]; then
> -+
> START_NETWORK_ARGS="${START_NETWORK_ARGS},password='$APN_PASS'"
> -+fi
> - fi
> - fi
> -
> ---
> -2.7.4
> -
> diff --git a/meta-oe/recipes-connectivity/libqmi/libqmi_1.20.2.bb
> b/meta-oe/recipes-connectivity/libqmi/libqmi_1.22.0.bb
> similarity index 78%
> rename from meta-oe/recipes-connectivity/libqmi/libqmi_1.20.2.bb
> rename to meta-oe/recipes-connectivity/libqmi/libqmi_1.22.0.bb
> index f0bc81cc9..c15dfb472 100644
> --- a/meta-oe/recipes-connectivity/libqmi/libqmi_1.20.2.bb
> +++ b/meta-oe/recipes-connectivity/libqmi/libqmi_1.22.0.bb
> @@ -12,12 +12,12 @@ DEPENDS = "glib-2.0 glib-2.0-native"
>  inherit autotools pkgconfig bash-completion
>
>  SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz \
> -   
> file://0001-qmi-network-Don-t-create-invalid-wds-start-network-w.patch
> \
> file://0001-Detect-clang.patch \
> "
> -SRC_URI[md5sum] = "584214476ab75c394160cb85fbccaa1d"
> -SRC_URI[sha256sum] =
> "c73459ca8bfe1213f8047858d4946fc1f58e164d4f488a7a6904edee25e2ca44"
> +SRC_URI[md5sum] = "35f7e1b03f9b6218a30c78422f72c6ac"
> +SRC_URI[sha256sum] =
> "21c198b481f1617bb7edb1960d823569de3e38b269dbf513af1b56048cafaa17"
>
>  PACKAGECONFIG ??= "udev mbim"
>  PACKAGECONFIG[udev] = ",--without-udev,libgudev"
>  PACKAGECONFIG[mbim] = "--enable-mbim-qmux,--disable-mbim-qmux,libmbim"
> +
> --
> 2.20.1
> --
> ___
> 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


[oe] [meta-oe][PATCH v2] libqmi: Update to 1.22.0

2019-01-24 Thread Glenn Stroz via Openembedded-devel
Signed-off-by: Glenn Stroz 
---
 ...t-create-invalid-wds-start-network-w.patch | 41 ---
 .../{libqmi_1.20.2.bb => libqmi_1.22.0.bb}|  6 +--
 2 files changed, 3 insertions(+), 44 deletions(-)
 delete mode 100644
meta-oe/recipes-connectivity/libqmi/libqmi/0001-qmi-network-Don-t-create-invalid-wds-start-network-w.patch
 rename meta-oe/recipes-connectivity/libqmi/{libqmi_1.20.2.bb =>
libqmi_1.22.0.bb} (78%)

diff --git 
a/meta-oe/recipes-connectivity/libqmi/libqmi/0001-qmi-network-Don-t-create-invalid-wds-start-network-w.patch
b/meta-oe/recipes-connectivity/libqmi/libqmi/0001-qmi-network-Don-t-create-invalid-wds-start-network-w.patch
deleted file mode 100644
index d230d6803..0
--- 
a/meta-oe/recipes-connectivity/libqmi/libqmi/0001-qmi-network-Don-t-create-invalid-wds-start-network-w.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From 8269f4d86927fbe19e78776a12736680fe9169b6 Mon Sep 17 00:00:00 2001
-From: Adrian Bunk 
-Date: Mon, 1 Oct 2018 16:53:31 +0300
-Subject: [PATCH] qmi-network: Don't create invalid --wds-start-network when
- APN is not set
-
-In 1.20.2 the warning for this was turned into an error.
-
-(cherry picked from commit 289d8ad6419895e2e1fba3d78a54a0db65da521d)

-Upstream-Status: Backport
-
- utils/qmi-network.in | 12 +++-
- 1 file changed, 7 insertions(+), 5 deletions(-)
-
-diff --git a/utils/qmi-network.in b/utils/qmi-network.in
-index bf7bed9..a9e5299 100755
 a/utils/qmi-network.in
-+++ b/utils/qmi-network.in
-@@ -334,11 +334,13 @@ start_network ()
-
- setup_data_format
-
--START_NETWORK_ARGS="apn='$APN'"
--if [ -n "$APN_USER" ]; then
--START_NETWORK_ARGS="${START_NETWORK_ARGS},username='$APN_USER'"
--if [ -n "$APN_PASS" ]; then
--START_NETWORK_ARGS="${START_NETWORK_ARGS},password='$APN_PASS'"
-+if [ -n "$APN" ]; then
-+START_NETWORK_ARGS="apn='$APN'"
-+if [ -n "$APN_USER" ]; then
-+START_NETWORK_ARGS="${START_NETWORK_ARGS},username='$APN_USER'"
-+if [ -n "$APN_PASS" ]; then
-+
START_NETWORK_ARGS="${START_NETWORK_ARGS},password='$APN_PASS'"
-+fi
- fi
- fi
-
---
-2.7.4
-
diff --git a/meta-oe/recipes-connectivity/libqmi/libqmi_1.20.2.bb
b/meta-oe/recipes-connectivity/libqmi/libqmi_1.22.0.bb
similarity index 78%
rename from meta-oe/recipes-connectivity/libqmi/libqmi_1.20.2.bb
rename to meta-oe/recipes-connectivity/libqmi/libqmi_1.22.0.bb
index f0bc81cc9..c15dfb472 100644
--- a/meta-oe/recipes-connectivity/libqmi/libqmi_1.20.2.bb
+++ b/meta-oe/recipes-connectivity/libqmi/libqmi_1.22.0.bb
@@ -12,12 +12,12 @@ DEPENDS = "glib-2.0 glib-2.0-native"
 inherit autotools pkgconfig bash-completion

 SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz \
-   
file://0001-qmi-network-Don-t-create-invalid-wds-start-network-w.patch
\
file://0001-Detect-clang.patch \
"
-SRC_URI[md5sum] = "584214476ab75c394160cb85fbccaa1d"
-SRC_URI[sha256sum] =
"c73459ca8bfe1213f8047858d4946fc1f58e164d4f488a7a6904edee25e2ca44"
+SRC_URI[md5sum] = "35f7e1b03f9b6218a30c78422f72c6ac"
+SRC_URI[sha256sum] =
"21c198b481f1617bb7edb1960d823569de3e38b269dbf513af1b56048cafaa17"

 PACKAGECONFIG ??= "udev mbim"
 PACKAGECONFIG[udev] = ",--without-udev,libgudev"
 PACKAGECONFIG[mbim] = "--enable-mbim-qmux,--disable-mbim-qmux,libmbim"
+
-- 
2.20.1
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH] libqmi: Update to 1.22.0

2019-01-24 Thread Glenn Stroz via Openembedded-devel
Signed-off-by: Glenn Stroz 
---
 ...t-create-invalid-wds-start-network-w.patch | 41 ---
 .../{libqmi_1.20.2.bb => libqmi_1.22.0.bb}|  6 +--
 2 files changed, 3 insertions(+), 44 deletions(-)
 delete mode 100644
meta-oe/recipes-connectivity/libqmi/libqmi/0001-qmi-network-Don-t-create-invalid-wds-start-network-w.patch
 rename meta-oe/recipes-connectivity/libqmi/{libqmi_1.20.2.bb =>
libqmi_1.22.0.bb} (78%)

diff --git 
a/meta-oe/recipes-connectivity/libqmi/libqmi/0001-qmi-network-Don-t-create-invalid-wds-start-network-w.patch
b/meta-oe/recipes-connectivity/libqmi/libqmi/0001-qmi-network-Don-t-create-invalid-wds-start-network-w.patch
deleted file mode 100644
index d230d6803..0
--- 
a/meta-oe/recipes-connectivity/libqmi/libqmi/0001-qmi-network-Don-t-create-invalid-wds-start-network-w.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From 8269f4d86927fbe19e78776a12736680fe9169b6 Mon Sep 17 00:00:00 2001
-From: Adrian Bunk 
-Date: Mon, 1 Oct 2018 16:53:31 +0300
-Subject: [PATCH] qmi-network: Don't create invalid --wds-start-network when
- APN is not set
-
-In 1.20.2 the warning for this was turned into an error.
-
-(cherry picked from commit 289d8ad6419895e2e1fba3d78a54a0db65da521d)

-Upstream-Status: Backport
-
- utils/qmi-network.in | 12 +++-
- 1 file changed, 7 insertions(+), 5 deletions(-)
-
-diff --git a/utils/qmi-network.in b/utils/qmi-network.in
-index bf7bed9..a9e5299 100755
 a/utils/qmi-network.in
-+++ b/utils/qmi-network.in
-@@ -334,11 +334,13 @@ start_network ()
-
- setup_data_format
-
--START_NETWORK_ARGS="apn='$APN'"
--if [ -n "$APN_USER" ]; then
--START_NETWORK_ARGS="${START_NETWORK_ARGS},username='$APN_USER'"
--if [ -n "$APN_PASS" ]; then
--START_NETWORK_ARGS="${START_NETWORK_ARGS},password='$APN_PASS'"
-+if [ -n "$APN" ]; then
-+START_NETWORK_ARGS="apn='$APN'"
-+if [ -n "$APN_USER" ]; then
-+START_NETWORK_ARGS="${START_NETWORK_ARGS},username='$APN_USER'"
-+if [ -n "$APN_PASS" ]; then
-+
START_NETWORK_ARGS="${START_NETWORK_ARGS},password='$APN_PASS'"
-+fi
- fi
- fi
-
---
-2.7.4
-
diff --git a/meta-oe/recipes-connectivity/libqmi/libqmi_1.20.2.bb
b/meta-oe/recipes-connectivity/libqmi/libqmi_1.22.0.bb
similarity index 78%
rename from meta-oe/recipes-connectivity/libqmi/libqmi_1.20.2.bb
rename to meta-oe/recipes-connectivity/libqmi/libqmi_1.22.0.bb
index f0bc81cc9..c15dfb472 100644
--- a/meta-oe/recipes-connectivity/libqmi/libqmi_1.20.2.bb
+++ b/meta-oe/recipes-connectivity/libqmi/libqmi_1.22.0.bb
@@ -12,12 +12,12 @@ DEPENDS = "glib-2.0 glib-2.0-native"
 inherit autotools pkgconfig bash-completion

 SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz \
-   
file://0001-qmi-network-Don-t-create-invalid-wds-start-network-w.patch
\
file://0001-Detect-clang.patch \
"
-SRC_URI[md5sum] = "584214476ab75c394160cb85fbccaa1d"
-SRC_URI[sha256sum] =
"c73459ca8bfe1213f8047858d4946fc1f58e164d4f488a7a6904edee25e2ca44"
+SRC_URI[md5sum] = "35f7e1b03f9b6218a30c78422f72c6ac"
+SRC_URI[sha256sum] =
"21c198b481f1617bb7edb1960d823569de3e38b269dbf513af1b56048cafaa17"

 PACKAGECONFIG ??= "udev mbim"
 PACKAGECONFIG[udev] = ",--without-udev,libgudev"
 PACKAGECONFIG[mbim] = "--enable-mbim-qmux,--disable-mbim-qmux,libmbim"
+
-- 
2.20.1
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH] libvncserver: Update to latest commit post 0.9.12

2019-01-24 Thread Khem Raj
On Wed, Jan 23, 2019 at 11:28 PM Randy MacLeod
 wrote:
>
> On 1/23/19 10:58 PM, Randy MacLeod wrote:
> > Update to latest git HEAD which includes a fix for CVE-2018-15127.
> >
> > Support for lzo in addition to a bundled minilzo was added so
> > add a PACKAGECONFIG[lzo] and add it to the default config.
> >
> > Signed-off-by: Randy MacLeod 
> > ---
> >   meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb | 5 +++--
> >   1 file changed, 3 insertions(+), 2 deletions(-)
> >
> > diff --git a/meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb 
> > b/meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb
> > index 25917756f..b789055bb 100644
> > --- a/meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb
> > +++ b/meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb
> > @@ -5,10 +5,11 @@ PRIORITY = "optional"
> >   LICENSE = "GPLv2"
> >   LIC_FILES_CHKSUM = "file://COPYING;md5=361b6b837cad26c6900a926b62aada5f"
> >
> > -PACKAGECONFIG ??= "gcrypt gnutls jpeg png 
> > ${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)} sdl zlib"
> > +PACKAGECONFIG ??= "gcrypt gnutls jpeg png lzo 
> > ${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)} sdl zlib"
> >   PACKAGECONFIG[gcrypt] = ",,libgcrypt,libgcrypt"
> >   PACKAGECONFIG[gnutls] = ",,gnutls"
> >   PACKAGECONFIG[jpeg] = ",-DWITH_JPEG=OFF,jpeg"
> > +PACKAGECONFIG[lzo] = ",,lzo"
> >   PACKAGECONFIG[openssl] = ",,openssl"
> >   PACKAGECONFIG[png] = ",-DWITH_PNG=OFF,libpng,libpng"
> >   PACKAGECONFIG[systemd] = ",,systemd"
> > @@ -18,6 +19,6 @@ PACKAGECONFIG[zlib] = ",,zlib"
> >   inherit cmake
> >
> >   SRC_URI = "git://github.com/LibVNC/libvncserver"
> > -SRCREV = "f997b5a75fa171d79c5e568b7157fba83c8d8355"
> > +SRCREV = "c0a23857a5c42b45b6d22ccf7218becd1fa69402"
> >
> >   S = "${WORKDIR}/git"
> >
>
> glibc builds are fine,
> musl builds are underway.
>
>
> There are some packaging warnings that I haven't fixed.
>
> It would seem to me that the .so files should be separated
> into:
> libvncserver
> libvncclient
> along with a single -dev/dgb package just like debian does:
>
> $ apt show libvnc
> libvncclient1libvncclient1-dbglibvncserver1
> libvncserver1-dbglibvncserver-config  libvncserver-dev
>
> I'm not sure what's in the -config package yet.
>
> I'll make these packaging changes in another commit in a few days
> unless someone objects or beats me to it.
>

I will wait for v2 but give it a shot in local build but this patch
does not apply on master.
> --
> # Randy MacLeod
> # Wind River Linux
> --
> ___
> 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] [PATCH] libvncserver: Update to latest commit post 0.9.12

2019-01-24 Thread Randy MacLeod

I missed that there were a couple of updates to libvncserver in flight.
I've rebased noted that the PKGCFG[lzo] needs -DWITH_LZO=OFF
I'll retest and resend.

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


[oe] [PATCH 5/5] xfce4-battery-plugin: upgrade 1.1.1 -> 1.1.2

2019-01-24 Thread Andreas Müller
Signed-off-by: Andreas Müller 
---
 ...-battery-plugin_1.1.1.bb => xfce4-battery-plugin_1.1.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-panel-plugins/battery/{xfce4-battery-plugin_1.1.1.bb 
=> xfce4-battery-plugin_1.1.2.bb} (66%)

diff --git 
a/meta-xfce/recipes-panel-plugins/battery/xfce4-battery-plugin_1.1.1.bb 
b/meta-xfce/recipes-panel-plugins/battery/xfce4-battery-plugin_1.1.2.bb
similarity index 66%
rename from 
meta-xfce/recipes-panel-plugins/battery/xfce4-battery-plugin_1.1.1.bb
rename to meta-xfce/recipes-panel-plugins/battery/xfce4-battery-plugin_1.1.2.bb
index af7c65aa0..5de1ce5e0 100644
--- a/meta-xfce/recipes-panel-plugins/battery/xfce4-battery-plugin_1.1.1.bb
+++ b/meta-xfce/recipes-panel-plugins/battery/xfce4-battery-plugin_1.1.2.bb
@@ -5,5 +5,5 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 
 inherit xfce-panel-plugin
 
-SRC_URI[md5sum] = "26941c579ebf4143b7e49aa08ee9b30a"
-SRC_URI[sha256sum] = 
"1e94969b93e0c1d6da87364b64c0cdfb40bae5e4a055039be8b67b9e5b3dd44b"
+SRC_URI[md5sum] = "ba1cfe619046373f9af5b903c77d1858"
+SRC_URI[sha256sum] = 
"d601349fa9a979dae99ace39b24d99b97f62b80f42ac5dea5a99e5af3e88d7db"
-- 
2.20.1

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


[oe] [PATCH 4/5] xfce4-whiskermenu-plugin: upgrade 2.3.0 -> 2.3.1

2019-01-24 Thread Andreas Müller
Signed-off-by: Andreas Müller 
---
 ...menu-plugin_2.3.0.bb => xfce4-whiskermenu-plugin_2.3.1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename 
meta-xfce/recipes-panel-plugins/whiskermenu/{xfce4-whiskermenu-plugin_2.3.0.bb 
=> xfce4-whiskermenu-plugin_2.3.1.bb} (66%)

diff --git 
a/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.3.0.bb 
b/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.3.1.bb
similarity index 66%
rename from 
meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.3.0.bb
rename to 
meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.3.1.bb
index 24a32fc0a..c2a37abf9 100644
--- 
a/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.3.0.bb
+++ 
b/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.3.1.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 inherit xfce-panel-plugin cmake
 
-SRC_URI[md5sum] = "d2383c3eb1b54adf5a206973bd20f159"
-SRC_URI[sha256sum] = 
"7e569bb0dff7e3db3d964e23323f54c6de7249741c6a0e33a0fa501d83040b16"
+SRC_URI[md5sum] = "ed16fcc671cb4e4853701b81fdb5dcee"
+SRC_URI[sha256sum] = 
"22fb7277adc2e2313dfada03d69040edc3ac2c2080104cbdd9a3c47ebad0cab2"
 
 RRECOMMENDS_${PN} += "menulibre"
-- 
2.20.1

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


[oe] [PATCH 2/5] python-rdflib: fix SUMMARY

2019-01-24 Thread Andreas Müller
Signed-off-by: Andreas Müller 
---
 meta-python/recipes-devtools/python/python-rdflib.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-rdflib.inc 
b/meta-python/recipes-devtools/python/python-rdflib.inc
index f92734aa7..0eac19788 100644
--- a/meta-python/recipes-devtools/python/python-rdflib.inc
+++ b/meta-python/recipes-devtools/python/python-rdflib.inc
@@ -1,4 +1,4 @@
-SUMMARY = "Character encoding aliases for legacy web content"
+SUMMARY = "RDFLib is a pure Python package for working with RDF"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=68c1a3bb687bd63b8e5552f3ea249840"
 
-- 
2.20.1

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


[oe] [PATCH 3/5] exo: upgrade 0.12.3 -> 0.12.4

2019-01-24 Thread Andreas Müller
Signed-off-by: Andreas Müller 
---
 meta-xfce/recipes-xfce/exo/{exo_0.12.3.bb => exo_0.12.4.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-xfce/exo/{exo_0.12.3.bb => exo_0.12.4.bb} (87%)

diff --git a/meta-xfce/recipes-xfce/exo/exo_0.12.3.bb 
b/meta-xfce/recipes-xfce/exo/exo_0.12.4.bb
similarity index 87%
rename from meta-xfce/recipes-xfce/exo/exo_0.12.3.bb
rename to meta-xfce/recipes-xfce/exo/exo_0.12.4.bb
index 9c4829bbf..7b7edfe1b 100644
--- a/meta-xfce/recipes-xfce/exo/exo_0.12.3.bb
+++ b/meta-xfce/recipes-xfce/exo/exo_0.12.4.bb
@@ -20,8 +20,8 @@ SRC_URI_append_class-native = " \
 file://reduce-build-to-exo-csource-only.patch \
 "
 
-SRC_URI[md5sum] = "da934c5939f2ee4540f5d48991053f01"
-SRC_URI[sha256sum] = 
"b96fe86bb504aa9b3332b96105d755f5d9052c903fd6574b512a5ef76c0ad439"
+SRC_URI[md5sum] = "962bbccb38db0aecd4151ca97f6a39bc"
+SRC_URI[sha256sum] = 
"b0af60816bdb572ce53f19462fb1f3a5895a04017a878893dc03c166ea2050af"
 
 PACKAGES =+ "exo-csource"
 
-- 
2.20.1

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


[oe] [PATCH 1/5] python-isodate: fix SUMMARY

2019-01-24 Thread Andreas Müller
Signed-off-by: Andreas Müller 
---
 meta-python/recipes-devtools/python/python-isodate.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-isodate.inc 
b/meta-python/recipes-devtools/python/python-isodate.inc
index f5b605eef..3cb6bb816 100644
--- a/meta-python/recipes-devtools/python/python-isodate.inc
+++ b/meta-python/recipes-devtools/python/python-isodate.inc
@@ -1,4 +1,4 @@
-SUMMARY = "Character encoding aliases for legacy web content"
+SUMMARY = "ISO 8601 date/time parser"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = 
"file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665b9a75d6afb7709"
 
-- 
2.20.1

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


Re: [oe] [PATCH 3/5] xfce4-power-manager: enable polkit depending on distro feature

2019-01-24 Thread Stefan Agner
On 23.01.2019 04:02, Yu, Mingli wrote:
> On 2019年01月21日 02:07, Khem Raj wrote:
>> On Thu, Jan 17, 2019 at 4:30 PM Randy MacLeod
>>  wrote:
>>>
>>> On 1/17/19 1:39 PM, Stefan Agner wrote:
 On 17.01.2019 18:53, Andreas Müller wrote:
> On Thu, Jan 17, 2019 at 5:27 PM Stefan Agner  wrote:
>>
>> From: Stefan Agner 
>>
>> systemd and polkit are not directly related. It is just fine to build
>> with systemd but without polkit.
> Surely it builds but is it still usable as unpriviledged user?

 TBH, I don't know, did not run XFCE.
>>>
>>> We do! :)
>>>

 If it is unusable, we probably should not make it an option anyway? Just
 enable it always and make polkit a fixed dependency?
>>>
>>> Grace,
>>> Please apply this series of patches and check if
>>> xfce4-power-manager is usable as an unprivileged user?
>>
>> Thanks for testing it out, I will wait to hear from you
> 
> Hi Randy and Khem:
> 
> It's usable as an unprivileged user when project configured with below
> items altogether:
> 1, with systemd DISTRO_FEATURES
> 2, without polkit DISTRO_FEATURES
> 3, polkit package installed.
> BTW, if we don't install polkit, there comes below error:
> Missing or unbuildable dependency chain was:
> ['packagegroup-xfce-base', 'xfce4-session', 'polkit']

I don't understand this. In this case, you have polkit *not* in
DISTRO_FEATURES and this patch applied?

In that case, packageconfig polkit should not be enabled, and hence
polkit should not be a dependency.


> 
> And there also comes a question about
> "[oe] [PATCH 1/5] polkit: add polkit as a required distro feature" as
> there is a logic as REQUIRED_DISTRO_FEATURES = "polkit" added, but why
> does it inherit distro_features_check?

polkit does not inherit distro_features_check, but should I guess?

You probably meant to ask "why does it *not* inherit
distro_features_check?"

Good catch, will send a patch to add distro_features_check.

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


[oe] [PATCH] yaffs2-utils: Set CLEANBROKEN

2019-01-24 Thread Robert Yang
Fixed make clean error:
NOTE: make -e MAKEFLAGS= clean
make -C /lib/modules/4.4.0-112-generic/build M=
make: *** /lib/modules/4.4.0-112-generic/build: No such file or directory.  
Stop.
make: *** [clean] Error 2

Signed-off-by: Robert Yang 
---
 meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb 
b/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb
index 6095e27a7..8628bea0b 100644
--- a/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb
+++ b/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb
@@ -43,3 +43,9 @@ do_install() {
 }
 
 BBCLASSEXTEND = "native"
+
+# Fixed make clean error:
+#make -C /lib/modules/4.4.0-112-generic/build M=
+#make: *** /lib/modules/4.4.0-112-generic/build: No such file or directory.  
Stop.
+#make: *** [clean] Error 2
+CLEANBROKEN = "1"
-- 
2.11.0

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


Re: [oe] DATETIME seems to be getting updated

2019-01-24 Thread Burton, Ross
On Thu, 24 Jan 2019 at 04:32, Muhlenkamp, Lewis
 wrote:
> It appears that the DATETIME variable is being updated.  From what I read 
> this should not be happening, correct?

DATETIME is defined as follows:

DATE := "${@time.strftime('%Y%m%d',time.gmtime())}"
TIME := "${@time.strftime('%H%M%S',time.gmtime())}"
DATETIME = "${DATE}${TIME}"

So every time bitbake.conf is parsed, the datetime is updated.  This
happens once for the main process, and then again for every worker
that bitbake spawns.

You can silence the 'metadata changed' errors by using vardepsexclude
to mark it as a variable that can change (grep oe-core for examples of
using DATETIME and vardepsexclude).

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