* [meta-networking][PATCH] Fix the libnm* packages
@ 2019-01-30 9:52 Adrian Bunk
2019-01-30 22:31 ` Andreas Müller
0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2019-01-30 9:52 UTC (permalink / raw)
To: openembedded-devel
- libnmutil, libnmglib and libnmglib-vpn no longer exist
after the 1.10.10 -> 1.14.4 upgrade
- add a package for libnm
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
.../recipes-connectivity/networkmanager/networkmanager_1.14.4.bb | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.14.4.bb b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.14.4.bb
index f1826c68e..9efe1fe49 100644
--- a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.14.4.bb
+++ b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.14.4.bb
@@ -90,14 +90,12 @@ PACKAGECONFIG[wifi] = "--enable-wifi=yes,--enable-wifi=no,,wpa-supplicant"
PACKAGECONFIG[ifupdown] = "--enable-ifupdown,--disable-ifupdown"
PACKAGECONFIG[qt4-x11-free] = "--enable-qt,--disable-qt,qt4-x11-free"
-PACKAGES =+ "libnmutil libnmglib libnmglib-vpn \
+PACKAGES =+ "libnm \
${PN}-nmtui ${PN}-nmtui-doc \
${PN}-adsl \
"
-FILES_libnmutil += "${libdir}/libnm-util.so.*"
-FILES_libnmglib += "${libdir}/libnm-glib.so.*"
-FILES_libnmglib-vpn += "${libdir}/libnm-glib-vpn.so.*"
+FILES_libnm += "${libdir}/libnm.so.*"
FILES_${PN}-adsl = "${libdir}/NetworkManager/libnm-device-plugin-adsl.so"
--
2.11.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [meta-networking][PATCH] Fix the libnm* packages
2019-01-30 9:52 [meta-networking][PATCH] Fix the libnm* packages Adrian Bunk
@ 2019-01-30 22:31 ` Andreas Müller
2019-01-31 18:10 ` Adrian Bunk
0 siblings, 1 reply; 3+ messages in thread
From: Andreas Müller @ 2019-01-30 22:31 UTC (permalink / raw)
To: Adrian Bunk; +Cc: openembeded-devel
On Wed, Jan 30, 2019 at 10:52 AM Adrian Bunk <bunk@stusta.de> wrote:
>
> - libnmutil, libnmglib and libnmglib-vpn no longer exist
> after the 1.10.10 -> 1.14.4 upgrade
Checked (OK am on thud environment) but it is 1.14.4. All packages you
want to remove contain files on my build! Are you sure that you have
the required PACKAGECONFIGS set (please set all and test) and the
nasty new 'polkit' in your distro features?
So Khem - have seen this on master-next - please block this one - I
expect fallout.
Andreas
> - add a package for libnm
>
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
> ---
> .../recipes-connectivity/networkmanager/networkmanager_1.14.4.bb | 6 ++----
> 1 file changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.14.4.bb b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.14.4.bb
> index f1826c68e..9efe1fe49 100644
> --- a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.14.4.bb
> +++ b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.14.4.bb
> @@ -90,14 +90,12 @@ PACKAGECONFIG[wifi] = "--enable-wifi=yes,--enable-wifi=no,,wpa-supplicant"
> PACKAGECONFIG[ifupdown] = "--enable-ifupdown,--disable-ifupdown"
> PACKAGECONFIG[qt4-x11-free] = "--enable-qt,--disable-qt,qt4-x11-free"
>
> -PACKAGES =+ "libnmutil libnmglib libnmglib-vpn \
> +PACKAGES =+ "libnm \
> ${PN}-nmtui ${PN}-nmtui-doc \
> ${PN}-adsl \
> "
>
> -FILES_libnmutil += "${libdir}/libnm-util.so.*"
> -FILES_libnmglib += "${libdir}/libnm-glib.so.*"
> -FILES_libnmglib-vpn += "${libdir}/libnm-glib-vpn.so.*"
> +FILES_libnm += "${libdir}/libnm.so.*"
>
> FILES_${PN}-adsl = "${libdir}/NetworkManager/libnm-device-plugin-adsl.so"
>
> --
> 2.11.0
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [meta-networking][PATCH] Fix the libnm* packages
2019-01-30 22:31 ` Andreas Müller
@ 2019-01-31 18:10 ` Adrian Bunk
0 siblings, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2019-01-31 18:10 UTC (permalink / raw)
To: Andreas Müller; +Cc: openembeded-devel
On Wed, Jan 30, 2019 at 11:31:52PM +0100, Andreas Müller wrote:
> On Wed, Jan 30, 2019 at 10:52 AM Adrian Bunk <bunk@stusta.de> wrote:
> >
> > - libnmutil, libnmglib and libnmglib-vpn no longer exist
> > after the 1.10.10 -> 1.14.4 upgrade
> Checked (OK am on thud environment) but it is 1.14.4. All packages you
> want to remove contain files on my build! Are you sure that you have
> the required PACKAGECONFIGS set (please set all and test) and the
> nasty new 'polkit' in your distro features?
>...
Thanks for spotting my mistake.
The problem is actually not related to polkit, my mistake was due to the
glib PACKAGECONFIG: I misremembered that it was removed in NM 1.12, but
it is actually only strongly deprecated (and no longer shipped in
distributions like Debian/Ubuntu).
> Andreas
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-01-31 18:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-30 9:52 [meta-networking][PATCH] Fix the libnm* packages Adrian Bunk
2019-01-30 22:31 ` Andreas Müller
2019-01-31 18:10 ` Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox