[oe] [meta-python] [PATCH] python3-pychromecast: upgrade 10.1.0 -> 10.1.1

2021-12-13 Thread wangmy
Changelog:
=
HA Lovelace controller: Prevent sending connect message twice (#559)
Bump black from 21.11b0 to 21.11b1 (#562)
Catch zeroconf errors (#564)
Bump black from 21.10b0 to 21.11b0 (#561)

Signed-off-by: Wang Mingyu 
---
 ...n3-pychromecast_10.1.0.bb => python3-pychromecast_10.1.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pychromecast_10.1.0.bb => 
python3-pychromecast_10.1.1.bb} (83%)

diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_10.1.0.bb 
b/meta-python/recipes-devtools/python/python3-pychromecast_10.1.1.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-pychromecast_10.1.0.bb
rename to meta-python/recipes-devtools/python/python3-pychromecast_10.1.1.bb
index d6f72d5c0..185193992 100644
--- a/meta-python/recipes-devtools/python/python3-pychromecast_10.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pychromecast_10.1.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/balloob/pychromecast;
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b1dbd4e85f47b389bdadee9c694669f5"
 
-SRC_URI[sha256sum] = 
"ff6e196bd8d46ce648eb3739f3ab04168e287b167fc82abe1216d8fca21772f7"
+SRC_URI[sha256sum] = 
"33a47d551ae8b6f93129564828e72e7f4dcb26c9f8812328870cf300ee45438f"
 
 PYPI_PACKAGE = "PyChromecast"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94349): 
https://lists.openembedded.org/g/openembedded-devel/message/94349
Mute This Topic: https://lists.openembedded.org/mt/87714755/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-matplotlib: Generate correctly names setup config file

2021-12-13 Thread Khem Raj
The file should be called mplsetup.cfg"

Signed-off-by: Khem Raj 
---
 .../python/python3-matplotlib_3.5.1.bb | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb 
b/meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb
index f9eb79ff1c..f8448d5f1d 100644
--- a/meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb
+++ b/meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb
@@ -40,12 +40,12 @@ RDEPENDS:${PN} = "\
 ${PYTHON_PN}-pytz \
 "
 
-ENABLELTO:toolchain-clang:riscv64 = "echo enable_lto = False >> ${S}/setup.cfg"
-ENABLELTO:toolchain-clang:riscv32 = "echo enable_lto = False >> ${S}/setup.cfg"
-ENABLELTO:toolchain-clang:mips = "echo enable_lto = False >> ${S}/setup.cfg"
+ENABLELTO:toolchain-clang:riscv64 = "echo enable_lto = False >> 
${S}/mplsetup.cfg"
+ENABLELTO:toolchain-clang:riscv32 = "echo enable_lto = False >> 
${S}/mplsetup.cfg"
+ENABLELTO:toolchain-clang:mips = "echo enable_lto = False >> ${S}/mplsetup.cfg"
 do_compile:prepend() {
-echo [libs] > ${S}/setup.cfg
-echo system_freetype = true >> ${S}/setup.cfg
+echo [libs] > ${S}/mplsetup.cfg
+echo system_freetype = True >> ${S}/mplsetup.cfg
 ${ENABLELTO}
 }
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94348): 
https://lists.openembedded.org/g/openembedded-devel/message/94348
Mute This Topic: https://lists.openembedded.org/mt/87713960/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-webserver][PATCH] netdata: Link libatomic on mips

2021-12-13 Thread Khem Raj
This is for providing the atomics which is available as intrinsics on
other arches

Signed-off-by: Khem Raj 
---
 meta-webserver/recipes-webadmin/netdata/netdata_1.32.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-webserver/recipes-webadmin/netdata/netdata_1.32.0.bb 
b/meta-webserver/recipes-webadmin/netdata/netdata_1.32.0.bb
index d06eb87626..5b7f43f333 100644
--- a/meta-webserver/recipes-webadmin/netdata/netdata_1.32.0.bb
+++ b/meta-webserver/recipes-webadmin/netdata/netdata_1.32.0.bb
@@ -25,6 +25,7 @@ inherit pkgconfig autotools-brokensep useradd systemd
 LIBS:toolchain-clang:x86 = "-latomic"
 LIBS:riscv64 = "-latomic"
 LIBS:riscv32 = "-latomic"
+LIBS:mips = "-latomic"
 export LIBS
 
 #systemd
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94347): 
https://lists.openembedded.org/g/openembedded-devel/message/94347
Mute This Topic: https://lists.openembedded.org/mt/87713407/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][dunfell][PATCH] c-ares: switch from master to main

2021-12-13 Thread Jeremy Puhlman
Signed-off-by: Jeremy A. Puhlman 
---
 meta-oe/recipes-support/c-ares/c-ares_1.16.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/c-ares/c-ares_1.16.1.bb 
b/meta-oe/recipes-support/c-ares/c-ares_1.16.1.bb
index 2388047e5..b77604797 100644
--- a/meta-oe/recipes-support/c-ares/c-ares_1.16.1.bb
+++ b/meta-oe/recipes-support/c-ares/c-ares_1.16.1.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE.md;md5=fb997454c8d62aa6a47f07a8cd48b006"
 PV = "1.16.0+gitr${SRCPV}"
 
 SRC_URI = "\
-git://github.com/c-ares/c-ares.git;branch=master;protocol=https \
+git://github.com/c-ares/c-ares.git;branch=main;protocol=https \
 file://cmake-install-libcares.pc.patch \
 file://0001-fix-configure-error-mv-libcares.pc.cmakein-to-libcar.patch \
 file://ares_expand_name-should-escape-more-characters.patch \
-- 
2.20.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94346): 
https://lists.openembedded.org/g/openembedded-devel/message/94346
Mute This Topic: https://lists.openembedded.org/mt/87710743/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe][meta-oe][PATCH] graphene: Move from meta-gnome -> meta-oe

2021-12-13 Thread Joshua Watt
This library is not specific to GNOME and has no GNOME specific
functionality. Move it to meta-oe so that users can pull it in without
meta-gnome.

Signed-off-by: Joshua Watt 
---
 .../recipes-graphics}/graphene/graphene_1.10.6.bb | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename {meta-gnome/recipes-gnome => 
meta-oe/recipes-graphics}/graphene/graphene_1.10.6.bb (100%)

diff --git a/meta-gnome/recipes-gnome/graphene/graphene_1.10.6.bb 
b/meta-oe/recipes-graphics/graphene/graphene_1.10.6.bb
similarity index 100%
rename from meta-gnome/recipes-gnome/graphene/graphene_1.10.6.bb
rename to meta-oe/recipes-graphics/graphene/graphene_1.10.6.bb
-- 
2.33.0


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94345): 
https://lists.openembedded.org/g/openembedded-devel/message/94345
Mute This Topic: https://lists.openembedded.org/mt/87706285/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [meta-multimedia][PATCH v2] gssdp: update to 1.4.0.1

2021-12-13 Thread Khem Raj
On Mon, Dec 13, 2021 at 8:50 AM Oleksandr Kravchuk
 wrote:
>
> Signed-off-by: Oleksandr Kravchuk 
> Signed-off-by: Khem Raj 
> ---
>  .../recipes-connectivity/gupnp/gssdp_1.2.3.bb | 20 --
>  .../gupnp/gssdp_1.4.0.1.bb| 26 +++
>  2 files changed, 26 insertions(+), 20 deletions(-)
>  delete mode 100644 meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb
>  create mode 100644 
> meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb
>
> diff --git a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb 
> b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb
> deleted file mode 100644
> index 8f27ae292..0
> --- a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb
> +++ /dev/null
> @@ -1,20 +0,0 @@
> -SUMMARY = "Resource discovery and announcement over SSDP"
> -DESCRIPTION = "GSSDP implements resource discovery and announcement over 
> SSDP (Simpe Service Discovery Protocol)."
> -LICENSE = "LGPLv2"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
> -DEPENDS = "glib-2.0 libsoup-2.4"
> -
> -SRC_URI = "${GNOME_MIRROR}/${BPN}/1.2/${BPN}-${PV}.tar.xz"
> -SRC_URI[md5sum] = "ef3295a965c06ce0f683522391fbb910"
> -SRC_URI[sha256sum] = 
> "a263dcb6730e3b3dc4bbbff80cf3fab4cd364021981d419db6dd5a8e148aa7e8"
> -
> -GTKDOC_MESON_OPTION = 'gtk_doc'
> -
> -inherit meson pkgconfig gobject-introspection vala gtk-doc
> -
> -PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'sniffer', 
> '', d)}"
> -PACKAGECONFIG[sniffer] = "-Dsniffer=true,-Dsniffer=false,gtk+3,"
> -
> -PACKAGES =+ "gssdp-tools"
> -
> -FILES:gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade"
> diff --git a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb 
> b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb
> new file mode 100644
> index 0..056ea83aa
> --- /dev/null
> +++ b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb
> @@ -0,0 +1,26 @@
> +SUMMARY = "Resource discovery and announcement over SSDP"
> +DESCRIPTION = "GSSDP implements resource discovery and announcement over 
> SSDP \
> +   (Simpe Service Discovery Protocol)."
> +HOMEPAGE = "https://gitlab.gnome.org/GNOME/gssdp/;
> +BUGTRACKER = "https://gitlab.gnome.org/GNOME/gssdp/-/issues;
> +LICENSE = "LGPLv2.1"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
> +
> +SRC_URI = "${GNOME_MIRROR}/${BPN}/1.4/${BPN}-${PV}.tar.xz"
> +SRC_URI[sha256sum] = 
> "8676849d57fb822b8728856dbadebf3867f89ee47a0ec47a20045d011f431582"
> +
> +GTKDOC_MESON_OPTION = 'gtk_doc'
> +
> +DEPENDS = " \
> +glib-2.0 \
> +libsoup-2.4 \
> +"
> +
> +inherit meson pkgconfig gobject-introspection vala gtk-doc
> +
> +PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'sniffer', 
> '', d)}"

enabling should not only check for x11 in DISTRO_FEATURES but also
check for meta-gnome being
in layer mix. A question is that does this new version has hard
dependency on gtk4? or can it still
work with gtk3+

> +PACKAGECONFIG[sniffer] = "-Dsniffer=true,-Dsniffer=false,gtk+4,"

typo here, it should be gtk4

> +
> +PACKAGES =+ "gssdp-tools"
> +
> +FILES:gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade"
> --
> 2.25.1
>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94344): 
https://lists.openembedded.org/g/openembedded-devel/message/94344
Mute This Topic: https://lists.openembedded.org/mt/87701845/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [meta-multimedia][PATCH] gssdp: update to 1.4.0.1

2021-12-13 Thread Khem Raj
On Mon, Dec 13, 2021 at 8:53 AM Oleksandr Kravchuk
 wrote:
>
> Random q: shouldn't this kind of e-mails be automated, e.g. CI/CD sw
> notifies you that your patch fails to build?

In theory yes. However, we do not have such sophisticated CI systems to avail.

>
> On 13/12/2021 17:39, Khem Raj wrote:
> >
> >
> > On 12/13/21 8:15 AM, Oleksandr Kravchuk wrote:
> >> Isn't it because meta-gnome is not included?
> >
> > point is that we can not create hard dependency for meta-oe on
> > meta-gnome, otherway around is fine. So this recipe should be able to
> > build
> > without gtk4+ and perhaps can be enabled with packageconfig.
> >
> >>
> >> On 13/12/2021 17:09, Khem Raj wrote:
> >>> I am seeing this failure
> >>>
> >>> stdio: ERROR: Nothing PROVIDES 'gtk4' (but
> >>> /home/pokybuild/yocto-worker/meta-oe/build/meta-openembedded/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb
> >>>
> >>> DEPENDS on or otherwise requires it). Close matches:
> >>> stdio: ERROR: Required build target 'meta-world-pkgdata' has no
> >>> buildable providers.
> >>> stdio: ERROR: Nothing PROVIDES 'gtk4' (but
> >>> /home/pokybuild/yocto-worker/meta-oe/build/meta-openembedded/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb
> >>>
> >>> DEPENDS on or otherwise requires it). Close matches:
> >>> stdio: ERROR: Required build target 'meta-world-pkgdata' has no
> >>> buildable providers.
> >>> stdio: ERROR: Command . ./oe-init-build-env; yocto-check-layer-wrapper
> >>> ../meta-openembedded failed with exit code 2, see errors above.
> >>> (1639376061.2: 1715.6)
> >>>
> >>> see
> >>> https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/1788
> >>>
> >>> On Sun, Dec 12, 2021 at 10:36 AM Oleksandr Kravchuk
> >>>  wrote:
>  Signed-off-by: Oleksandr Kravchuk 
>  ---
>    .../recipes-connectivity/gupnp/gssdp_1.2.3.bb | 20 --
>    .../gupnp/gssdp_1.4.0.1.bb| 27
>  +++
>    2 files changed, 27 insertions(+), 20 deletions(-)
>    delete mode 100644
>  meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb
>    create mode 100644
>  meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb
> 
>  diff --git
>  a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb
>  b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb
>  deleted file mode 100644
>  index 8f27ae292..0
>  --- a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb
>  +++ /dev/null
>  @@ -1,20 +0,0 @@
>  -SUMMARY = "Resource discovery and announcement over SSDP"
>  -DESCRIPTION = "GSSDP implements resource discovery and
>  announcement over SSDP (Simpe Service Discovery Protocol)."
>  -LICENSE = "LGPLv2"
>  -LIC_FILES_CHKSUM =
>  "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
>  -DEPENDS = "glib-2.0 libsoup-2.4"
>  -
>  -SRC_URI = "${GNOME_MIRROR}/${BPN}/1.2/${BPN}-${PV}.tar.xz"
>  -SRC_URI[md5sum] = "ef3295a965c06ce0f683522391fbb910"
>  -SRC_URI[sha256sum] =
>  "a263dcb6730e3b3dc4bbbff80cf3fab4cd364021981d419db6dd5a8e148aa7e8"
>  -
>  -GTKDOC_MESON_OPTION = 'gtk_doc'
>  -
>  -inherit meson pkgconfig gobject-introspection vala gtk-doc
>  -
>  -PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11',
>  'sniffer', '', d)}"
>  -PACKAGECONFIG[sniffer] = "-Dsniffer=true,-Dsniffer=false,gtk+3,"
>  -
>  -PACKAGES =+ "gssdp-tools"
>  -
>  -FILES:gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade"
>  diff --git
>  a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb
>  b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb
>  new file mode 100644
>  index 0..43d2fcfa0
>  --- /dev/null
>  +++ b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb
>  @@ -0,0 +1,27 @@
>  +SUMMARY = "Resource discovery and announcement over SSDP"
>  +DESCRIPTION = "GSSDP implements resource discovery and
>  announcement over SSDP \
>  +   (Simpe Service Discovery Protocol)."
>  +HOMEPAGE = "https://gitlab.gnome.org/GNOME/gssdp/;
>  +BUGTRACKER = "https://gitlab.gnome.org/GNOME/gssdp/-/issues;
>  +LICENSE = "LGPLv2.1"
>  +LIC_FILES_CHKSUM =
>  "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
>  +
>  +SRC_URI = "${GNOME_MIRROR}/${BPN}/1.4/${BPN}-${PV}.tar.xz"
>  +SRC_URI[sha256sum] =
>  "8676849d57fb822b8728856dbadebf3867f89ee47a0ec47a20045d011f431582"
>  +
>  +GTKDOC_MESON_OPTION = 'gtk_doc'
>  +
>  +DEPENDS = " \
>  +glib-2.0 \
>  +libsoup-2.4 \
>  +gtk4 \
>  +"
>  +
>  +inherit meson pkgconfig gobject-introspection vala gtk-doc
>  +
>  +PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11',
>  'sniffer', '', d)}"
>  +PACKAGECONFIG[sniffer] = "-Dsniffer=true,-Dsniffer=false,gtk+3,"
>  +
>  +PACKAGES =+ 

Re: [oe] [meta-multimedia][PATCH] gssdp: update to 1.4.0.1

2021-12-13 Thread Oleksandr Kravchuk
Random q: shouldn't this kind of e-mails be automated, e.g. CI/CD sw 
notifies you that your patch fails to build?


On 13/12/2021 17:39, Khem Raj wrote:



On 12/13/21 8:15 AM, Oleksandr Kravchuk wrote:

Isn't it because meta-gnome is not included?


point is that we can not create hard dependency for meta-oe on 
meta-gnome, otherway around is fine. So this recipe should be able to 
build

without gtk4+ and perhaps can be enabled with packageconfig.



On 13/12/2021 17:09, Khem Raj wrote:

I am seeing this failure

stdio: ERROR: Nothing PROVIDES 'gtk4' (but
/home/pokybuild/yocto-worker/meta-oe/build/meta-openembedded/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb 


DEPENDS on or otherwise requires it). Close matches:
stdio: ERROR: Required build target 'meta-world-pkgdata' has no
buildable providers.
stdio: ERROR: Nothing PROVIDES 'gtk4' (but
/home/pokybuild/yocto-worker/meta-oe/build/meta-openembedded/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb 


DEPENDS on or otherwise requires it). Close matches:
stdio: ERROR: Required build target 'meta-world-pkgdata' has no
buildable providers.
stdio: ERROR: Command . ./oe-init-build-env; yocto-check-layer-wrapper
../meta-openembedded failed with exit code 2, see errors above.
(1639376061.2: 1715.6)

see
https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/1788

On Sun, Dec 12, 2021 at 10:36 AM Oleksandr Kravchuk
 wrote:

Signed-off-by: Oleksandr Kravchuk 
---
  .../recipes-connectivity/gupnp/gssdp_1.2.3.bb | 20 --
  .../gupnp/gssdp_1.4.0.1.bb    | 27 
+++

  2 files changed, 27 insertions(+), 20 deletions(-)
  delete mode 100644 
meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb
  create mode 100644 
meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb


diff --git 
a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb 
b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb

deleted file mode 100644
index 8f27ae292..0
--- a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-SUMMARY = "Resource discovery and announcement over SSDP"
-DESCRIPTION = "GSSDP implements resource discovery and 
announcement over SSDP (Simpe Service Discovery Protocol)."

-LICENSE = "LGPLv2"
-LIC_FILES_CHKSUM = 
"file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"

-DEPENDS = "glib-2.0 libsoup-2.4"
-
-SRC_URI = "${GNOME_MIRROR}/${BPN}/1.2/${BPN}-${PV}.tar.xz"
-SRC_URI[md5sum] = "ef3295a965c06ce0f683522391fbb910"
-SRC_URI[sha256sum] = 
"a263dcb6730e3b3dc4bbbff80cf3fab4cd364021981d419db6dd5a8e148aa7e8"

-
-GTKDOC_MESON_OPTION = 'gtk_doc'
-
-inherit meson pkgconfig gobject-introspection vala gtk-doc
-
-PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 
'sniffer', '', d)}"

-PACKAGECONFIG[sniffer] = "-Dsniffer=true,-Dsniffer=false,gtk+3,"
-
-PACKAGES =+ "gssdp-tools"
-
-FILES:gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade"
diff --git 
a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb 
b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb

new file mode 100644
index 0..43d2fcfa0
--- /dev/null
+++ b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb
@@ -0,0 +1,27 @@
+SUMMARY = "Resource discovery and announcement over SSDP"
+DESCRIPTION = "GSSDP implements resource discovery and 
announcement over SSDP \

+   (Simpe Service Discovery Protocol)."
+HOMEPAGE = "https://gitlab.gnome.org/GNOME/gssdp/;
+BUGTRACKER = "https://gitlab.gnome.org/GNOME/gssdp/-/issues;
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = 
"file://COPYING;md5=4fbd65380cdd255951079008b364516c"

+
+SRC_URI = "${GNOME_MIRROR}/${BPN}/1.4/${BPN}-${PV}.tar.xz"
+SRC_URI[sha256sum] = 
"8676849d57fb822b8728856dbadebf3867f89ee47a0ec47a20045d011f431582"

+
+GTKDOC_MESON_OPTION = 'gtk_doc'
+
+DEPENDS = " \
+    glib-2.0 \
+    libsoup-2.4 \
+    gtk4 \
+"
+
+inherit meson pkgconfig gobject-introspection vala gtk-doc
+
+PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 
'sniffer', '', d)}"

+PACKAGECONFIG[sniffer] = "-Dsniffer=true,-Dsniffer=false,gtk+3,"
+
+PACKAGES =+ "gssdp-tools"
+
+FILES:gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade"
--
2.25.1





-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94342): 
https://lists.openembedded.org/g/openembedded-devel/message/94342
Mute This Topic: https://lists.openembedded.org/mt/87681937/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-multimedia][PATCH v2] gssdp: update to 1.4.0.1

2021-12-13 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
Signed-off-by: Khem Raj 
---
 .../recipes-connectivity/gupnp/gssdp_1.2.3.bb | 20 --
 .../gupnp/gssdp_1.4.0.1.bb| 26 +++
 2 files changed, 26 insertions(+), 20 deletions(-)
 delete mode 100644 meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb
 create mode 100644 meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb

diff --git a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb 
b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb
deleted file mode 100644
index 8f27ae292..0
--- a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-SUMMARY = "Resource discovery and announcement over SSDP"
-DESCRIPTION = "GSSDP implements resource discovery and announcement over SSDP 
(Simpe Service Discovery Protocol)."
-LICENSE = "LGPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
-DEPENDS = "glib-2.0 libsoup-2.4"
-
-SRC_URI = "${GNOME_MIRROR}/${BPN}/1.2/${BPN}-${PV}.tar.xz"
-SRC_URI[md5sum] = "ef3295a965c06ce0f683522391fbb910"
-SRC_URI[sha256sum] = 
"a263dcb6730e3b3dc4bbbff80cf3fab4cd364021981d419db6dd5a8e148aa7e8"
-
-GTKDOC_MESON_OPTION = 'gtk_doc'
-
-inherit meson pkgconfig gobject-introspection vala gtk-doc
-
-PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'sniffer', 
'', d)}"
-PACKAGECONFIG[sniffer] = "-Dsniffer=true,-Dsniffer=false,gtk+3,"
-
-PACKAGES =+ "gssdp-tools"
-
-FILES:gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade"
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb 
b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb
new file mode 100644
index 0..056ea83aa
--- /dev/null
+++ b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb
@@ -0,0 +1,26 @@
+SUMMARY = "Resource discovery and announcement over SSDP"
+DESCRIPTION = "GSSDP implements resource discovery and announcement over SSDP \
+   (Simpe Service Discovery Protocol)."
+HOMEPAGE = "https://gitlab.gnome.org/GNOME/gssdp/;
+BUGTRACKER = "https://gitlab.gnome.org/GNOME/gssdp/-/issues;
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
+
+SRC_URI = "${GNOME_MIRROR}/${BPN}/1.4/${BPN}-${PV}.tar.xz"
+SRC_URI[sha256sum] = 
"8676849d57fb822b8728856dbadebf3867f89ee47a0ec47a20045d011f431582"
+
+GTKDOC_MESON_OPTION = 'gtk_doc'
+
+DEPENDS = " \
+glib-2.0 \
+libsoup-2.4 \
+"
+
+inherit meson pkgconfig gobject-introspection vala gtk-doc
+
+PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'sniffer', 
'', d)}"
+PACKAGECONFIG[sniffer] = "-Dsniffer=true,-Dsniffer=false,gtk+4,"
+
+PACKAGES =+ "gssdp-tools"
+
+FILES:gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94341): 
https://lists.openembedded.org/g/openembedded-devel/message/94341
Mute This Topic: https://lists.openembedded.org/mt/87701845/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [PATCH 2/2] srecord: properly initialize libtool

2021-12-13 Thread Ross Burton
Signed-off-by: Ross Burton 
---
 .../srecord/files/libtool.patch   | 67 +++
 .../recipes-support/srecord/srecord_1.64.bb   |  7 ++
 2 files changed, 74 insertions(+)
 create mode 100644 meta-oe/recipes-support/srecord/files/libtool.patch

diff --git a/meta-oe/recipes-support/srecord/files/libtool.patch 
b/meta-oe/recipes-support/srecord/files/libtool.patch
new file mode 100644
index 00..95063cea59
--- /dev/null
+++ b/meta-oe/recipes-support/srecord/files/libtool.patch
@@ -0,0 +1,67 @@
+Instead of just looking for a libtool binary, actually configure libtool.
+
+As the build doesn't use automake we need to manually set top_builddir in the 
Makefile.
+
+Upstream-Status: Inactive-Upstream [2014]
+Signed-off-by: Ross Burton 
+
+diff --git a/Makefile.in b/Makefile.in
+index a2b5494..aa0b8ca 100644
+--- a/Makefile.in
 b/Makefile.in
+@@ -36,6 +36,7 @@
+ #
+ srcdir = @srcdir@
+ VPATH = @srcdir@
++top_builddir = @srcdir@
+
+ #
+ # the name of the install program to use
+diff --git a/etc/configure.ac b/etc/configure.ac
+index e444543..b137443 100644
+--- a/etc/configure.ac
 b/etc/configure.ac
+@@ -161,42 +161,7 @@ AS_IF([test "x$with_gcrypt" != xno], AC_GCRYPT_SETUP())
+ dnl!
+ dnl!  Now look for libtool.
+ dnl!
+-AC_CHECK_PROGS(LIBTOOL, libtool)
+-if test -z "$LIBTOOL"
+-then
+-  AC_MSG_RESULT([
+-You must have GNU Libtool installed to build srecord.
+-Homepage: http://www.gnu.org/software/libtool/])
+-  OK=no
+-  if apt-get --version > /dev/null 2> /dev/null; then
+-AC_MSG_RESULT([
+-The following command may be used to install it:
+-sudo apt-get install libtool
+-])
+-OK=yes
+-  fi
+-  if yum --version > /dev/null 2> /dev/null; then
+-AC_MSG_RESULT([
+-The following command may be used to install it:
+-sudo yum install libtool
+-])
+-OK=yes
+-  fi
+-  if pkg_info -a > /dev/null 2> /dev/null; then
+-AC_MSG_RESULT([
+-The following command may be used to install it:
+-sudo pkg_add -r libtool
+-])
+-OK=yes
+-  fi
+-  if test "$OK" != "yes"; then
+-AC_MSG_RESULT([
+-If you are using a package based install, you will need the
+-libtool package.
+-])
+-  fi
+-  exit 1
+-fi
++LT_INIT
+
+ dnl
+ dnl If the soelim program exists, and understands the -I option,
diff --git a/meta-oe/recipes-support/srecord/srecord_1.64.bb 
b/meta-oe/recipes-support/srecord/srecord_1.64.bb
index 3ad2d72777..6f9418b718 100644
--- a/meta-oe/recipes-support/srecord/srecord_1.64.bb
+++ b/meta-oe/recipes-support/srecord/srecord_1.64.bb
@@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=8dfcbf2f0a144b97f0931b6394debea7"
 SRC_URI = " \
 http://srecord.sourceforge.net/srecord-${PV}.tar.gz \
 file://add-option-to-remove-docs.patch \
+file://libtool.patch \
 "
 
 SRC_URI[md5sum] = "4de4a7497472d7972645c2af91313769"
@@ -17,6 +18,12 @@ DEPENDS = "boost groff-native"
 
 inherit autotools-brokensep
 
+do_configure:prepend() {
+# To autoreconf we need the script in ${S}, we can't tell autotools to use
+# etc/ because then it can't find the Makefile.in
+ln -s ${S}/etc/configure.ac ${S}
+}
+
 PACKAGECONFIG ??= "gcrypt"
 PACKAGECONFIG[gcrypt] = "--with-gcrypt,--without-gcrypt,libgcrypt"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94340): 
https://lists.openembedded.org/g/openembedded-devel/message/94340
Mute This Topic: https://lists.openembedded.org/mt/87701831/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [PATCH 1/2] srecord: add libgcrypt PACKAGECONFIG

2021-12-13 Thread Ross Burton
Instead of forcibly disabling libgcrypt, add a PACKAGECONFIG and enable
it as functionality is good.

Also remove the redundant libtool-native DEPENDS as autotools adds this
dependency by default.

Signed-off-by: Ross Burton 
---
 meta-oe/recipes-support/srecord/srecord_1.64.bb | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/srecord/srecord_1.64.bb 
b/meta-oe/recipes-support/srecord/srecord_1.64.bb
index 4a00be1baf..3ad2d72777 100644
--- a/meta-oe/recipes-support/srecord/srecord_1.64.bb
+++ b/meta-oe/recipes-support/srecord/srecord_1.64.bb
@@ -13,11 +13,12 @@ SRC_URI[sha256sum] = 
"49a4418733c508c03ad79a29e95acec9a2fbc4c7306131d2a8f5ef3201
 
 UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/srecord/files/releases;
 
-DEPENDS = "libtool-native boost groff-native"
+DEPENDS = "boost groff-native"
 
 inherit autotools-brokensep
 
-EXTRA_OECONF = "--without-gcrypt"
+PACKAGECONFIG ??= "gcrypt"
+PACKAGECONFIG[gcrypt] = "--with-gcrypt,--without-gcrypt,libgcrypt"
 
 # Set variable WITHOUT_DOC=0 to enable documentation generation
 EXTRA_OEMAKE = "WITHOUT_DOC=1"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94339): 
https://lists.openembedded.org/g/openembedded-devel/message/94339
Mute This Topic: https://lists.openembedded.org/mt/87701830/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [meta-oe] [PATCH] php: Fix bug when configure php-native.

2021-12-13 Thread Khem Raj



On 12/13/21 2:53 AM, Ross Burton wrote:

There's another 10 or so recipes that fail, I have a branch for all of
them and will be posting it shortly.



right its already in master-next


Ross

On Mon, 13 Dec 2021 at 09:01, zhengruoqin  wrote:


Fix error caused by modify of libtool from poky.
  libtool: don't prefix the installed binary
  -   install -m 0755 ${HOST_SYS}-libtool ${D}${bindir}/${HOST_SYS}-libtool
  +   install -m 0755 libtool ${D}${bindir}/libtool

When executing do_configure of php-native, the folloing error occured:
sed: can't read x86_64-linux-libtool: No such file or directory

Signed-off-by: Zheng Ruoqin 
---
  meta-oe/recipes-devtools/php/php_8.0.12.bb | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-devtools/php/php_8.0.12.bb 
b/meta-oe/recipes-devtools/php/php_8.0.12.bb
index 4f484179cc..38771948f1 100644
--- a/meta-oe/recipes-devtools/php/php_8.0.12.bb
+++ b/meta-oe/recipes-devtools/php/php_8.0.12.bb
@@ -141,8 +141,8 @@ EOF

  do_configure:append() {
  # No, libtool, we really don't want rpath set...
-sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' 
${HOST_SYS}-libtool
-sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' 
${HOST_SYS}-libtool
+sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' 
libtool
+sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
  }

  do_install:append:class-native() {
--
2.25.1









-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94338): 
https://lists.openembedded.org/g/openembedded-devel/message/94338
Mute This Topic: https://lists.openembedded.org/mt/87693930/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [meta-python] [PATCH] python3-diskcache: upgrade 5.2.1 -> 5.3.0

2021-12-13 Thread Khem Raj

it was proposed earlier.

https://lore.kernel.org/openembedded-devel/20211211185829.2546544-1-open.sou...@oleksandr-kravchuk.com/T/#u

On 12/13/21 5:17 AM, wangmy wrote:

License-Update: year updated to 2022.

Changelog:
==
* Add support for Python 3.10
* Update copyright to 2022
* Bump version to 5.3.0
* Add Python 3.10 to the README

Signed-off-by: Wang Mingyu 
---
  ...{python3-diskcache_5.2.1.bb => python3-diskcache_5.3.0.bb} | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
  rename meta-python/recipes-devtools/python/{python3-diskcache_5.2.1.bb => 
python3-diskcache_5.3.0.bb} (57%)

diff --git a/meta-python/recipes-devtools/python/python3-diskcache_5.2.1.bb 
b/meta-python/recipes-devtools/python/python3-diskcache_5.3.0.bb
similarity index 57%
rename from meta-python/recipes-devtools/python/python3-diskcache_5.2.1.bb
rename to meta-python/recipes-devtools/python/python3-diskcache_5.3.0.bb
index 4a028d7694..85e2807634 100644
--- a/meta-python/recipes-devtools/python/python3-diskcache_5.2.1.bb
+++ b/meta-python/recipes-devtools/python/python3-diskcache_5.3.0.bb
@@ -1,9 +1,9 @@
  DESCRIPTION = "Disk Cache -- Disk and file backed persistent cache."
  HOMEPAGE = "http://www.grantjenks.com/docs/diskcache/;
  LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=a3e7dd5bc8f0053fee7c5fe9692b932d"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=c60ef82f0f40155453f6d5f2c94b6e8e"
  
-SRC_URI[sha256sum] = "1805acd5868ac10ad547208951a1190a0ab7bbff4e70f9a07cde4dbdfaa69f64"

+SRC_URI[sha256sum] = 
"3f1fa30b29fdff26cfddcb3ee7d61376903f82c769ea2907a2b82a5bfb8abbe2"
  
  PYPI_PACKAGE = "diskcache"
  







-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94337): 
https://lists.openembedded.org/g/openembedded-devel/message/94337
Mute This Topic: https://lists.openembedded.org/mt/87696997/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [meta-multimedia][PATCH] gssdp: update to 1.4.0.1

2021-12-13 Thread Khem Raj



On 12/13/21 8:15 AM, Oleksandr Kravchuk wrote:

Isn't it because meta-gnome is not included?


point is that we can not create hard dependency for meta-oe on 
meta-gnome, otherway around is fine. So this recipe should be able to build

without gtk4+ and perhaps can be enabled with packageconfig.



On 13/12/2021 17:09, Khem Raj wrote:

I am seeing this failure

stdio: ERROR: Nothing PROVIDES 'gtk4' (but
/home/pokybuild/yocto-worker/meta-oe/build/meta-openembedded/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb 


DEPENDS on or otherwise requires it). Close matches:
stdio: ERROR: Required build target 'meta-world-pkgdata' has no
buildable providers.
stdio: ERROR: Nothing PROVIDES 'gtk4' (but
/home/pokybuild/yocto-worker/meta-oe/build/meta-openembedded/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb 


DEPENDS on or otherwise requires it). Close matches:
stdio: ERROR: Required build target 'meta-world-pkgdata' has no
buildable providers.
stdio: ERROR: Command . ./oe-init-build-env; yocto-check-layer-wrapper
../meta-openembedded failed with exit code 2, see errors above.
(1639376061.2: 1715.6)

see
https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/1788

On Sun, Dec 12, 2021 at 10:36 AM Oleksandr Kravchuk
 wrote:

Signed-off-by: Oleksandr Kravchuk 
---
  .../recipes-connectivity/gupnp/gssdp_1.2.3.bb | 20 --
  .../gupnp/gssdp_1.4.0.1.bb    | 27 +++
  2 files changed, 27 insertions(+), 20 deletions(-)
  delete mode 100644 
meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb
  create mode 100644 
meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb


diff --git 
a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb 
b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb

deleted file mode 100644
index 8f27ae292..0
--- a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-SUMMARY = "Resource discovery and announcement over SSDP"
-DESCRIPTION = "GSSDP implements resource discovery and announcement 
over SSDP (Simpe Service Discovery Protocol)."

-LICENSE = "LGPLv2"
-LIC_FILES_CHKSUM = 
"file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"

-DEPENDS = "glib-2.0 libsoup-2.4"
-
-SRC_URI = "${GNOME_MIRROR}/${BPN}/1.2/${BPN}-${PV}.tar.xz"
-SRC_URI[md5sum] = "ef3295a965c06ce0f683522391fbb910"
-SRC_URI[sha256sum] = 
"a263dcb6730e3b3dc4bbbff80cf3fab4cd364021981d419db6dd5a8e148aa7e8"

-
-GTKDOC_MESON_OPTION = 'gtk_doc'
-
-inherit meson pkgconfig gobject-introspection vala gtk-doc
-
-PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 
'sniffer', '', d)}"

-PACKAGECONFIG[sniffer] = "-Dsniffer=true,-Dsniffer=false,gtk+3,"
-
-PACKAGES =+ "gssdp-tools"
-
-FILES:gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade"
diff --git 
a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb 
b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb

new file mode 100644
index 0..43d2fcfa0
--- /dev/null
+++ b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb
@@ -0,0 +1,27 @@
+SUMMARY = "Resource discovery and announcement over SSDP"
+DESCRIPTION = "GSSDP implements resource discovery and announcement 
over SSDP \

+   (Simpe Service Discovery Protocol)."
+HOMEPAGE = "https://gitlab.gnome.org/GNOME/gssdp/;
+BUGTRACKER = "https://gitlab.gnome.org/GNOME/gssdp/-/issues;
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = 
"file://COPYING;md5=4fbd65380cdd255951079008b364516c"

+
+SRC_URI = "${GNOME_MIRROR}/${BPN}/1.4/${BPN}-${PV}.tar.xz"
+SRC_URI[sha256sum] = 
"8676849d57fb822b8728856dbadebf3867f89ee47a0ec47a20045d011f431582"

+
+GTKDOC_MESON_OPTION = 'gtk_doc'
+
+DEPENDS = " \
+    glib-2.0 \
+    libsoup-2.4 \
+    gtk4 \
+"
+
+inherit meson pkgconfig gobject-introspection vala gtk-doc
+
+PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 
'sniffer', '', d)}"

+PACKAGECONFIG[sniffer] = "-Dsniffer=true,-Dsniffer=false,gtk+3,"
+
+PACKAGES =+ "gssdp-tools"
+
+FILES:gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade"
--
2.25.1





-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94336): 
https://lists.openembedded.org/g/openembedded-devel/message/94336
Mute This Topic: https://lists.openembedded.org/mt/87681937/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [meta-multimedia][PATCH] gssdp: update to 1.4.0.1

2021-12-13 Thread Oleksandr Kravchuk

Isn't it because meta-gnome is not included?

On 13/12/2021 17:09, Khem Raj wrote:

I am seeing this failure

stdio: ERROR: Nothing PROVIDES 'gtk4' (but
/home/pokybuild/yocto-worker/meta-oe/build/meta-openembedded/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb
DEPENDS on or otherwise requires it). Close matches:
stdio: ERROR: Required build target 'meta-world-pkgdata' has no
buildable providers.
stdio: ERROR: Nothing PROVIDES 'gtk4' (but
/home/pokybuild/yocto-worker/meta-oe/build/meta-openembedded/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb
DEPENDS on or otherwise requires it). Close matches:
stdio: ERROR: Required build target 'meta-world-pkgdata' has no
buildable providers.
stdio: ERROR: Command . ./oe-init-build-env; yocto-check-layer-wrapper
../meta-openembedded failed with exit code 2, see errors above.
(1639376061.2: 1715.6)

see
https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/1788

On Sun, Dec 12, 2021 at 10:36 AM Oleksandr Kravchuk
 wrote:

Signed-off-by: Oleksandr Kravchuk 
---
  .../recipes-connectivity/gupnp/gssdp_1.2.3.bb | 20 --
  .../gupnp/gssdp_1.4.0.1.bb| 27 +++
  2 files changed, 27 insertions(+), 20 deletions(-)
  delete mode 100644 meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb
  create mode 100644 meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb

diff --git a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb 
b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb
deleted file mode 100644
index 8f27ae292..0
--- a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-SUMMARY = "Resource discovery and announcement over SSDP"
-DESCRIPTION = "GSSDP implements resource discovery and announcement over SSDP 
(Simpe Service Discovery Protocol)."
-LICENSE = "LGPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
-DEPENDS = "glib-2.0 libsoup-2.4"
-
-SRC_URI = "${GNOME_MIRROR}/${BPN}/1.2/${BPN}-${PV}.tar.xz"
-SRC_URI[md5sum] = "ef3295a965c06ce0f683522391fbb910"
-SRC_URI[sha256sum] = 
"a263dcb6730e3b3dc4bbbff80cf3fab4cd364021981d419db6dd5a8e148aa7e8"
-
-GTKDOC_MESON_OPTION = 'gtk_doc'
-
-inherit meson pkgconfig gobject-introspection vala gtk-doc
-
-PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'sniffer', '', 
d)}"
-PACKAGECONFIG[sniffer] = "-Dsniffer=true,-Dsniffer=false,gtk+3,"
-
-PACKAGES =+ "gssdp-tools"
-
-FILES:gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade"
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb 
b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb
new file mode 100644
index 0..43d2fcfa0
--- /dev/null
+++ b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb
@@ -0,0 +1,27 @@
+SUMMARY = "Resource discovery and announcement over SSDP"
+DESCRIPTION = "GSSDP implements resource discovery and announcement over SSDP \
+   (Simpe Service Discovery Protocol)."
+HOMEPAGE = "https://gitlab.gnome.org/GNOME/gssdp/;
+BUGTRACKER = "https://gitlab.gnome.org/GNOME/gssdp/-/issues;
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
+
+SRC_URI = "${GNOME_MIRROR}/${BPN}/1.4/${BPN}-${PV}.tar.xz"
+SRC_URI[sha256sum] = 
"8676849d57fb822b8728856dbadebf3867f89ee47a0ec47a20045d011f431582"
+
+GTKDOC_MESON_OPTION = 'gtk_doc'
+
+DEPENDS = " \
+glib-2.0 \
+libsoup-2.4 \
+gtk4 \
+"
+
+inherit meson pkgconfig gobject-introspection vala gtk-doc
+
+PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'sniffer', '', 
d)}"
+PACKAGECONFIG[sniffer] = "-Dsniffer=true,-Dsniffer=false,gtk+3,"
+
+PACKAGES =+ "gssdp-tools"
+
+FILES:gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade"
--
2.25.1





-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94335): 
https://lists.openembedded.org/g/openembedded-devel/message/94335
Mute This Topic: https://lists.openembedded.org/mt/87681937/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [meta-multimedia][PATCH] gssdp: update to 1.4.0.1

2021-12-13 Thread Khem Raj
I am seeing this failure

stdio: ERROR: Nothing PROVIDES 'gtk4' (but
/home/pokybuild/yocto-worker/meta-oe/build/meta-openembedded/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb
DEPENDS on or otherwise requires it). Close matches:
stdio: ERROR: Required build target 'meta-world-pkgdata' has no
buildable providers.
stdio: ERROR: Nothing PROVIDES 'gtk4' (but
/home/pokybuild/yocto-worker/meta-oe/build/meta-openembedded/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb
DEPENDS on or otherwise requires it). Close matches:
stdio: ERROR: Required build target 'meta-world-pkgdata' has no
buildable providers.
stdio: ERROR: Command . ./oe-init-build-env; yocto-check-layer-wrapper
../meta-openembedded failed with exit code 2, see errors above.
(1639376061.2: 1715.6)

see
https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/1788

On Sun, Dec 12, 2021 at 10:36 AM Oleksandr Kravchuk
 wrote:
>
> Signed-off-by: Oleksandr Kravchuk 
> ---
>  .../recipes-connectivity/gupnp/gssdp_1.2.3.bb | 20 --
>  .../gupnp/gssdp_1.4.0.1.bb| 27 +++
>  2 files changed, 27 insertions(+), 20 deletions(-)
>  delete mode 100644 meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb
>  create mode 100644 
> meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb
>
> diff --git a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb 
> b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb
> deleted file mode 100644
> index 8f27ae292..0
> --- a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb
> +++ /dev/null
> @@ -1,20 +0,0 @@
> -SUMMARY = "Resource discovery and announcement over SSDP"
> -DESCRIPTION = "GSSDP implements resource discovery and announcement over 
> SSDP (Simpe Service Discovery Protocol)."
> -LICENSE = "LGPLv2"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
> -DEPENDS = "glib-2.0 libsoup-2.4"
> -
> -SRC_URI = "${GNOME_MIRROR}/${BPN}/1.2/${BPN}-${PV}.tar.xz"
> -SRC_URI[md5sum] = "ef3295a965c06ce0f683522391fbb910"
> -SRC_URI[sha256sum] = 
> "a263dcb6730e3b3dc4bbbff80cf3fab4cd364021981d419db6dd5a8e148aa7e8"
> -
> -GTKDOC_MESON_OPTION = 'gtk_doc'
> -
> -inherit meson pkgconfig gobject-introspection vala gtk-doc
> -
> -PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'sniffer', 
> '', d)}"
> -PACKAGECONFIG[sniffer] = "-Dsniffer=true,-Dsniffer=false,gtk+3,"
> -
> -PACKAGES =+ "gssdp-tools"
> -
> -FILES:gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade"
> diff --git a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb 
> b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb
> new file mode 100644
> index 0..43d2fcfa0
> --- /dev/null
> +++ b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb
> @@ -0,0 +1,27 @@
> +SUMMARY = "Resource discovery and announcement over SSDP"
> +DESCRIPTION = "GSSDP implements resource discovery and announcement over 
> SSDP \
> +   (Simpe Service Discovery Protocol)."
> +HOMEPAGE = "https://gitlab.gnome.org/GNOME/gssdp/;
> +BUGTRACKER = "https://gitlab.gnome.org/GNOME/gssdp/-/issues;
> +LICENSE = "LGPLv2.1"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
> +
> +SRC_URI = "${GNOME_MIRROR}/${BPN}/1.4/${BPN}-${PV}.tar.xz"
> +SRC_URI[sha256sum] = 
> "8676849d57fb822b8728856dbadebf3867f89ee47a0ec47a20045d011f431582"
> +
> +GTKDOC_MESON_OPTION = 'gtk_doc'
> +
> +DEPENDS = " \
> +glib-2.0 \
> +libsoup-2.4 \
> +gtk4 \
> +"
> +
> +inherit meson pkgconfig gobject-introspection vala gtk-doc
> +
> +PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'sniffer', 
> '', d)}"
> +PACKAGECONFIG[sniffer] = "-Dsniffer=true,-Dsniffer=false,gtk+3,"
> +
> +PACKAGES =+ "gssdp-tools"
> +
> +FILES:gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade"
> --
> 2.25.1
>
>
> 
>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94334): 
https://lists.openembedded.org/g/openembedded-devel/message/94334
Mute This Topic: https://lists.openembedded.org/mt/87681937/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe] [PATCH] mozjs: upgrade 91.2.0 -> 91.4.0

2021-12-13 Thread wangmy
Signed-off-by: Wang Mingyu 
---
 .../mozjs/{mozjs-91_91.2.0.bb => mozjs-91_91.4.0.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/mozjs/{mozjs-91_91.2.0.bb => 
mozjs-91_91.4.0.bb} (96%)

diff --git a/meta-oe/recipes-extended/mozjs/mozjs-91_91.2.0.bb 
b/meta-oe/recipes-extended/mozjs/mozjs-91_91.4.0.bb
similarity index 96%
rename from meta-oe/recipes-extended/mozjs/mozjs-91_91.2.0.bb
rename to meta-oe/recipes-extended/mozjs/mozjs-91_91.4.0.bb
index c04e8fe9d7..dd02ed94cb 100644
--- a/meta-oe/recipes-extended/mozjs/mozjs-91_91.2.0.bb
+++ b/meta-oe/recipes-extended/mozjs/mozjs-91_91.4.0.bb
@@ -16,7 +16,7 @@ SRC_URI = 
"https://archive.mozilla.org/pub/firefox/releases/${PV}esr/source/fire

file://0001-util.configure-fix-one-occasionally-reproduced-confi.patch \
file://0001-rewrite-cargo-host-linker-in-python3.patch  \
"
-SRC_URI[sha256sum] = 
"3ef3cfd321d0c2c80ee1b41b8baf7a1ea4daf93c29e1377274933440ff5e42c3"
+SRC_URI[sha256sum] = 
"e722829db490f9332712a81c35996541737bbfb05232d47190fee779c4fcb327"
 
 S = "${WORKDIR}/firefox-${@d.getVar("PV").replace("esr", "")}"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94333): 
https://lists.openembedded.org/g/openembedded-devel/message/94333
Mute This Topic: https://lists.openembedded.org/mt/87698699/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe] [PATCH] cloc: upgrade 1.90 -> 1.92

2021-12-13 Thread wangmy
Changelog:
===
New languages GraphQL, Metal Shading Language, PlantUML, Properties, Umka.
Better consistency with upper- and lowercase file names on Windows.
Bug fixes for --force-lang-def, --csv-delimiter, --vcs=git with --max-file-size,
--unicode, --ignored (directory names no longer appear).

Signed-off-by: Wang Mingyu 
---
 meta-oe/recipes-devtools/cloc/{cloc_1.90.bb => cloc_1.92.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-oe/recipes-devtools/cloc/{cloc_1.90.bb => cloc_1.92.bb} (79%)

diff --git a/meta-oe/recipes-devtools/cloc/cloc_1.90.bb 
b/meta-oe/recipes-devtools/cloc/cloc_1.92.bb
similarity index 79%
rename from meta-oe/recipes-devtools/cloc/cloc_1.90.bb
rename to meta-oe/recipes-devtools/cloc/cloc_1.92.bb
index fa69aa1420..2b9f29969b 100644
--- a/meta-oe/recipes-devtools/cloc/cloc_1.90.bb
+++ b/meta-oe/recipes-devtools/cloc/cloc_1.92.bb
@@ -6,8 +6,7 @@ LICENSE="GPL-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=2c1c00f9d3ed9e24fa69b932b7e7aff2"
 
 SRC_URI = 
"https://github.com/AlDanial/cloc/releases/download/v${PV}/${BP}.tar.gz;
-SRC_URI[md5sum] = "e2364c2c9c9eda1d20890c19911c51fb"
-SRC_URI[sha256sum] = 
"152502a61d4bae4a406a05a01bf52489b310ec03dbd8c645d0bb051fa4717ddb"
+SRC_URI[sha256sum] = 
"73570f9da159fab13846038de7c3d8772554117c04117281dcbe6e5c7b988264"
 
 UPSTREAM_CHECK_URI = "https://github.com/AlDanial/${BPN}/releases;
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94332): 
https://lists.openembedded.org/g/openembedded-devel/message/94332
Mute This Topic: https://lists.openembedded.org/mt/87698677/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe] [PATCH] libgusb: upgrade 0.3.8 -> 0.3.9

2021-12-13 Thread wangmy
Signed-off-by: Wang Mingyu 
---
 .../libgusb/{libgusb_0.3.8.bb => libgusb_0.3.9.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/libgusb/{libgusb_0.3.8.bb => libgusb_0.3.9.bb} 
(89%)

diff --git a/meta-oe/recipes-support/libgusb/libgusb_0.3.8.bb 
b/meta-oe/recipes-support/libgusb/libgusb_0.3.9.bb
similarity index 89%
rename from meta-oe/recipes-support/libgusb/libgusb_0.3.8.bb
rename to meta-oe/recipes-support/libgusb/libgusb_0.3.9.bb
index 51e7349043..3fdb2b7d3d 100644
--- a/meta-oe/recipes-support/libgusb/libgusb_0.3.8.bb
+++ b/meta-oe/recipes-support/libgusb/libgusb_0.3.9.bb
@@ -10,5 +10,5 @@ PACKAGECONFIG ??= "${@bb.utils.contains('GI_DATA_ENABLED', 
'True', 'vapi', '', d
 PACKAGECONFIG[vapi] = "-Dvapi=true,-Dvapi=false"
 
 SRC_URI = "git://github.com/hughsie/libgusb.git;branch=main;protocol=https"
-SRCREV = "db9edbd8b45662d551194a0985173732f8f557a5"
+SRCREV = "582f33178a986e74543de8ced087865009f8fef0"
 S = "${WORKDIR}/git"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94331): 
https://lists.openembedded.org/g/openembedded-devel/message/94331
Mute This Topic: https://lists.openembedded.org/mt/87698676/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-networking] [PATCH] snort: upgrade 2.9.18.1 -> 2.9.19

2021-12-13 Thread wangmy
changelog:
=

* src/snort.c :
  Fixed an issue where verdict will be applied onto next session when timeout
  occurs in some scenarios.

* rc/file-process/file_service.c :
  Removed an excessively flooding log.

* src/dynamic-preprocessors/modbus/modbus_decode.c :
  Fixed possible integer overflow.

* src/fpcreate.c :
  Added fix to GCC compiled snort to use AC-BNFA-Q search-method when Intel-cpm
  is enabled.

* src/generators.h
  src/preprocessors/Stream6/snort_stream_tcp.c :
  Added fix to not to drop packets when window size is 0 by TCP normalizer
  and Added new alert with GID 129 and SID 21 when such packets are seen.

* src/dynamic-preprocessors/appid/detector_plugins/detector_imap.c
  src/dynamic-preprocessors/appid/detector_plugins/detector_pop3.c :
  Added support for Appid to detect login success and failure for IMAP and POP3
  protocols.

* src/dynamic-preprocessors/reputation/reputation_config.c
  src/dynamic-preprocessors/reputation/spp_reputation.c
  src/dynamic-preprocessors/reputation/spp_reputation.h
  src/pkt_tracer.c
  src/snort.c
  src/util.c :
  Fixed terminology to be bias-free in log/error messages.

* src/snort.c :
  Fixed a potential race condition.

Signed-off-by: Wang Mingyu 
---
 .../snort/{snort_2.9.18.1.bb => snort_2.9.19.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-connectivity/snort/{snort_2.9.18.1.bb => 
snort_2.9.19.bb} (97%)

diff --git a/meta-networking/recipes-connectivity/snort/snort_2.9.18.1.bb 
b/meta-networking/recipes-connectivity/snort/snort_2.9.19.bb
similarity index 97%
rename from meta-networking/recipes-connectivity/snort/snort_2.9.18.1.bb
rename to meta-networking/recipes-connectivity/snort/snort_2.9.19.bb
index 1e2495406e..9c479d2200 100644
--- a/meta-networking/recipes-connectivity/snort/snort_2.9.18.1.bb
+++ b/meta-networking/recipes-connectivity/snort/snort_2.9.19.bb
@@ -14,7 +14,7 @@ SRC_URI = 
"https://www.snort.org/downloads/archive/snort/${BP}.tar.gz \
 file://disable-run-test-program-while-cross-compiling.patch \
 file://configure.in-disable-tirpc-checking-for-fedora.patch \
 "
-SRC_URI[sha256sum] = 
"da8af0f1b2e4f247d970c6a3c0e83fb6dcd5c84faa21aea49f306f269e8e28aa"
+SRC_URI[sha256sum] = 
"b12fc6db72afb58987a2bf1954b8f45bde02047c235513c7663857b9506369c7"
 
 UPSTREAM_CHECK_URI = "https://www.snort.org/downloads;
 UPSTREAM_CHECK_REGEX = "snort-(?P\d+(\.\d+)+)\.tar"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94330): 
https://lists.openembedded.org/g/openembedded-devel/message/94330
Mute This Topic: https://lists.openembedded.org/mt/87698668/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-diskcache: upgrade 5.2.1 -> 5.3.0

2021-12-13 Thread wangmy
License-Update: year updated to 2022.

Changelog:
==
* Add support for Python 3.10
* Update copyright to 2022
* Bump version to 5.3.0
* Add Python 3.10 to the README

Signed-off-by: Wang Mingyu 
---
 ...{python3-diskcache_5.2.1.bb => python3-diskcache_5.3.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-diskcache_5.2.1.bb => 
python3-diskcache_5.3.0.bb} (57%)

diff --git a/meta-python/recipes-devtools/python/python3-diskcache_5.2.1.bb 
b/meta-python/recipes-devtools/python/python3-diskcache_5.3.0.bb
similarity index 57%
rename from meta-python/recipes-devtools/python/python3-diskcache_5.2.1.bb
rename to meta-python/recipes-devtools/python/python3-diskcache_5.3.0.bb
index 4a028d7694..85e2807634 100644
--- a/meta-python/recipes-devtools/python/python3-diskcache_5.2.1.bb
+++ b/meta-python/recipes-devtools/python/python3-diskcache_5.3.0.bb
@@ -1,9 +1,9 @@
 DESCRIPTION = "Disk Cache -- Disk and file backed persistent cache."
 HOMEPAGE = "http://www.grantjenks.com/docs/diskcache/;
 LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=a3e7dd5bc8f0053fee7c5fe9692b932d"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=c60ef82f0f40155453f6d5f2c94b6e8e"
 
-SRC_URI[sha256sum] = 
"1805acd5868ac10ad547208951a1190a0ab7bbff4e70f9a07cde4dbdfaa69f64"
+SRC_URI[sha256sum] = 
"3f1fa30b29fdff26cfddcb3ee7d61376903f82c769ea2907a2b82a5bfb8abbe2"
 
 PYPI_PACKAGE = "diskcache"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94329): 
https://lists.openembedded.org/g/openembedded-devel/message/94329
Mute This Topic: https://lists.openembedded.org/mt/87696997/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-scrypt: upgrade 0.8.18 -> 0.8.19

2021-12-13 Thread wangmy
License-Update: year update to 2021.

Signed-off-by: Wang Mingyu 
---
 .../{python3-scrypt_0.8.18.bb => python3-scrypt_0.8.19.bb}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-scrypt_0.8.18.bb => 
python3-scrypt_0.8.19.bb} (76%)

diff --git a/meta-python/recipes-devtools/python/python3-scrypt_0.8.18.bb 
b/meta-python/recipes-devtools/python/python3-scrypt_0.8.19.bb
similarity index 76%
rename from meta-python/recipes-devtools/python/python3-scrypt_0.8.18.bb
rename to meta-python/recipes-devtools/python/python3-scrypt_0.8.19.bb
index 691742d6d..f0a9e1615 100644
--- a/meta-python/recipes-devtools/python/python3-scrypt_0.8.18.bb
+++ b/meta-python/recipes-devtools/python/python3-scrypt_0.8.19.bb
@@ -1,11 +1,11 @@
 DESCRIPTION = "Bindings for the scrypt key derivation function library"
 LICENSE = "BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=2ddf47d0ff1849bce3257ccbc1fd275c"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=05b5ac2824a7ae7489193b0f6a6f2cd1"
 HOMEPAGE="https://github.com/holgern/py-scrypt;
 
 SRC_URI += "file://0001-py-scrypt-remove-the-hard-coded-include-paths.patch"
 
-SRC_URI[sha256sum] = 
"bcf04257af12e6d52974d177a7b08e314b66f350a73f9b6f7b232d69a6a1e041"
+SRC_URI[sha256sum] = 
"ad143035ae0cf5e97c4b399f4e4686adf442c5f0f06f9f198a0cc6c091335fb7"
 
 inherit pypi ptest setuptools3 dos2unix
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94328): 
https://lists.openembedded.org/g/openembedded-devel/message/94328
Mute This Topic: https://lists.openembedded.org/mt/87696991/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [PATCH] dhcp-relay: fix rebuilds

2021-12-13 Thread Ross Burton
dhcp-relay needs a fresh tarball of bind unpacked in ${S}, but this is
done by fetching the tarball to ${WORKDIR}, then in do_configure moving
it to ${S} and unpacking it.

If dhcp-relay is re-configured, the tarball no longer exists in ${WORKDIR}
so this fails.  Copy instead of moving so rebuilds work.

Also don't rename the downloaded file to just bind.tar.gz as that can
cause probems if the version changes.

Signed-off-by: Ross Burton 
---
 .../recipes-connectivity/dhcp/dhcp-relay_4.4.2p1.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.2p1.bb 
b/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.2p1.bb
index 8e41609f00..c86926813d 100644
--- a/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.2p1.bb
+++ b/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.2p1.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;beginline=4;md5=004a4db50a1e20972e924a8618747
 DEPENDS = "openssl libcap zlib"
 
 SRC_URI = "https://ftp.isc.org/isc/dhcp/4.4.2-P1/dhcp-4.4.2-P1.tar.gz \
-   
https://ftp.isc.org/isc/bind9/9.11.32/bind-9.11.32.tar.gz;name=bind;downloadfilename=bind.tar.gz;unpack=0
 \
+   
https://ftp.isc.org/isc/bind9/9.11.32/bind-9.11.32.tar.gz;name=bind;unpack=0 \
file://default-relay \
file://init-relay \
file://dhcrelay.service \
@@ -47,11 +47,11 @@ EXTRA_OECONF = "--enable-paranoia \
 # Enable shared libs per dhcp README
 do_configure:prepend () {
 cp configure.ac+lt configure.ac
-rm ${S}/bind/bind.tar.gz
-mv ${WORKDIR}/bind.tar.gz ${S}/bind/
+cp ${WORKDIR}/bind-9.11.32.tar.gz ${S}/bind/bind.tar.gz
 }
 
 do_compile:prepend() {
+# Need to unpack this now instead of earlier as do_configure will delete 
the configure script
 rm -rf ${S}/bind/bind-9.11.32/
 tar xf ${S}/bind/bind.tar.gz -C ${S}/bind
 install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess 
${S}/bind/bind-9.11.32/
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94327): 
https://lists.openembedded.org/g/openembedded-devel/message/94327
Mute This Topic: https://lists.openembedded.org/mt/87696422/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [PATCH 09/12] cpufrequtils: remove obsolete support for renamed libtool

2021-12-13 Thread Ross Burton
libtool is now longer renamed to ${host}-libtool, so remove the changes
to support this.

Signed-off-by: Ross Burton 
---
 meta-oe/recipes-bsp/cpufrequtils/cpufrequtils_008.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils_008.bb 
b/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils_008.bb
index f1fb3052e0..ff41459968 100644
--- a/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils_008.bb
+++ b/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils_008.bb
@@ -22,7 +22,7 @@ S = "${WORKDIR}/git"
 
 TARGET_CC_ARCH += "${LDFLAGS}"
 
-EXTRA_OEMAKE = "V=1 CROSS=${TARGET_PREFIX} LIBTOOL='${HOST_SYS}-libtool --tag 
cc' STRIPCMD=echo 'CP=cp'"
+EXTRA_OEMAKE = "V=1 CROSS=${TARGET_PREFIX} STRIPCMD=echo 'CP=cp'"
 
 do_compile() {
 oe_runmake
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94325): 
https://lists.openembedded.org/g/openembedded-devel/message/94325
Mute This Topic: https://lists.openembedded.org/mt/87695204/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [PATCH 11/12] srecord: remove obsolete support for renamed libtool

2021-12-13 Thread Ross Burton
libtool is now longer renamed to ${host}-libtool, so remove the changes
to support this.

Signed-off-by: Ross Burton 
---
 meta-oe/recipes-support/srecord/srecord_1.64.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/srecord/srecord_1.64.bb 
b/meta-oe/recipes-support/srecord/srecord_1.64.bb
index 4c34fa1bc3..4a00be1baf 100644
--- a/meta-oe/recipes-support/srecord/srecord_1.64.bb
+++ b/meta-oe/recipes-support/srecord/srecord_1.64.bb
@@ -17,7 +17,7 @@ DEPENDS = "libtool-native boost groff-native"
 
 inherit autotools-brokensep
 
-EXTRA_OECONF = "--without-gcrypt 
LIBTOOL=${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool"
+EXTRA_OECONF = "--without-gcrypt"
 
 # Set variable WITHOUT_DOC=0 to enable documentation generation
 EXTRA_OEMAKE = "WITHOUT_DOC=1"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94326): 
https://lists.openembedded.org/g/openembedded-devel/message/94326
Mute This Topic: https://lists.openembedded.org/mt/87695205/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [PATCH 12/12] apache-websocket: remove obsolete support for renamed libtool

2021-12-13 Thread Ross Burton
libtool is now longer renamed to ${host}-libtool, so remove the changes
to support this.

Signed-off-by: Ross Burton 
---
 .../recipes-httpd/apache-mod/apache-websocket_git.bb   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb 
b/meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb
index cf6e28a20c..040788609e 100644
--- a/meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb
+++ b/meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb
@@ -21,8 +21,7 @@ S = "${WORKDIR}/git"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
 
-EXTRA_OECONF = "APACHECTL=${STAGING_DIR_TARGET}${sbindir}/apachectl \
-
LIBTOOL=${STAGING_DIR_TARGET}${bindir_crossscripts}/${HOST_SYS}-libtool"
+EXTRA_OECONF = "APACHECTL=${STAGING_DIR_TARGET}${sbindir}/apachectl"
 
 do_install() {
 install -d ${D}${libexecdir}/apache2/modules
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94324): 
https://lists.openembedded.org/g/openembedded-devel/message/94324
Mute This Topic: https://lists.openembedded.org/mt/87695202/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [PATCH 08/12] unbound: remove obsolete support for renamed libtool

2021-12-13 Thread Ross Burton
libtool is now longer renamed to ${host}-libtool, so remove the changes
to support this.

Signed-off-by: Ross Burton 
---
 meta-networking/recipes-support/unbound/unbound_1.13.2.bb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/meta-networking/recipes-support/unbound/unbound_1.13.2.bb 
b/meta-networking/recipes-support/unbound/unbound_1.13.2.bb
index 4eb313ad09..61a75d71f4 100644
--- a/meta-networking/recipes-support/unbound/unbound_1.13.2.bb
+++ b/meta-networking/recipes-support/unbound/unbound_1.13.2.bb
@@ -22,9 +22,7 @@ RDEPENDS:${PN} = "bash openssl-bin daemonize"
 S = "${WORKDIR}/git"
 
 EXTRA_OECONF = "--with-libexpat=${STAGING_EXECPREFIXDIR} \
-   --with-ssl=${STAGING_EXECPREFIXDIR} \
-   libtool=${HOST_SYS}-libtool \
-"
+   --with-ssl=${STAGING_EXECPREFIXDIR}"

 
 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'largefile systemd', 
d)}"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94322): 
https://lists.openembedded.org/g/openembedded-devel/message/94322
Mute This Topic: https://lists.openembedded.org/mt/87695200/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [PATCH 10/12] gtk+: remove obsolete support for renamed libtool

2021-12-13 Thread Ross Burton
libtool is now longer renamed to ${host}-libtool, so remove the changes
to support this.

Signed-off-by: Ross Burton 
---
 .../gtk+/gtk+/hardcoded_libtool.patch | 36 ---
 meta-oe/recipes-gnome/gtk+/gtk+_2.24.33.bb|  1 -
 2 files changed, 37 deletions(-)
 delete mode 100644 meta-oe/recipes-gnome/gtk+/gtk+/hardcoded_libtool.patch

diff --git a/meta-oe/recipes-gnome/gtk+/gtk+/hardcoded_libtool.patch 
b/meta-oe/recipes-gnome/gtk+/gtk+/hardcoded_libtool.patch
deleted file mode 100644
index 9eb7f6bf5c..00
--- a/meta-oe/recipes-gnome/gtk+/gtk+/hardcoded_libtool.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-Upstream-Status: Inappropriate [embedded specific]
-
-Updated to apply to gtk+-2.24.15
-
-Signed-off-by: Marko Lindqvist 
-Index: gtk+-2.24.31/configure.ac
-===
 gtk+-2.24.31.orig/configure.ac
-+++ gtk+-2.24.31/configure.ac
-@@ -415,7 +415,7 @@ AC_MSG_CHECKING([Whether to write depend
- case $enable_explicit_deps in
-   auto)
- export SED
--deplibs_check_method=`(./libtool --config; echo 'eval echo 
\"$deplibs_check_method\"') | sh`
-+deplibs_check_method=`(./$host_alias-libtool --config; echo 'eval echo 
\"$deplibs_check_method\"') | sh`
- if test "x$deplibs_check_method" '!=' xpass_all || test "x$enable_static" 
= xyes ; then
-   enable_explicit_deps=yes  
- else
-@@ -772,7 +772,7 @@ else
- dnl Now we check to see if our libtool supports shared lib deps
- dnl (in a rather ugly way even)
- if $dynworks; then
--module_libtool_config="${CONFIG_SHELL-/bin/sh} ./libtool --config"
-+module_libtool_config="${CONFIG_SHELL-/bin/sh} $host_alias-libtool 
--config"
- module_deplibs_check=`$module_libtool_config | \
- grep '^[[a-z_]]*check[[a-z_]]*_method=[['\''"]]' | \
- sed 's/.*[['\''"]]\(.*\)[['\''"]]$/\1/'`
-@@ -1579,7 +1579,7 @@ fi
- # We are using gmodule-no-export now, but I'm leaving the stripping
- # code in place for now, since pango and atk still require gmodule.
- export SED
--export_dynamic=`(./libtool --config; echo eval echo 
\\$export_dynamic_flag_spec) | sh`
-+export_dynamic=`($host_alias-libtool --config; echo eval echo 
\\$export_dynamic_flag_spec) | sh`
- if test -n "$export_dynamic"; then
-   GDK_DEP_LIBS=`echo $GDK_DEP_LIBS | sed -e "s/$export_dynamic//"`
-   GTK_DEP_LIBS=`echo $GTK_DEP_LIBS | sed -e "s/$export_dynamic//"`
diff --git a/meta-oe/recipes-gnome/gtk+/gtk+_2.24.33.bb 
b/meta-oe/recipes-gnome/gtk+/gtk+_2.24.33.bb
index ccd82b91f2..082967e04c 100644
--- a/meta-oe/recipes-gnome/gtk+/gtk+_2.24.33.bb
+++ b/meta-oe/recipes-gnome/gtk+/gtk+_2.24.33.bb
@@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
 
file://tests/testgtk.c;endline=27;md5=262db5db5f776f9863e56df31423e24c"
 SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-${PV}.tar.xz \
file://xsettings.patch \
-   file://hardcoded_libtool.patch \
file://toggle-font.diff;striplevel=0 \
file://doc-fixes.patch \
file://strict-prototypes.patch \
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94323): 
https://lists.openembedded.org/g/openembedded-devel/message/94323
Mute This Topic: https://lists.openembedded.org/mt/87695201/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [PATCH 05/12] dhcp-relay: remove obsolete support for renamed libtool

2021-12-13 Thread Ross Burton
libtool is now longer renamed to ${host}-libtool, so remove the changes
to support this.

Signed-off-by: Ross Burton 
---
 .../recipes-connectivity/dhcp/dhcp-relay_4.4.2p1.bb| 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.2p1.bb 
b/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.2p1.bb
index 93364758e3..8e41609f00 100644
--- a/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.2p1.bb
+++ b/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.2p1.bb
@@ -43,7 +43,6 @@ EXTRA_OECONF = "--enable-paranoia \
 --enable-libtool \
 --with-randomdev=/dev/random \
"
-EXTRA_OEMAKE += "LIBTOOL='${S}/${HOST_SYS}-libtool'"
 
 # Enable shared libs per dhcp README
 do_configure:prepend () {
@@ -59,7 +58,7 @@ do_compile:prepend() {
 install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub 
${S}/bind/bind-9.11.32/
 cp -fpR ${S}/m4/*.m4 ${S}/bind/bind-9.11.32/libtool.m4/
 rm -rf ${S}/bind/bind-9.11.32/libtool
-install -m 0755 ${S}/${HOST_SYS}-libtool ${S}/bind/bind-9.11.32/
+install -m 0755 ${S}/libtool ${S}/bind/bind-9.11.32/
 }
 
 do_install:append () {
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94319): 
https://lists.openembedded.org/g/openembedded-devel/message/94319
Mute This Topic: https://lists.openembedded.org/mt/87695197/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [PATCH 06/12] apache2: remove obsolete support for renamed libtool

2021-12-13 Thread Ross Burton
libtool is now longer renamed to ${host}-libtool, so remove the changes
to support this.

Signed-off-by: Ross Burton 
---
 meta-webserver/recipes-httpd/apache2/apache2_2.4.51.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.51.bb 
b/meta-webserver/recipes-httpd/apache2/apache2_2.4.51.bb
index 4b36c50d55..29deedf3a6 100644
--- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.51.bb
+++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.51.bb
@@ -156,7 +156,6 @@ apache_sysroot_preprocess() {
 install -d ${SYSROOT_DESTDIR}${sbindir}
 install -m 755 ${D}${sbindir}/apachectl ${SYSROOT_DESTDIR}${sbindir}
 sed -i 's!my $installbuilddir = .*!my $installbuilddir = 
"${STAGING_DIR_HOST}/${datadir}/${BPN}/build";!' 
${SYSROOT_DESTDIR}${bindir_crossscripts}/apxs
-sed -i 's!my $libtool = .*!my $libtool = 
"${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool";!' 
${SYSROOT_DESTDIR}${bindir_crossscripts}/apxs
 
 sed -i 's!^APR_CONFIG = .*!APR_CONFIG = 
${STAGING_BINDIR_CROSS}/apr-1-config!' 
${SYSROOT_DESTDIR}${datadir}/${BPN}/build/config_vars.mk
 sed -i 's!^APU_CONFIG = .*!APU_CONFIG = 
${STAGING_BINDIR_CROSS}/apu-1-config!' 
${SYSROOT_DESTDIR}${datadir}/${BPN}/build/config_vars.mk
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94320): 
https://lists.openembedded.org/g/openembedded-devel/message/94320
Mute This Topic: https://lists.openembedded.org/mt/87695198/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [PATCH 07/12] xfsdump: remove obsolete support for renamed libtool

2021-12-13 Thread Ross Burton
libtool is now longer renamed to ${host}-libtool, so remove the changes
to support this.

Signed-off-by: Ross Burton 
---
 meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.9.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.9.bb 
b/meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.9.bb
index 3e18fba74f..3b06730b70 100644
--- a/meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.9.bb
+++ b/meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.9.bb
@@ -25,8 +25,6 @@ PACKAGECONFIG[gettext] = 
"--enable-gettext=yes,--enable-gettext=no,gettext"
 
 CFLAGS += "-D_FILE_OFFSET_BITS=64"
 
-EXTRA_OEMAKE += "'LIBTOOL=${HOST_SYS}-libtool' V=1"
-
 do_configure () {
 export DEBUG="-DNDEBUG"
 install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94321): 
https://lists.openembedded.org/g/openembedded-devel/message/94321
Mute This Topic: https://lists.openembedded.org/mt/87695199/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [PATCH 03/12] qpdf: remove obsolete support for renamed libtool

2021-12-13 Thread Ross Burton
libtool is now longer renamed to ${host}-libtool, so remove the changes
to support this.

Signed-off-by: Ross Burton 
---
 meta-oe/recipes-printing/qpdf/qpdf_10.4.0.bb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/meta-oe/recipes-printing/qpdf/qpdf_10.4.0.bb 
b/meta-oe/recipes-printing/qpdf/qpdf_10.4.0.bb
index 964becf1dd..793dbb1953 100644
--- a/meta-oe/recipes-printing/qpdf/qpdf_10.4.0.bb
+++ b/meta-oe/recipes-printing/qpdf/qpdf_10.4.0.bb
@@ -5,9 +5,9 @@ SECTION = "libs"
 DEPENDS = "libpcre zlib libjpeg-turbo"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/qpdf/qpdf-${PV}.tar.gz"
+SRC_URI[sha256sum] = 
"9ac6e691cc3f35a9fe44632e3fba727e1b6ef21181c0a883287abf5cf97ae222"
 
 LIC_FILES_CHKSUM = "file://Artistic-2.0;md5=7806296b9fae874361e6fb10072b7ee3"
-SRC_URI[sha256sum] = 
"9ac6e691cc3f35a9fe44632e3fba727e1b6ef21181c0a883287abf5cf97ae222"
 
 inherit autotools-brokensep gettext
 
@@ -17,8 +17,6 @@ EXTRA_OECONF = "--without-random \
 --disable-check-autofiles \
 "
 
-EXTRA_OEMAKE:class-target = "LIBTOOL=${HOST_SYS}-libtool"
-
 LDFLAGS:append:mipsarch = " -latomic"
 LDFLAGS:append:riscv32 = " -latomic"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94317): 
https://lists.openembedded.org/g/openembedded-devel/message/94317
Mute This Topic: https://lists.openembedded.org/mt/87695194/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [PATCH 04/12] php: remove obsolete support for renamed libtool

2021-12-13 Thread Ross Burton
libtool is now longer renamed to ${host}-libtool, so remove the changes
to support this.

Signed-off-by: Ross Burton 
---
 meta-oe/recipes-devtools/php/php_8.0.12.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-devtools/php/php_8.0.12.bb 
b/meta-oe/recipes-devtools/php/php_8.0.12.bb
index 4f484179cc..38771948f1 100644
--- a/meta-oe/recipes-devtools/php/php_8.0.12.bb
+++ b/meta-oe/recipes-devtools/php/php_8.0.12.bb
@@ -141,8 +141,8 @@ EOF
 
 do_configure:append() {
 # No, libtool, we really don't want rpath set...
-sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' 
${HOST_SYS}-libtool
-sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' 
${HOST_SYS}-libtool
+sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' 
libtool
+sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 }
 
 do_install:append:class-native() {
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94318): 
https://lists.openembedded.org/g/openembedded-devel/message/94318
Mute This Topic: https://lists.openembedded.org/mt/87695195/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [PATCH 02/12] gnome-themes-extra: set correct SRC_URI

2021-12-13 Thread Ross Burton
gnome-themes-extra uses an unconventional version for GNOME as it doesn't
have three parts, it's just 3.28 instead of 3.28.0.

Because of this the default SRC_URI from gnomebase doesn't work, so
manually set the correct SRC_URI.

Signed-off-by: Ross Burton 
---
 meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb 
b/meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb
index 3a018bb519..bba972006a 100644
--- a/meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb
+++ b/meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb
@@ -12,6 +12,8 @@ ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
 
 DEPENDS += "intltool-native gtk+"
 
+# PV is 3.28 not 3.28.0, so the gnomebase SRC_URI isn't right.
+SRC_URI = "${GNOME_MIRROR}/${BPN}/${PV}/${BPN}-${PV}.tar.xz;name=archive"
 SRC_URI[archive.md5sum] = "f9f2c6c521948da427f702372e16f826"
 SRC_URI[archive.sha256sum] = 
"7c4ba0bff001f06d8983cfc105adaac42df1d1267a2591798a780bac557a5819"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94316): 
https://lists.openembedded.org/g/openembedded-devel/message/94316
Mute This Topic: https://lists.openembedded.org/mt/87695193/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [PATCH 01/12] net-snmp: use precise BSD license

2021-12-13 Thread Ross Burton
"BSD" is vague, this license is BSD 3-clause BSD.

Signed-off-by: Ross Burton 
---
 meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.1.bb 
b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.1.bb
index e5a28de40d..b0c5bbdac0 100644
--- a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.1.bb
+++ b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.1.bb
@@ -1,7 +1,7 @@
 SUMMARY = "Various tools relating to the Simple Network Management Protocol"
 HOMEPAGE = "http://www.net-snmp.org/;
 SECTION = "net"
-LICENSE = "BSD & MIT"
+LICENSE = "BSD-3-Clause & MIT"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=9d100a395a38584f2ec18a8275261687"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94315): 
https://lists.openembedded.org/g/openembedded-devel/message/94315
Mute This Topic: https://lists.openembedded.org/mt/87695192/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [meta-oe] [PATCH] php: Fix bug when configure php-native.

2021-12-13 Thread Ross Burton
There's another 10 or so recipes that fail, I have a branch for all of
them and will be posting it shortly.

Ross

On Mon, 13 Dec 2021 at 09:01, zhengruoqin  wrote:
>
> Fix error caused by modify of libtool from poky.
>  libtool: don't prefix the installed binary
>  -   install -m 0755 ${HOST_SYS}-libtool ${D}${bindir}/${HOST_SYS}-libtool
>  +   install -m 0755 libtool ${D}${bindir}/libtool
>
> When executing do_configure of php-native, the folloing error occured:
> sed: can't read x86_64-linux-libtool: No such file or directory
>
> Signed-off-by: Zheng Ruoqin 
> ---
>  meta-oe/recipes-devtools/php/php_8.0.12.bb | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta-oe/recipes-devtools/php/php_8.0.12.bb 
> b/meta-oe/recipes-devtools/php/php_8.0.12.bb
> index 4f484179cc..38771948f1 100644
> --- a/meta-oe/recipes-devtools/php/php_8.0.12.bb
> +++ b/meta-oe/recipes-devtools/php/php_8.0.12.bb
> @@ -141,8 +141,8 @@ EOF
>
>  do_configure:append() {
>  # No, libtool, we really don't want rpath set...
> -sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' 
> ${HOST_SYS}-libtool
> -sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' 
> ${HOST_SYS}-libtool
> +sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' 
> libtool
> +sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
>  }
>
>  do_install:append:class-native() {
> --
> 2.25.1
>
>
> 
>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94314): 
https://lists.openembedded.org/g/openembedded-devel/message/94314
Mute This Topic: https://lists.openembedded.org/mt/87693930/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe] [PATCH] php: Fix bug when configure php-native.

2021-12-13 Thread zhengruoqin
Fix error caused by modify of libtool from poky.
 libtool: don't prefix the installed binary
 -??install -m 0755 ${HOST_SYS}-libtool 
${D}${bindir}/${HOST_SYS}-libtool
 +??install -m 0755 libtool ${D}${bindir}/libtool

When executing do_configure of php-native, the folloing error occured:
sed: can't read x86_64-linux-libtool: No such file or directory

Signed-off-by: Zheng Ruoqin 
---
 meta-oe/recipes-devtools/php/php_8.0.12.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-devtools/php/php_8.0.12.bb 
b/meta-oe/recipes-devtools/php/php_8.0.12.bb
index 4f484179cc..38771948f1 100644
--- a/meta-oe/recipes-devtools/php/php_8.0.12.bb
+++ b/meta-oe/recipes-devtools/php/php_8.0.12.bb
@@ -141,8 +141,8 @@ EOF

 do_configure:append() {
 # No, libtool, we really don't want rpath set...
-sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' 
${HOST_SYS}-libtool
-sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' 
${HOST_SYS}-libtool
+sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' 
libtool
+sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 }

 do_install:append:class-native() {
--
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94313): 
https://lists.openembedded.org/g/openembedded-devel/message/94313
Mute This Topic: https://lists.openembedded.org/mt/87693930/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [meta-oe][PATCH] Revert "ccid: Fix floating runtime dependency on flex"

2021-12-13 Thread Jacob Kroon
On 12/6/21 10:08, Jacob Kroon wrote:
> With the switch to recipe-specific sysroots this patch is no longer
> needed. Tested building with and without the patch and the resulting
> binaries are identical.
> 
> This reverts commit 960314be5d854212ee65604a68a92a3616b2a544.
> 
> Signed-off-by: Jacob Kroon 
> ---
>  .../ccid/ccid/no-dep-on-libfl.patch| 18 --
>  meta-oe/recipes-support/ccid/ccid_1.4.33.bb|  1 -
>  2 files changed, 19 deletions(-)
>  delete mode 100644 meta-oe/recipes-support/ccid/ccid/no-dep-on-libfl.patch
> 
> diff --git a/meta-oe/recipes-support/ccid/ccid/no-dep-on-libfl.patch 
> b/meta-oe/recipes-support/ccid/ccid/no-dep-on-libfl.patch
> deleted file mode 100644
> index 477cc31ad..0
> --- a/meta-oe/recipes-support/ccid/ccid/no-dep-on-libfl.patch
> +++ /dev/null
> @@ -1,18 +0,0 @@
> -No need to link with libfl.
> -
> -Upstream-Status: Pending
> -Signed-off-by: Jacob Kroon 
> -
> -Index: ccid-1.4.8/src/Makefile.am
> -===
>  ccid-1.4.8.orig/src/Makefile.am
> -+++ ccid-1.4.8/src/Makefile.am
> -@@ -53,7 +53,7 @@ PROVIDED_BY_PCSC = debug.c
> - endif
> - 
> - libccid_la_SOURCES = $(COMMON) $(USB) $(TOKEN_PARSER) $(PROVIDED_BY_PCSC) 
> $(T1)
> --libccid_la_LIBADD = $(LEXLIB) $(LIBUSB_LIBS) $(PTHREAD_LIBS)
> -+libccid_la_LIBADD = $(LIBUSB_LIBS) $(PTHREAD_LIBS)
> - libccid_la_CFLAGS = $(PCSC_CFLAGS) $(LIBUSB_CFLAGS) $(PTHREAD_CFLAGS) \
> - $(SYMBOL_VISIBILITY) -D$(CCID_VERSION) -DSIMCLIST_NO_DUMPRESTORE
> - libccid_la_LDFLAGS = -avoid-version
> diff --git a/meta-oe/recipes-support/ccid/ccid_1.4.33.bb 
> b/meta-oe/recipes-support/ccid/ccid_1.4.33.bb
> index 4b1c42173..e3cb7cef1 100644
> --- a/meta-oe/recipes-support/ccid/ccid_1.4.33.bb
> +++ b/meta-oe/recipes-support/ccid/ccid_1.4.33.bb
> @@ -7,7 +7,6 @@ DEPENDS = "virtual/libusb0 pcsc-lite"
>  RDEPENDS:${PN} = "pcsc-lite"
>  
>  SRC_URI = "https://ccid.apdu.fr/files/ccid-${PV}.tar.bz2 \
> -file://no-dep-on-libfl.patch \
>  file://0001-Add-build-rule-for-README.patch \
>  "
>  
> 

ping

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94312): 
https://lists.openembedded.org/g/openembedded-devel/message/94312
Mute This Topic: https://lists.openembedded.org/mt/87536557/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-