Re: [oe] [PATCH 1/5] libnma: initial add 1.8.28

2020-03-19 Thread Chen, Qi
Hi Andreas,

There's also another problem. The PACKAGECONFIG item, 'gcr', cannot be 
disabled, otherwise, we will have do_configure error.

Best Regards,
Chen Qi

From: openembedded-devel-boun...@lists.openembedded.org 
 on behalf of Chen, Qi 

Sent: Friday, March 20, 2020 11:45
To: Andreas Müller ; 
openembedded-devel@lists.openembedded.org 

Subject: Re: [oe] [PATCH 1/5] libnma: initial add 1.8.28

Hi Andreas,

I got the following error.

gcr was skipped: missing required distro feature 'x11' (not in DISTRO_FEATURES)
ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'libnma', 
'gcr']

Could you please take a look at it if convenient?

Best Regards,
Chen Qi

From: openembedded-devel-boun...@lists.openembedded.org 
 on behalf of Andreas Müller 

Sent: Thursday, March 19, 2020 4:44
To: openembedded-devel@lists.openembedded.org 

Subject: [oe] [PATCH 1/5] libnma: initial add 1.8.28

With upcoming network-manager-applet 1.16 this library gets mandatory: GNOME
splitted out common code from network-manager-applet to libnma.

Signed-off-by: Andreas Müller 
---
 .../libnma/libnma_1.8.28.bb| 18 ++
 1 file changed, 18 insertions(+)
 create mode 100644 meta-gnome/recipes-connectivity/libnma/libnma_1.8.28.bb

diff --git a/meta-gnome/recipes-connectivity/libnma/libnma_1.8.28.bb 
b/meta-gnome/recipes-connectivity/libnma/libnma_1.8.28.bb
new file mode 100644
index 0..de5ad0863
--- /dev/null
+++ b/meta-gnome/recipes-connectivity/libnma/libnma_1.8.28.bb
@@ -0,0 +1,18 @@
+SUMMARY = "NetworkManager GUI library"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+
+DEPENDS = "glib-2.0 networkmanager"
+
+GNOMEBASEBUILDCLASS = "meson"
+inherit gnomebase gobject-introspection gtk-doc gettext vala
+
+SRC_URI[archive.md5sum] = "094c45d7694b153612cbdc3c713edcb5"
+SRC_URI[archive.sha256sum] = 
"4af69552d131a3b2b8b6a2df584044258bf588448dcdb4bddfa12a07c134b726"
+
+PACKAGECONFIG ?= "gcr iso_codes mobile_broadband_provider_info"
+PACKAGECONFIG[gcr] = "-Dgcr=true,-Dgcr=false,gcr"
+PACKAGECONFIG[iso_codes] = 
"-Diso_codes=true,-Diso_codes=false,iso-codes,iso-codes"
+PACKAGECONFIG[mobile_broadband_provider_info] = 
"-Dmobile_broadband_provider_info=true,-Dmobile_broadband_provider_info=false,mobile-broadband-provider-info,mobile-broadband-provider-info"
+
+GTKDOC_MESON_OPTION = "gtk_doc"
--
2.21.1

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


Re: [oe] [PATCH 1/5] libnma: initial add 1.8.28

2020-03-19 Thread Chen, Qi
Hi Andreas,

I got the following error.

gcr was skipped: missing required distro feature 'x11' (not in DISTRO_FEATURES)
ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'libnma', 
'gcr']

Could you please take a look at it if convenient?

Best Regards,
Chen Qi

From: openembedded-devel-boun...@lists.openembedded.org 
 on behalf of Andreas Müller 

Sent: Thursday, March 19, 2020 4:44
To: openembedded-devel@lists.openembedded.org 

Subject: [oe] [PATCH 1/5] libnma: initial add 1.8.28

With upcoming network-manager-applet 1.16 this library gets mandatory: GNOME
splitted out common code from network-manager-applet to libnma.

Signed-off-by: Andreas Müller 
---
 .../libnma/libnma_1.8.28.bb| 18 ++
 1 file changed, 18 insertions(+)
 create mode 100644 meta-gnome/recipes-connectivity/libnma/libnma_1.8.28.bb

diff --git a/meta-gnome/recipes-connectivity/libnma/libnma_1.8.28.bb 
b/meta-gnome/recipes-connectivity/libnma/libnma_1.8.28.bb
new file mode 100644
index 0..de5ad0863
--- /dev/null
+++ b/meta-gnome/recipes-connectivity/libnma/libnma_1.8.28.bb
@@ -0,0 +1,18 @@
+SUMMARY = "NetworkManager GUI library"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+
+DEPENDS = "glib-2.0 networkmanager"
+
+GNOMEBASEBUILDCLASS = "meson"
+inherit gnomebase gobject-introspection gtk-doc gettext vala
+
+SRC_URI[archive.md5sum] = "094c45d7694b153612cbdc3c713edcb5"
+SRC_URI[archive.sha256sum] = 
"4af69552d131a3b2b8b6a2df584044258bf588448dcdb4bddfa12a07c134b726"
+
+PACKAGECONFIG ?= "gcr iso_codes mobile_broadband_provider_info"
+PACKAGECONFIG[gcr] = "-Dgcr=true,-Dgcr=false,gcr"
+PACKAGECONFIG[iso_codes] = 
"-Diso_codes=true,-Diso_codes=false,iso-codes,iso-codes"
+PACKAGECONFIG[mobile_broadband_provider_info] = 
"-Dmobile_broadband_provider_info=true,-Dmobile_broadband_provider_info=false,mobile-broadband-provider-info,mobile-broadband-provider-info"
+
+GTKDOC_MESON_OPTION = "gtk_doc"
--
2.21.1

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


[oe] [meta-python] [PATCH] python3-yarl: Enable ptest

2020-03-19 Thread Zang Ruochen
Signed-off-by: Zang Ruochen 
---
 .../recipes-devtools/python/python-yarl.inc   | 15 ++-
 .../python/python3-yarl/run-ptest |  3 +++
 2 files changed, 17 insertions(+), 1 deletion(-)
 create mode 100644 meta-python/recipes-devtools/python/python3-yarl/run-ptest

diff --git a/meta-python/recipes-devtools/python/python-yarl.inc 
b/meta-python/recipes-devtools/python/python-yarl.inc
index 98066d73b..911c79d66 100644
--- a/meta-python/recipes-devtools/python/python-yarl.inc
+++ b/meta-python/recipes-devtools/python/python-yarl.inc
@@ -6,9 +6,22 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=b334fc90d45983db318f54fd5bf6c90b"
 SRC_URI[md5sum] = "08ba0d6e18f460b44d9e5459f3d217ba"
 SRC_URI[sha256sum] = 
"58cd9c469eced558cd81aa3f484b2924e8897049e06889e8ff2510435b7ef74b"
 
+SRC_URI += " \
+   file://run-ptest \
+"
+
 PYPI_PACKAGE = "yarl"
-inherit pypi
+inherit pypi ptest
 RDEPENDS_${PN} = "\
 ${PYTHON_PN}-multidict \
 ${PYTHON_PN}-idna \
 "
+
+RDEPENDS_${PN}-ptest += " \
+   ${PYTHON_PN}-pytest \
+"
+
+do_install_ptest() {
+   install -d ${D}${PTEST_PATH}/tests
+   cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
+}
diff --git a/meta-python/recipes-devtools/python/python3-yarl/run-ptest 
b/meta-python/recipes-devtools/python/python3-yarl/run-ptest
new file mode 100644
index 0..f82f6ea1b
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-yarl/run-ptest
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+pytest 
-- 
2.20.1



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


[oe] [PATCH] [meta-python] [PATCH] python3-yappi: Enable ptest

2020-03-19 Thread Zang Ruochen
Signed-off-by: Zang Ruochen 
---
 .../recipes-devtools/python/python-yappi.inc   | 18 +-
 .../python/python3-yappi/run-ptest |  3 +++
 2 files changed, 20 insertions(+), 1 deletion(-)
 create mode 100644 meta-python/recipes-devtools/python/python3-yappi/run-ptest

diff --git a/meta-python/recipes-devtools/python/python-yappi.inc 
b/meta-python/recipes-devtools/python/python-yappi.inc
index b3718d7d1..d6e9d4ed6 100644
--- a/meta-python/recipes-devtools/python/python-yappi.inc
+++ b/meta-python/recipes-devtools/python/python-yappi.inc
@@ -7,10 +7,26 @@ LIC_FILES_CHKSUM = 
"file://PKG-INFO;md5=9a193c13f346884e597acdcac7fe9ac8"
 SRC_URI[md5sum] = "a545101aa8a435b0780f06f4723f58c8"
 SRC_URI[sha256sum] = 
"7f814131515d51db62b1a3468bcb84de30499124752806a5a6e11caf0b4344bf"
 
-inherit pypi setuptools3
+SRC_URI += " \
+   file://run-ptest \
+"
+
+inherit pypi setuptools3 ptest
 
 RDEPENDS_${PN} += "\
 ${PYTHON_PN}-datetime \
 ${PYTHON_PN}-pickle \
 ${PYTHON_PN}-threading \
 "
+
+RDEPENDS_${PN}-ptest += " \
+   ${PYTHON_PN}-pytest \
+   ${PYTHON_PN}-multiprocessing \
+   ${PYTHON_PN}-profile \
+"
+
+do_install_ptest() {
+   install -d ${D}${PTEST_PATH}/tests
+   cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
+   cp -f ${S}/yappi.py ${D}/${PTEST_PATH}/
+}
diff --git a/meta-python/recipes-devtools/python/python3-yappi/run-ptest 
b/meta-python/recipes-devtools/python/python3-yappi/run-ptest
new file mode 100644
index 0..5cec71169
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-yappi/run-ptest
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+pytest
-- 
2.20.1



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


[oe] [meta-python] [PATCH] python3-xxhash: Enable ptest

2020-03-19 Thread Zang Ruochen
Signed-off-by: Zang Ruochen 
---
 .../recipes-devtools/python/python-xxhash.inc | 15 +++
 .../python/python3-xxhash/run-ptest   |  3 +++
 2 files changed, 18 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-xxhash/run-ptest

diff --git a/meta-python/recipes-devtools/python/python-xxhash.inc 
b/meta-python/recipes-devtools/python/python-xxhash.inc
index 80f5e9c7f..c02c29eb7 100644
--- a/meta-python/recipes-devtools/python/python-xxhash.inc
+++ b/meta-python/recipes-devtools/python/python-xxhash.inc
@@ -5,3 +5,18 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=5a8d76283514a1b7e6a414aba38629b5"
 
 SRC_URI[md5sum] = "ce9cbbcc89620fd47a2468badd08dcf0"
 SRC_URI[sha256sum] = 
"8b6b1afe7731d7d9cbb0398b4a811ebb5e6be5c174f72c68abf81f919a435de9"
+
+SRC_URI += " \
+   file://run-ptest \
+"
+
+inherit ptest
+
+RDEPENDS_${PN}-ptest += " \
+   ${PYTHON_PN}-pytest \
+"
+
+do_install_ptest() {
+   install -d ${D}${PTEST_PATH}/tests
+   cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
+}
diff --git a/meta-python/recipes-devtools/python/python3-xxhash/run-ptest 
b/meta-python/recipes-devtools/python/python3-xxhash/run-ptest
new file mode 100644
index 0..6a26348b1
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-xxhash/run-ptest
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+pytest tests/test.py
-- 
2.20.1



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


[oe] [meta-python] [PATCH] python3-xmltodict: Enable ptest

2020-03-19 Thread Zang Ruochen
Signed-off-by: Zang Ruochen 
---
 .../python/python3-xmltodict/run-ptest|  3 +++
 .../python/python3-xmltodict_0.12.0.bb| 15 ++-
 2 files changed, 17 insertions(+), 1 deletion(-)
 create mode 100644 
meta-python/recipes-devtools/python/python3-xmltodict/run-ptest

diff --git a/meta-python/recipes-devtools/python/python3-xmltodict/run-ptest 
b/meta-python/recipes-devtools/python/python3-xmltodict/run-ptest
new file mode 100644
index 0..5cec71169
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-xmltodict/run-ptest
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+pytest
diff --git a/meta-python/recipes-devtools/python/python3-xmltodict_0.12.0.bb 
b/meta-python/recipes-devtools/python/python3-xmltodict_0.12.0.bb
index 00aa81809..d07888324 100644
--- a/meta-python/recipes-devtools/python/python3-xmltodict_0.12.0.bb
+++ b/meta-python/recipes-devtools/python/python3-xmltodict_0.12.0.bb
@@ -9,4 +9,17 @@ SRC_URI[sha256sum] = 
"50d8c638ed7ecb88d90561beedbf720c9b4e851a9fa6c47ebd64e99d16
 
 PYPI_PACKAGE = "xmltodict"
 
-inherit pypi setuptools3
+inherit pypi setuptools3 ptest
+
+SRC_URI += " \
+   file://run-ptest \
+"
+
+RDEPENDS_${PN}-ptest += " \
+   ${PYTHON_PN}-pytest \
+"
+
+do_install_ptest() {
+   install -d ${D}${PTEST_PATH}/tests
+   cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
+}
-- 
2.20.1



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


[oe] [PATCH] [meta-python] [PATCH] python3-xlrd: Enable ptest

2020-03-19 Thread Zang Ruochen
Signed-off-by: Zang Ruochen 
---
 .../recipes-devtools/python/python-xlrd.inc  | 16 
 .../python/python3-xlrd/run-ptest|  3 +++
 2 files changed, 19 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-xlrd/run-ptest

diff --git a/meta-python/recipes-devtools/python/python-xlrd.inc 
b/meta-python/recipes-devtools/python/python-xlrd.inc
index f87d2ab7c..ee73e76b9 100644
--- a/meta-python/recipes-devtools/python/python-xlrd.inc
+++ b/meta-python/recipes-devtools/python/python-xlrd.inc
@@ -12,3 +12,19 @@ SRC_URI[sha256sum] = 
"546eb36cee8db40c3eaa46c351e67ffee6eeb5fa2650b71bc4c758a29a
 RDEPENDS_${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-io 
${PYTHON_PN}-pprint ${PYTHON_PN}-shell"
 
 BBCLASSEXTEND = "native nativesdk"
+
+SRC_URI += " \
+   file://run-ptest \
+"
+inherit ptest
+
+RDEPENDS_${PN}-ptest += " \
+   ${PYTHON_PN}-pytest \
+"
+
+do_install_ptest() {
+   install -d ${D}${PTEST_PATH}/tests
+   cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
+   install -d ${D}${PTEST_PATH}/examples
+   cp -rf ${S}/examples/* ${D}${PTEST_PATH}/examples/
+}
diff --git a/meta-python/recipes-devtools/python/python3-xlrd/run-ptest 
b/meta-python/recipes-devtools/python/python3-xlrd/run-ptest
new file mode 100644
index 0..5cec71169
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-xlrd/run-ptest
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+pytest
-- 
2.20.1



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


[oe] [meta-python] [PATCH] python3-webcolors: Enable ptest

2020-03-19 Thread Zang Ruochen
Signed-off-by: Zang Ruochen 
---
 .../recipes-devtools/python/python-webcolors.inc   | 14 ++
 .../python/python3-webcolors/run-ptest |  2 ++
 2 files changed, 16 insertions(+)
 create mode 100644 
meta-python/recipes-devtools/python/python3-webcolors/run-ptest

diff --git a/meta-python/recipes-devtools/python/python-webcolors.inc 
b/meta-python/recipes-devtools/python/python-webcolors.inc
index ef254e33b..ad012c979 100644
--- a/meta-python/recipes-devtools/python/python-webcolors.inc
+++ b/meta-python/recipes-devtools/python/python-webcolors.inc
@@ -10,3 +10,17 @@ RDEPENDS_${PN}_class-target = "\
 "
 
 BBCLASSEXTEND = "native nativesdk"
+
+SRC_URI += " \
+   file://run-ptest \
+"
+inherit ptest
+
+RDEPENDS_${PN}-ptest += " \
+   ${PYTHON_PN}-pytest \
+"
+
+do_install_ptest() {
+   install -d ${D}${PTEST_PATH}/tests
+   cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
+}
diff --git a/meta-python/recipes-devtools/python/python3-webcolors/run-ptest 
b/meta-python/recipes-devtools/python/python3-webcolors/run-ptest
new file mode 100644
index 0..40c284799
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-webcolors/run-ptest
@@ -0,0 +1,2 @@
+#!/bin/sh
+pytest
-- 
2.20.1



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


[oe] [meta-networking][PATCH] civetweb: upgrade 1.11 -> 1.12

2020-03-19 Thread Wang Mingyu
-License-Update: Copyright year updated to 2020.

Signed-off-by: Wang Mingyu 
---
 .../recipes-connectivity/civetweb/civetweb_git.bb   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb 
b/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb
index 71368c1a1..2820f9fa6 100644
--- a/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb
+++ b/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb
@@ -2,10 +2,10 @@ SUMMARY = "Civetweb embedded web server"
 HOMEPAGE = "https://github.com/civetweb/civetweb";
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.md;md5=6f28fdcba0dda735eed62bac6a397562"
+LIC_FILES_CHKSUM = "file://LICENSE.md;md5=50bd1d7f135b50d7e218996ba28d0d88"
 
-SRCREV = "6423faea4800f6cd4055750a7af2da85cdbe4e96"
-PV = "1.11+git${SRCPV}"
+SRCREV = "4b440a339979852d5a51fb11a822952712231c23"
+PV = "1.12+git${SRCPV}"
 SRC_URI = "git://github.com/civetweb/civetweb.git \
file://0001-Unittest-Link-librt-and-libm-using-l-option.patch \
"
-- 
2.17.1



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


Re: [oe] [zeus 00/13] Patch review

2020-03-19 Thread Khem Raj
On Thu, Mar 19, 2020 at 4:16 PM akuster808  wrote:
>
>
>
> On 3/19/20 1:44 AM, Khem Raj wrote:
> > look
> What does that mean?

`s OK` got stuck in transmission.

>
> - armin
> >
> > On Wed, Mar 11, 2020 at 7:58 PM Armin Kuster  wrote:
> >> Here is the next set for meta-openembedded.
> >> Please have reviews back by Friday.
> >>
> >> The following changes since commit 
> >> bb65c27a772723dfe2c15b5e1b27bcc1a1ed884c:
> >>
> >>   fluentbit: Fix packaging in multilib env (2020-01-30 18:38:10 -0800)
> >>
> >> are available in the Git repository at:
> >>
> >>   git://git.openembedded.org/meta-openembedded-contrib stable/zeus-nut
> >>   
> >> http://cgit.openembedded.org/meta-openembedded-contrib/log/?h=stable/zeus-nut
> >>
> >> Adrian Bunk (1):
> >>   wireshark: Upgrade 3.0.6 -> 3.0.8
> >>
> >> Carlos Rafael Giani (1):
> >>   opencv: Enable pkg-config .pc file generation
> >>
> >> Khem Raj (2):
> >>   ade: Fix install paths in multilib builds
> >>   sanlock: Replace cp -a with cp -R --no-dereference
> >>
> >> Martin Jansa (1):
> >>   s3c24xx-gpio, s3c64xx-gpio, sjf2410-linux-native, usbpath, wmiconfig:
> >> use git fetcher instead of svn fetcher
> >>
> >> Mike Krupicka (1):
> >>   mosquitto: Use mosquitto.init for daemon init
> >>
> >> Paul Barker (1):
> >>   lmsensors: Fix sensord dependencies
> >>
> >> Peter Kjellerstedt (2):
> >>   lvm2, libdevmapper: Do not patch configure
> >>   libldb: Do not require the "pam" distro feature to be enabled
> >>
> >> Ross Burton (4):
> >>   opencv: don't download during configure
> >>   opencv: also download face alignment data in do_fetch()
> >>   opencv: PACKAGECONFIG for G-API, use system ADE
> >>   opencv: abort configure if we need to download
> >>
> >>  .../mosquitto/files/mosquitto.init|  2 +-
> >>  .../recipes-support/libldb/libldb_1.5.6.bb|  3 +-
> >>  ...{wireshark_3.0.6.bb => wireshark_3.0.8.bb} |  4 +-
> >>  .../recipes-bsp/lm_sensors/lmsensors_3.5.0.bb |  3 +-
> >>  ...cp-a-with-cp-R-no-dereference-preser.patch | 51 +++
> >>  .../recipes-extended/sanlock/sanlock_3.8.0.bb |  4 +-
> >>  ...gure-Fix-setting-of-CLDFLAGS-default.patch | 34 +
> >>  ...tallDirs-for-detecting-install-paths.patch | 39 ++
> >>  meta-oe/recipes-support/opencv/ade_0.1.1f.bb  |  1 +
> >>  .../opencv/opencv/download.patch  | 32 
> >>  .../recipes-support/opencv/opencv_4.1.0.bb| 32 ++--
> >>  ...3c24xx-gpio_svn.bb => s3c24xx-gpio_git.bb} |  7 ++-
> >>  ...3c64xx-gpio_svn.bb => s3c64xx-gpio_git.bb} |  6 +--
> >>  ...ive_svn.bb => sjf2410-linux-native_git.bb} | 11 ++--
> >>  .../{usbpath_svn.bb => usbpath_git.bb}| 10 ++--
> >>  .../{wmiconfig_svn.bb => wmiconfig_git.bb}| 13 +++--
> >>  16 files changed, 183 insertions(+), 69 deletions(-)
> >>  rename meta-networking/recipes-support/wireshark/{wireshark_3.0.6.bb => 
> >> wireshark_3.0.8.bb} (95%)
> >>  create mode 100644 
> >> meta-oe/recipes-extended/sanlock/sanlock/0001-sanlock-Replace-cp-a-with-cp-R-no-dereference-preser.patch
> >>  create mode 100644 
> >> meta-oe/recipes-support/opencv/ade/0001-use-GNUInstallDirs-for-detecting-install-paths.patch
> >>  create mode 100644 meta-oe/recipes-support/opencv/opencv/download.patch
> >>  rename meta-oe/recipes-support/samsung-soc-utils/{s3c24xx-gpio_svn.bb => 
> >> s3c24xx-gpio_git.bb} (73%)
> >>  rename meta-oe/recipes-support/samsung-soc-utils/{s3c64xx-gpio_svn.bb => 
> >> s3c64xx-gpio_git.bb} (74%)
> >>  rename 
> >> meta-oe/recipes-support/samsung-soc-utils/{sjf2410-linux-native_svn.bb => 
> >> sjf2410-linux-native_git.bb} (72%)
> >>  rename meta-oe/recipes-support/usbpath/{usbpath_svn.bb => usbpath_git.bb} 
> >> (68%)
> >>  rename meta-oe/recipes-support/wmiconfig/{wmiconfig_svn.bb => 
> >> wmiconfig_git.bb} (58%)
> >>
> >> --
> >> 2.17.1
> >>
> >> --
> >> ___
> >> Openembedded-devel mailing list
> >> Openembedded-devel@lists.openembedded.org
> >> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [zeus 00/13] Patch review

2020-03-19 Thread Tim Orling
On Thu, Mar 19, 2020 at 4:16 PM akuster808  wrote:

>
>
> On 3/19/20 1:44 AM, Khem Raj wrote:
> > look
> What does that mean?


This is an all time favorite terse Khem review!


> - armin
> >
> > On Wed, Mar 11, 2020 at 7:58 PM Armin Kuster 
> wrote:
> >> Here is the next set for meta-openembedded.
> >> Please have reviews back by Friday.
> >>
> >> The following changes since commit
> bb65c27a772723dfe2c15b5e1b27bcc1a1ed884c:
> >>
> >>   fluentbit: Fix packaging in multilib env (2020-01-30 18:38:10 -0800)
> >>
> >> are available in the Git repository at:
> >>
> >>   git://git.openembedded.org/meta-openembedded-contrib stable/zeus-nut
> >>
> http://cgit.openembedded.org/meta-openembedded-contrib/log/?h=stable/zeus-nut
> >>
> >> Adrian Bunk (1):
> >>   wireshark: Upgrade 3.0.6 -> 3.0.8
> >>
> >> Carlos Rafael Giani (1):
> >>   opencv: Enable pkg-config .pc file generation
> >>
> >> Khem Raj (2):
> >>   ade: Fix install paths in multilib builds
> >>   sanlock: Replace cp -a with cp -R --no-dereference
> >>
> >> Martin Jansa (1):
> >>   s3c24xx-gpio, s3c64xx-gpio, sjf2410-linux-native, usbpath, wmiconfig:
> >> use git fetcher instead of svn fetcher
> >>
> >> Mike Krupicka (1):
> >>   mosquitto: Use mosquitto.init for daemon init
> >>
> >> Paul Barker (1):
> >>   lmsensors: Fix sensord dependencies
> >>
> >> Peter Kjellerstedt (2):
> >>   lvm2, libdevmapper: Do not patch configure
> >>   libldb: Do not require the "pam" distro feature to be enabled
> >>
> >> Ross Burton (4):
> >>   opencv: don't download during configure
> >>   opencv: also download face alignment data in do_fetch()
> >>   opencv: PACKAGECONFIG for G-API, use system ADE
> >>   opencv: abort configure if we need to download
> >>
> >>  .../mosquitto/files/mosquitto.init|  2 +-
> >>  .../recipes-support/libldb/libldb_1.5.6.bb|  3 +-
> >>  ...{wireshark_3.0.6.bb => wireshark_3.0.8.bb} |  4 +-
> >>  .../recipes-bsp/lm_sensors/lmsensors_3.5.0.bb |  3 +-
> >>  ...cp-a-with-cp-R-no-dereference-preser.patch | 51 +++
> >>  .../recipes-extended/sanlock/sanlock_3.8.0.bb |  4 +-
> >>  ...gure-Fix-setting-of-CLDFLAGS-default.patch | 34 +
> >>  ...tallDirs-for-detecting-install-paths.patch | 39 ++
> >>  meta-oe/recipes-support/opencv/ade_0.1.1f.bb  |  1 +
> >>  .../opencv/opencv/download.patch  | 32 
> >>  .../recipes-support/opencv/opencv_4.1.0.bb| 32 ++--
> >>  ...3c24xx-gpio_svn.bb => s3c24xx-gpio_git.bb} |  7 ++-
> >>  ...3c64xx-gpio_svn.bb => s3c64xx-gpio_git.bb} |  6 +--
> >>  ...ive_svn.bb => sjf2410-linux-native_git.bb} | 11 ++--
> >>  .../{usbpath_svn.bb => usbpath_git.bb}| 10 ++--
> >>  .../{wmiconfig_svn.bb => wmiconfig_git.bb}| 13 +++--
> >>  16 files changed, 183 insertions(+), 69 deletions(-)
> >>  rename meta-networking/recipes-support/wireshark/{wireshark_3.0.6.bb
> => wireshark_3.0.8.bb} (95%)
> >>  create mode 100644
> meta-oe/recipes-extended/sanlock/sanlock/0001-sanlock-Replace-cp-a-with-cp-R-no-dereference-preser.patch
> >>  create mode 100644
> meta-oe/recipes-support/opencv/ade/0001-use-GNUInstallDirs-for-detecting-install-paths.patch
> >>  create mode 100644 meta-oe/recipes-support/opencv/opencv/download.patch
> >>  rename meta-oe/recipes-support/samsung-soc-utils/{s3c24xx-gpio_svn.bb
> => s3c24xx-gpio_git.bb} (73%)
> >>  rename meta-oe/recipes-support/samsung-soc-utils/{s3c64xx-gpio_svn.bb
> => s3c64xx-gpio_git.bb} (74%)
> >>  rename meta-oe/recipes-support/samsung-soc-utils/{
> sjf2410-linux-native_svn.bb => sjf2410-linux-native_git.bb} (72%)
> >>  rename meta-oe/recipes-support/usbpath/{usbpath_svn.bb =>
> usbpath_git.bb} (68%)
> >>  rename meta-oe/recipes-support/wmiconfig/{wmiconfig_svn.bb =>
> wmiconfig_git.bb} (58%)
> >>
> >> --
> >> 2.17.1
> >>
> >> --
> >> ___
> >> Openembedded-devel mailing list
> >> Openembedded-devel@lists.openembedded.org
> >> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
> --
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [zeus 00/13] Patch review

2020-03-19 Thread akuster808



On 3/19/20 1:44 AM, Khem Raj wrote:
> look
What does that mean?

- armin
>
> On Wed, Mar 11, 2020 at 7:58 PM Armin Kuster  wrote:
>> Here is the next set for meta-openembedded.
>> Please have reviews back by Friday.
>>
>> The following changes since commit bb65c27a772723dfe2c15b5e1b27bcc1a1ed884c:
>>
>>   fluentbit: Fix packaging in multilib env (2020-01-30 18:38:10 -0800)
>>
>> are available in the Git repository at:
>>
>>   git://git.openembedded.org/meta-openembedded-contrib stable/zeus-nut
>>   
>> http://cgit.openembedded.org/meta-openembedded-contrib/log/?h=stable/zeus-nut
>>
>> Adrian Bunk (1):
>>   wireshark: Upgrade 3.0.6 -> 3.0.8
>>
>> Carlos Rafael Giani (1):
>>   opencv: Enable pkg-config .pc file generation
>>
>> Khem Raj (2):
>>   ade: Fix install paths in multilib builds
>>   sanlock: Replace cp -a with cp -R --no-dereference
>>
>> Martin Jansa (1):
>>   s3c24xx-gpio, s3c64xx-gpio, sjf2410-linux-native, usbpath, wmiconfig:
>> use git fetcher instead of svn fetcher
>>
>> Mike Krupicka (1):
>>   mosquitto: Use mosquitto.init for daemon init
>>
>> Paul Barker (1):
>>   lmsensors: Fix sensord dependencies
>>
>> Peter Kjellerstedt (2):
>>   lvm2, libdevmapper: Do not patch configure
>>   libldb: Do not require the "pam" distro feature to be enabled
>>
>> Ross Burton (4):
>>   opencv: don't download during configure
>>   opencv: also download face alignment data in do_fetch()
>>   opencv: PACKAGECONFIG for G-API, use system ADE
>>   opencv: abort configure if we need to download
>>
>>  .../mosquitto/files/mosquitto.init|  2 +-
>>  .../recipes-support/libldb/libldb_1.5.6.bb|  3 +-
>>  ...{wireshark_3.0.6.bb => wireshark_3.0.8.bb} |  4 +-
>>  .../recipes-bsp/lm_sensors/lmsensors_3.5.0.bb |  3 +-
>>  ...cp-a-with-cp-R-no-dereference-preser.patch | 51 +++
>>  .../recipes-extended/sanlock/sanlock_3.8.0.bb |  4 +-
>>  ...gure-Fix-setting-of-CLDFLAGS-default.patch | 34 +
>>  ...tallDirs-for-detecting-install-paths.patch | 39 ++
>>  meta-oe/recipes-support/opencv/ade_0.1.1f.bb  |  1 +
>>  .../opencv/opencv/download.patch  | 32 
>>  .../recipes-support/opencv/opencv_4.1.0.bb| 32 ++--
>>  ...3c24xx-gpio_svn.bb => s3c24xx-gpio_git.bb} |  7 ++-
>>  ...3c64xx-gpio_svn.bb => s3c64xx-gpio_git.bb} |  6 +--
>>  ...ive_svn.bb => sjf2410-linux-native_git.bb} | 11 ++--
>>  .../{usbpath_svn.bb => usbpath_git.bb}| 10 ++--
>>  .../{wmiconfig_svn.bb => wmiconfig_git.bb}| 13 +++--
>>  16 files changed, 183 insertions(+), 69 deletions(-)
>>  rename meta-networking/recipes-support/wireshark/{wireshark_3.0.6.bb => 
>> wireshark_3.0.8.bb} (95%)
>>  create mode 100644 
>> meta-oe/recipes-extended/sanlock/sanlock/0001-sanlock-Replace-cp-a-with-cp-R-no-dereference-preser.patch
>>  create mode 100644 
>> meta-oe/recipes-support/opencv/ade/0001-use-GNUInstallDirs-for-detecting-install-paths.patch
>>  create mode 100644 meta-oe/recipes-support/opencv/opencv/download.patch
>>  rename meta-oe/recipes-support/samsung-soc-utils/{s3c24xx-gpio_svn.bb => 
>> s3c24xx-gpio_git.bb} (73%)
>>  rename meta-oe/recipes-support/samsung-soc-utils/{s3c64xx-gpio_svn.bb => 
>> s3c64xx-gpio_git.bb} (74%)
>>  rename 
>> meta-oe/recipes-support/samsung-soc-utils/{sjf2410-linux-native_svn.bb => 
>> sjf2410-linux-native_git.bb} (72%)
>>  rename meta-oe/recipes-support/usbpath/{usbpath_svn.bb => usbpath_git.bb} 
>> (68%)
>>  rename meta-oe/recipes-support/wmiconfig/{wmiconfig_svn.bb => 
>> wmiconfig_git.bb} (58%)
>>
>> --
>> 2.17.1
>>
>> --
>> ___
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

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


[oe] [meta-oe][PATCH] nvme-cli: upgrade 1.9 -> 1.10.1

2020-03-19 Thread Pierre-Jean Texier via Openembedded-devel
Also backport a patch to fix a build failure
with the mucl libc.

Signed-off-by: Pierre-Jean Texier 
---
 .../nvme-cli/0001-fix-musl-compilation.patch   | 26 ++
 .../{nvme-cli_1.9.bb => nvme-cli_1.10.1.bb}|  6 +++--
 2 files changed, 30 insertions(+), 2 deletions(-)
 create mode 100644 
meta-oe/recipes-bsp/nvme-cli/nvme-cli/0001-fix-musl-compilation.patch
 rename meta-oe/recipes-bsp/nvme-cli/{nvme-cli_1.9.bb => nvme-cli_1.10.1.bb} 
(85%)

diff --git 
a/meta-oe/recipes-bsp/nvme-cli/nvme-cli/0001-fix-musl-compilation.patch 
b/meta-oe/recipes-bsp/nvme-cli/nvme-cli/0001-fix-musl-compilation.patch
new file mode 100644
index 000..be5d0da
--- /dev/null
+++ b/meta-oe/recipes-bsp/nvme-cli/nvme-cli/0001-fix-musl-compilation.patch
@@ -0,0 +1,26 @@
+From 0ff7ad2c88e3a47e7e3f6fe68c28a8d2d8a71f1f Mon Sep 17 00:00:00 2001
+From: Neel Chotai 
+Date: Fri, 14 Feb 2020 17:56:23 +
+Subject: [PATCH] fix musl compilation
+
+Upstream-Status: Backport 
[https://github.com/linux-nvme/nvme-cli/commit/0ff7ad2c88e3a47e7e3f6fe68c28a8d2d8a71f1f]
+Signed-off-by: Pierre-Jean Texier 
+---
+ plugins/micron/micron-nvme.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/plugins/micron/micron-nvme.c b/plugins/micron/micron-nvme.c
+index 8240887..165fcf0 100644
+--- a/plugins/micron/micron-nvme.c
 b/plugins/micron/micron-nvme.c
+@@ -13,6 +13,7 @@
+ #include "nvme-print.h"
+ #include "nvme-ioctl.h"
+ #include 
++#include 
+ 
+ #define CREATE_CMD
+ #include "micron-nvme.h"
+-- 
+2.7.4
+
diff --git a/meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.9.bb 
b/meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.10.1.bb
similarity index 85%
rename from meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.9.bb
rename to meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.10.1.bb
index ea8bc17..4f4bb2d 100644
--- a/meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.9.bb
+++ b/meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.10.1.bb
@@ -7,8 +7,10 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=8264535c0c4e9c6c335635c4026a8022"
 DEPENDS = "util-linux"
 PV .= "+git${SRCPV}"
 
-SRC_URI = "git://github.com/linux-nvme/nvme-cli.git"
-SRCREV = "977e7d4cf59c3c7f89e9c093c91f991b07292e45"
+SRC_URI = "git://github.com/linux-nvme/nvme-cli.git \
+   file://0001-fix-musl-compilation.patch \
+"
+SRCREV = "1d84d6ae0c7d7ceff5a73fe174dde8b0005f6108"
 
 S = "${WORKDIR}/git"
 
-- 
2.7.4

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


Re: [oe] proper way to report(?) conflicting files being installed?

2020-03-19 Thread Robert P. J. Day
On Thu, 19 Mar 2020, Ross Burton wrote:

> On 19/03/2020 17:32, Adrian Bunk wrote:
> >>this does seem backwards ... if both gnome-common and
> >> autoconf-archive currently try to install those two m4-related files,
> >> doing the above pretty much *assures* an installation conflict,
> >> ...
> >
> > No, --with-autoconf-archive makes gnome-common not install the
> > conflicting files.
>
> I should point out that gnome-common is dead upstream and mostly
> unused now, so if you find a recipe using it do check that it is
> actually needed.

  in fact, just earlier this aft, i sent the short note, "um ...
what are you doing that needs that gnome-common thing?"

  i await the reply.

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


Re: [oe] proper way to report(?) conflicting files being installed?

2020-03-19 Thread Robert P. J. Day
On Thu, 19 Mar 2020, Adrian Bunk wrote:

> On Thu, Mar 19, 2020 at 01:09:13PM -0400, Robert P. J. Day wrote:
> > On Thu, 19 Mar 2020, Adrian Bunk wrote:
> >
> > > On Thu, Mar 19, 2020 at 09:22:54AM -0400, Robert P. J. Day wrote:
> > > >...
> > > > +# ax_code_coverage.m4 and ax_check_enable_debug.m4 are in gnome-common 
> > > > only
> > > > +# because older versions of autoconf-archive didn't have them yet. Now 
> > > > they
> > > > +# are in autoconf-archive from OE-core. We depend on that below to 
> > > > ensure
> > > > +# that recipes which only depend on gnome-common still get them.
> > > > +do_install_append () {
> > > > +rm -f ${D}${datadir}/aclocal/ax_code_coverage.m4
> > > > +rm -f ${D}${datadir}/aclocal/ax_check_enable_debug.m4
> > > > +}
> > > > +RDEPENDS_${PN} += "autoconf-archive"
> > > > +DEPENDS_append_class-native = " autoconf-archive-native"
> > > > +
> > > >
> > > >   it *appears* that solved the problem, which raises the question --
> > > > should this patch be applied to the current gnome-common recipe? that
> > > > patchwork entry dates back to 2017 ... should it have been applied at
> > > > some point?
> > >
> > > The currently implemented solution is:
> > > # Default to enable autoconf-archive to avoid conflicts
> > > PACKAGECONFIG ??= "autoconf-archive"
> > > PACKAGECONFIG[autoconf-archive] = "--with-autoconf-archive, 
> > > --without-autoconf-archive, autoconf-archive"
> > >
> > > It is not clear to me why this gives the user to disable it
> > > instead of unconditionally enabling it.
> >
> >   this does seem backwards ... if both gnome-common and
> > autoconf-archive currently try to install those two m4-related files,
> > doing the above pretty much *assures* an installation conflict,
> >...
>
> No, --with-autoconf-archive makes gnome-common not install the
> conflicting files.

  ah, right, i was just reading (and thinking) backwards.

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


[oe] [meta-oe][PATCH v3] crash: fix crash-cross build on x86_64

2020-03-19 Thread Goran Cengic
Remove -m32 from CFLAGS even for -cross recipe. Also remove
${GDB_CONF_FLAGS} from GDB_TARGET variable (that is passed to the gdb
configuration) since the use of GDB_CONF_FLAGS is removed by
0001-cross_add_configure_option.patch.

Signed-off-by: Goran Cengic 
---
 meta-oe/recipes-kernel/crash/crash_7.2.8.bb | 12 +++-
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/meta-oe/recipes-kernel/crash/crash_7.2.8.bb 
b/meta-oe/recipes-kernel/crash/crash_7.2.8.bb
index 61cc71f..5fc25f4 100644
--- a/meta-oe/recipes-kernel/crash/crash_7.2.8.bb
+++ b/meta-oe/recipes-kernel/crash/crash_7.2.8.bb
@@ -10,7 +10,7 @@ SECTION = "devel"
 LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://COPYING3;md5=d32239bcb673463ab874e80d47fae504"
 
-DEPENDS = "zlib readline coreutils-native"
+DEPENDS = "zlib readline coreutils-native ncurses-native"
 
 S = "${WORKDIR}/git"
 SRC_URI = "git://github.com/crash-utility/${BPN}.git \
@@ -49,9 +49,7 @@ EXTRA_OEMAKE = 'RPMPKG="${PV}" \
 '
 
 EXTRA_OEMAKE_class-cross = 'RPMPKG="${PV}" \
-GDB_TARGET="${BUILD_SYS} \
-\${GDB_CONF_FLAGS} \
---target=${TARGET_SYS}" \
+GDB_TARGET="${BUILD_SYS} --target=${TARGET_SYS}" \
 GDB_HOST="${BUILD_SYS}" \
 GDB_MAKE_JOBS="${PARALLEL_MAKE}" \
 '
@@ -59,10 +57,6 @@ EXTRA_OEMAKE_class-cross = 'RPMPKG="${PV}" \
 EXTRA_OEMAKE_append_class-native = " LDFLAGS='${BUILD_LDFLAGS}'"
 EXTRA_OEMAKE_append_class-cross = " LDFLAGS='${BUILD_LDFLAGS}'"
 
-REMOVE_M32 = "sed -i -e 's/#define TARGET_CFLAGS_ARM_ON_X86_64.*/#define 
TARGET_CFLAGS_ARM_ON_X86_64\t\"TARGET_CFLAGS=-D_FILE_OFFSET_BITS=64\"/g' 
${S}/configure.c"
-
-REMOVE_M32_class-cross = ""
-
 do_configure() {
 :
 }
@@ -79,7 +73,7 @@ do_compile_prepend() {
 esac
 
 sed -i s/FORCE_DEFINE_ARCH/"${ARCH}"/g ${S}/configure.c
-${REMOVE_M32}
+sed -i -e 's/#define TARGET_CFLAGS_ARM_ON_X86_64.*/#define 
TARGET_CFLAGS_ARM_ON_X86_64\t\"TARGET_CFLAGS=-D_FILE_OFFSET_BITS=64\"/g' 
${S}/configure.c
 sed -i 's/>/>/g' ${S}/Makefile
 }
 
-- 
2.7.4

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


[oe] [meta-oe][PATCH v2] crash: fix crash-cross build on x86_64

2020-03-19 Thread Goran Čengić
>From 3246fc2c813531a6f279e4d4a2071e8af35bdcf5 Mon Sep 17 00:00:00 2001
From: Goran Cengic 
Date: Thu, 19 Mar 2020 00:11:52 +0100
Subject: [PATCH] crash: fix crash-cross build on x86_64

Remove -m32 from CFLAGS even for -cross recipe. Also remove
${GDB_CONF_FLAGS} from GDB_TARGET variable (that is passed to the gdb
configuration) since the use of GDB_CONF_FLAGS is removed by
0001-cross_add_configure_option.patch.

Signed-off-by: Goran Cengic 
---
 meta-oe/recipes-kernel/crash/crash_7.2.8.bb | 12 +++-
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/meta-oe/recipes-kernel/crash/crash_7.2.8.bb
b/meta-oe/recipes-kernel/crash/crash_7.2.8.bb
index 61cc71f..5fc25f4 100644
--- a/meta-oe/recipes-kernel/crash/crash_7.2.8.bb
+++ b/meta-oe/recipes-kernel/crash/crash_7.2.8.bb
@@ -10,7 +10,7 @@ SECTION = "devel"
 LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://COPYING3;md5=d32239bcb673463ab874e80d47fae504"

-DEPENDS = "zlib readline coreutils-native"
+DEPENDS = "zlib readline coreutils-native ncurses-native"

 S = "${WORKDIR}/git"
 SRC_URI = "git://github.com/crash-utility/${BPN}.git
 \
@@ -49,9 +49,7 @@ EXTRA_OEMAKE = 'RPMPKG="${PV}" \
 '

 EXTRA_OEMAKE_class-cross = 'RPMPKG="${PV}" \
-GDB_TARGET="${BUILD_SYS} \
-\${GDB_CONF_FLAGS} \
---target=${TARGET_SYS}" \
+GDB_TARGET="${BUILD_SYS}
--target=${TARGET_SYS}" \
 GDB_HOST="${BUILD_SYS}" \
 GDB_MAKE_JOBS="${PARALLEL_MAKE}" \
 '
@@ -59,10 +57,6 @@ EXTRA_OEMAKE_class-cross = 'RPMPKG="${PV}" \
 EXTRA_OEMAKE_append_class-native = " LDFLAGS='${BUILD_LDFLAGS}'"
 EXTRA_OEMAKE_append_class-cross = " LDFLAGS='${BUILD_LDFLAGS}'"

-REMOVE_M32 = "sed -i -e 's/#define TARGET_CFLAGS_ARM_ON_X86_64.*/#define
TARGET_CFLAGS_ARM_ON_X86_64\t\"TARGET_CFLAGS=-D_FILE_OFFSET_BITS=64\"/g'
${S}/configure.c"
-
-REMOVE_M32_class-cross = ""
-
 do_configure() {
 :
 }
@@ -79,7 +73,7 @@ do_compile_prepend() {
 esac

 sed -i s/FORCE_DEFINE_ARCH/"${ARCH}"/g ${S}/configure.c
-${REMOVE_M32}
+sed -i -e 's/#define TARGET_CFLAGS_ARM_ON_X86_64.*/#define
TARGET_CFLAGS_ARM_ON_X86_64\t\"TARGET_CFLAGS=-D_FILE_OFFSET_BITS=64\"/g'
${S}/configure.c
 sed -i 's/>/>/g' ${S}/Makefile
 }

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


Re: [oe] proper way to report(?) conflicting files being installed?

2020-03-19 Thread Ross Burton

On 19/03/2020 17:32, Adrian Bunk wrote:

   this does seem backwards ... if both gnome-common and
autoconf-archive currently try to install those two m4-related files,
doing the above pretty much *assures* an installation conflict,
...


No, --with-autoconf-archive makes gnome-common not install the
conflicting files.


I should point out that gnome-common is dead upstream and mostly unused 
now, so if you find a recipe using it do check that it is actually needed.


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


[oe] [meta-oe][PATCH] crash: fix crash-cross build on x86_64

2020-03-19 Thread Goran Čengić
Remove -m32 from CFLAGS even for -cross recipe. Also remove
${GDB_CONF_FLAGS} from GDB_TARGET variable (that is passed to the gdb
configuration) since the use of GDB_CONF_FLAGS is removed by
0001-cross_add_configure_option.patch.

Signed-off-by: Goran Cengic 
---
 meta-oe/recipes-kernel/crash/crash_7.2.8.bb | 12 +++-
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/meta-oe/recipes-kernel/crash/crash_7.2.8.bb
b/meta-oe/recipes-kernel/crash/crash_7.2.8.bb
index 61cc71f..5fc25f4 100644
--- a/meta-oe/recipes-kernel/crash/crash_7.2.8.bb
+++ b/meta-oe/recipes-kernel/crash/crash_7.2.8.bb
@@ -10,7 +10,7 @@ SECTION = "devel"
 LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://COPYING3;md5=d32239bcb673463ab874e80d47fae504"

-DEPENDS = "zlib readline coreutils-native"
+DEPENDS = "zlib readline coreutils-native ncurses-native"

 S = "${WORKDIR}/git"
 SRC_URI = "git://github.com/crash-utility/${BPN}.git
 \
@@ -49,9 +49,7 @@ EXTRA_OEMAKE = 'RPMPKG="${PV}" \
 '

 EXTRA_OEMAKE_class-cross = 'RPMPKG="${PV}" \
-GDB_TARGET="${BUILD_SYS} \
-\${GDB_CONF_FLAGS} \
---target=${TARGET_SYS}" \
+GDB_TARGET="${BUILD_SYS}
--target=${TARGET_SYS}" \
 GDB_HOST="${BUILD_SYS}" \
 GDB_MAKE_JOBS="${PARALLEL_MAKE}" \
 '
@@ -59,10 +57,6 @@ EXTRA_OEMAKE_class-cross = 'RPMPKG="${PV}" \
 EXTRA_OEMAKE_append_class-native = " LDFLAGS='${BUILD_LDFLAGS}'"
 EXTRA_OEMAKE_append_class-cross = " LDFLAGS='${BUILD_LDFLAGS}'"

-REMOVE_M32 = "sed -i -e 's/#define TARGET_CFLAGS_ARM_ON_X86_64.*/#define
TARGET_CFLAGS_ARM_ON_X86_64\t\"TARGET_CFLAGS=-D_FILE_OFFSET_BITS=64\"/g'
${S}/configure.c"
-
-REMOVE_M32_class-cross = ""
-
 do_configure() {
 :
 }
@@ -79,7 +73,7 @@ do_compile_prepend() {
 esac

 sed -i s/FORCE_DEFINE_ARCH/"${ARCH}"/g ${S}/configure.c
-${REMOVE_M32}
+sed -i -e 's/#define TARGET_CFLAGS_ARM_ON_X86_64.*/#define
TARGET_CFLAGS_ARM_ON_X86_64\t\"TARGET_CFLAGS=-D_FILE_OFFSET_BITS=64\"/g'
${S}/configure.c
 sed -i 's/>/>/g' ${S}/Makefile
 }

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


Re: [oe] proper way to report(?) conflicting files being installed?

2020-03-19 Thread Adrian Bunk
On Thu, Mar 19, 2020 at 01:09:13PM -0400, Robert P. J. Day wrote:
> On Thu, 19 Mar 2020, Adrian Bunk wrote:
> 
> > On Thu, Mar 19, 2020 at 09:22:54AM -0400, Robert P. J. Day wrote:
> > >...
> > > +# ax_code_coverage.m4 and ax_check_enable_debug.m4 are in gnome-common 
> > > only
> > > +# because older versions of autoconf-archive didn't have them yet. Now 
> > > they
> > > +# are in autoconf-archive from OE-core. We depend on that below to ensure
> > > +# that recipes which only depend on gnome-common still get them.
> > > +do_install_append () {
> > > +rm -f ${D}${datadir}/aclocal/ax_code_coverage.m4
> > > +rm -f ${D}${datadir}/aclocal/ax_check_enable_debug.m4
> > > +}
> > > +RDEPENDS_${PN} += "autoconf-archive"
> > > +DEPENDS_append_class-native = " autoconf-archive-native"
> > > +
> > >
> > >   it *appears* that solved the problem, which raises the question --
> > > should this patch be applied to the current gnome-common recipe? that
> > > patchwork entry dates back to 2017 ... should it have been applied at
> > > some point?
> >
> > The currently implemented solution is:
> > # Default to enable autoconf-archive to avoid conflicts
> > PACKAGECONFIG ??= "autoconf-archive"
> > PACKAGECONFIG[autoconf-archive] = "--with-autoconf-archive, 
> > --without-autoconf-archive, autoconf-archive"
> >
> > It is not clear to me why this gives the user to disable it
> > instead of unconditionally enabling it.
> 
>   this does seem backwards ... if both gnome-common and
> autoconf-archive currently try to install those two m4-related files,
> doing the above pretty much *assures* an installation conflict,
>...

No, --with-autoconf-archive makes gnome-common not install the 
conflicting files.

> rday

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


Re: [oe] proper way to report(?) conflicting files being installed?

2020-03-19 Thread Robert P. J. Day
On Thu, 19 Mar 2020, Adrian Bunk wrote:

> On Thu, Mar 19, 2020 at 09:22:54AM -0400, Robert P. J. Day wrote:
> >...
> > +# ax_code_coverage.m4 and ax_check_enable_debug.m4 are in gnome-common only
> > +# because older versions of autoconf-archive didn't have them yet. Now they
> > +# are in autoconf-archive from OE-core. We depend on that below to ensure
> > +# that recipes which only depend on gnome-common still get them.
> > +do_install_append () {
> > +rm -f ${D}${datadir}/aclocal/ax_code_coverage.m4
> > +rm -f ${D}${datadir}/aclocal/ax_check_enable_debug.m4
> > +}
> > +RDEPENDS_${PN} += "autoconf-archive"
> > +DEPENDS_append_class-native = " autoconf-archive-native"
> > +
> >
> >   it *appears* that solved the problem, which raises the question --
> > should this patch be applied to the current gnome-common recipe? that
> > patchwork entry dates back to 2017 ... should it have been applied at
> > some point?
>
> The currently implemented solution is:
> # Default to enable autoconf-archive to avoid conflicts
> PACKAGECONFIG ??= "autoconf-archive"
> PACKAGECONFIG[autoconf-archive] = "--with-autoconf-archive, 
> --without-autoconf-archive, autoconf-archive"
>
> It is not clear to me why this gives the user to disable it
> instead of unconditionally enabling it.

  this does seem backwards ... if both gnome-common and
autoconf-archive currently try to install those two m4-related files,
doing the above pretty much *assures* an installation conflict, unless
you apply the patch i linked to earlier at:

  https://patchwork.openembedded.org/patch/142467/

where (as i read it) the gnome-common patch uninstalls them, but then
drags in autoconf-archive just to make sure they're installed. so what
*should* this look like?

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


Re: [oe] Mailing list platform change March 20th

2020-03-19 Thread Michael Halstead
Everything is proceeding smoothly and this work will continue as planned.
The migration starts at noon PDT tomorrow.

List owners please take care of all outstanding moderation in the next 24
hours to ensure a smooth transition.

Thank you,
--
Michael Halstead
Linux Foundation / Yocto Project
Systems Operations Engineer

On Fri, Mar 13, 2020 at 4:58 PM Michael Halstead <
mhalst...@linuxfoundation.org> wrote:

> We are moving our lists from Mailman to Groups.io. E-mail to lists will
> be delayed during the move window. We are aiming to complete the migration
> during business hours in the Pacific time zone.
>
> A new account will be created for you on the Groups.io platform if you
> don't already have one.
>
> You can read more about the change on the wiki:
> https://www.openembedded.org/wiki/GroupsMigration
>
> If there are serious issues we will rollback the changes. We will e-mail
> all lists when work is complete.
>
> --
> Michael Halstead
> Linux Foundation / Yocto Project
> Systems Operations Engineer
>
>
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] proper way to report(?) conflicting files being installed?

2020-03-19 Thread Robert P. J. Day
On Thu, 19 Mar 2020, Adrian Bunk wrote:

> On Thu, Mar 19, 2020 at 09:22:54AM -0400, Robert P. J. Day wrote:
> >...
> > +# ax_code_coverage.m4 and ax_check_enable_debug.m4 are in gnome-common only
> > +# because older versions of autoconf-archive didn't have them yet. Now they
> > +# are in autoconf-archive from OE-core. We depend on that below to ensure
> > +# that recipes which only depend on gnome-common still get them.
> > +do_install_append () {
> > +rm -f ${D}${datadir}/aclocal/ax_code_coverage.m4
> > +rm -f ${D}${datadir}/aclocal/ax_check_enable_debug.m4
> > +}
> > +RDEPENDS_${PN} += "autoconf-archive"
> > +DEPENDS_append_class-native = " autoconf-archive-native"
> > +
> >
> >   it *appears* that solved the problem, which raises the question --
> > should this patch be applied to the current gnome-common recipe? that
> > patchwork entry dates back to 2017 ... should it have been applied at
> > some point?
>
> The currently implemented solution is:
> # Default to enable autoconf-archive to avoid conflicts
> PACKAGECONFIG ??= "autoconf-archive"
> PACKAGECONFIG[autoconf-archive] = "--with-autoconf-archive, 
> --without-autoconf-archive, autoconf-archive"
>
> It is not clear to me why this gives the user to disable it
> instead of unconditionally enabling it.

  i was a bit confused by that as well, but i figured i just didn't
read it carefully enough.

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


Re: [oe] proper way to report(?) conflicting files being installed?

2020-03-19 Thread Adrian Bunk
On Thu, Mar 19, 2020 at 09:22:54AM -0400, Robert P. J. Day wrote:
>...
> +# ax_code_coverage.m4 and ax_check_enable_debug.m4 are in gnome-common only
> +# because older versions of autoconf-archive didn't have them yet. Now they
> +# are in autoconf-archive from OE-core. We depend on that below to ensure
> +# that recipes which only depend on gnome-common still get them.
> +do_install_append () {
> +rm -f ${D}${datadir}/aclocal/ax_code_coverage.m4
> +rm -f ${D}${datadir}/aclocal/ax_check_enable_debug.m4
> +}
> +RDEPENDS_${PN} += "autoconf-archive"
> +DEPENDS_append_class-native = " autoconf-archive-native"
> +
> 
>   it *appears* that solved the problem, which raises the question --
> should this patch be applied to the current gnome-common recipe? that
> patchwork entry dates back to 2017 ... should it have been applied at
> some point?

The currently implemented solution is:
# Default to enable autoconf-archive to avoid conflicts
PACKAGECONFIG ??= "autoconf-archive"
PACKAGECONFIG[autoconf-archive] = "--with-autoconf-archive, 
--without-autoconf-archive, autoconf-archive"

It is not clear to me why this gives the user to disable it
instead of unconditionally enabling it.

> rday

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


[oe] [meta-oe][PATCH] libev: upgrade 4.31 -> 4.33

2020-03-19 Thread Pierre-Jean Texier via Openembedded-devel
The complete Changes since 4.31 are:

4.33 Wed Mar 18 13:22:29 CET 2020
- the 4.31 timerfd code wrongly changed the priority of the signal
  fd watcher, which is usually harmless unless signal fds are
  also used (found via cpan tester service).
- the documentation wrongly claimed that user may modify fd and events
  members in io watchers when the watcher was stopped
  (found by b_jonas).
- new ev_io_modify mutator which changes only the events member,
  which can be faster. also added ev::io::set (int events) method
  to ev++.h.
- officially allow a zero events mask for io watchers. this should
  work with older libev versions as well but was not officially
  allowed before.
- do not wake up every minute when timerfd is used to detect timejumps.
- do not wake up every minute when periodics are disabled and we have
  a monotonic clock.
- support a lot more "uncommon" compile time configurations,
  such as ev_embed enabled but ev_timer disabled.
- use a start/stop wrapper class to reduce code duplication in
  ev++.h and make it needlessly more c++-y.
- the linux aio backend is no longer compiled in by default.
- update to libecb version 0x00010008.

Signed-off-by: Pierre-Jean Texier 
---
 meta-oe/recipes-connectivity/libev/{libev_4.31.bb => libev_4.33.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-connectivity/libev/{libev_4.31.bb => libev_4.33.bb} 
(80%)

diff --git a/meta-oe/recipes-connectivity/libev/libev_4.31.bb 
b/meta-oe/recipes-connectivity/libev/libev_4.33.bb
similarity index 80%
rename from meta-oe/recipes-connectivity/libev/libev_4.31.bb
rename to meta-oe/recipes-connectivity/libev/libev_4.33.bb
index beea855..760c2db 100644
--- a/meta-oe/recipes-connectivity/libev/libev_4.31.bb
+++ b/meta-oe/recipes-connectivity/libev/libev_4.33.bb
@@ -5,8 +5,8 @@ LICENSE = "BSD-2-Clause | GPL-2.0+"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d6ad416afd040c90698edcdf1cbee347"
 
 SRC_URI = "http://dist.schmorp.de/libev/Attic/${BP}.tar.gz";
-SRC_URI[md5sum] = "20111fda0df0a289c152faa2aac91b08"
-SRC_URI[sha256sum] = 
"ed855d2b52118e32c0c1a6a32bd18c97f9e6711ca511f5ee12de3b9eccc66e5a"
+SRC_URI[md5sum] = "a3433f23583167081bf4acdd5b01b34f"
+SRC_URI[sha256sum] = 
"507eb7b8d1015fbec5b935f34ebed15bf346bed04a11ab82b8eee848c4205aea"
 
 inherit autotools
 
-- 
2.7.4

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


[oe] proper way to report(?) conflicting files being installed?

2020-03-19 Thread Robert P. J. Day


  long story short, colleague was adding packages to a build and ran
into error wherein both of:

  * autoconf-archive
  * gnome-common

were trying to install a couple identical m4-related files. some
quick googling produced this:

  https://patchwork.openembedded.org/patch/142467/

with the self-evident solution being applied to gnome-common to
"uninstall" the two conflicting files:

--- a/meta-oe/recipes-gnome/gnome-common/gnome-common_3.18.0.bb
+++ b/meta-oe/recipes-gnome/gnome-common/gnome-common_3.18.0.bb
@@ -17,4 +17,15 @@  DEPENDS = ""
 FILES_${PN} += "${datadir}/aclocal"
 FILES_${PN}-dev = ""

+# ax_code_coverage.m4 and ax_check_enable_debug.m4 are in gnome-common only
+# because older versions of autoconf-archive didn't have them yet. Now they
+# are in autoconf-archive from OE-core. We depend on that below to ensure
+# that recipes which only depend on gnome-common still get them.
+do_install_append () {
+rm -f ${D}${datadir}/aclocal/ax_code_coverage.m4
+rm -f ${D}${datadir}/aclocal/ax_check_enable_debug.m4
+}
+RDEPENDS_${PN} += "autoconf-archive"
+DEPENDS_append_class-native = " autoconf-archive-native"
+

  it *appears* that solved the problem, which raises the question --
should this patch be applied to the current gnome-common recipe? that
patchwork entry dates back to 2017 ... should it have been applied at
some point?

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


Re: [oe] [zeus 00/13] Patch review

2020-03-19 Thread Khem Raj
look

On Wed, Mar 11, 2020 at 7:58 PM Armin Kuster  wrote:
>
> Here is the next set for meta-openembedded.
> Please have reviews back by Friday.
>
> The following changes since commit bb65c27a772723dfe2c15b5e1b27bcc1a1ed884c:
>
>   fluentbit: Fix packaging in multilib env (2020-01-30 18:38:10 -0800)
>
> are available in the Git repository at:
>
>   git://git.openembedded.org/meta-openembedded-contrib stable/zeus-nut
>   
> http://cgit.openembedded.org/meta-openembedded-contrib/log/?h=stable/zeus-nut
>
> Adrian Bunk (1):
>   wireshark: Upgrade 3.0.6 -> 3.0.8
>
> Carlos Rafael Giani (1):
>   opencv: Enable pkg-config .pc file generation
>
> Khem Raj (2):
>   ade: Fix install paths in multilib builds
>   sanlock: Replace cp -a with cp -R --no-dereference
>
> Martin Jansa (1):
>   s3c24xx-gpio, s3c64xx-gpio, sjf2410-linux-native, usbpath, wmiconfig:
> use git fetcher instead of svn fetcher
>
> Mike Krupicka (1):
>   mosquitto: Use mosquitto.init for daemon init
>
> Paul Barker (1):
>   lmsensors: Fix sensord dependencies
>
> Peter Kjellerstedt (2):
>   lvm2, libdevmapper: Do not patch configure
>   libldb: Do not require the "pam" distro feature to be enabled
>
> Ross Burton (4):
>   opencv: don't download during configure
>   opencv: also download face alignment data in do_fetch()
>   opencv: PACKAGECONFIG for G-API, use system ADE
>   opencv: abort configure if we need to download
>
>  .../mosquitto/files/mosquitto.init|  2 +-
>  .../recipes-support/libldb/libldb_1.5.6.bb|  3 +-
>  ...{wireshark_3.0.6.bb => wireshark_3.0.8.bb} |  4 +-
>  .../recipes-bsp/lm_sensors/lmsensors_3.5.0.bb |  3 +-
>  ...cp-a-with-cp-R-no-dereference-preser.patch | 51 +++
>  .../recipes-extended/sanlock/sanlock_3.8.0.bb |  4 +-
>  ...gure-Fix-setting-of-CLDFLAGS-default.patch | 34 +
>  ...tallDirs-for-detecting-install-paths.patch | 39 ++
>  meta-oe/recipes-support/opencv/ade_0.1.1f.bb  |  1 +
>  .../opencv/opencv/download.patch  | 32 
>  .../recipes-support/opencv/opencv_4.1.0.bb| 32 ++--
>  ...3c24xx-gpio_svn.bb => s3c24xx-gpio_git.bb} |  7 ++-
>  ...3c64xx-gpio_svn.bb => s3c64xx-gpio_git.bb} |  6 +--
>  ...ive_svn.bb => sjf2410-linux-native_git.bb} | 11 ++--
>  .../{usbpath_svn.bb => usbpath_git.bb}| 10 ++--
>  .../{wmiconfig_svn.bb => wmiconfig_git.bb}| 13 +++--
>  16 files changed, 183 insertions(+), 69 deletions(-)
>  rename meta-networking/recipes-support/wireshark/{wireshark_3.0.6.bb => 
> wireshark_3.0.8.bb} (95%)
>  create mode 100644 
> meta-oe/recipes-extended/sanlock/sanlock/0001-sanlock-Replace-cp-a-with-cp-R-no-dereference-preser.patch
>  create mode 100644 
> meta-oe/recipes-support/opencv/ade/0001-use-GNUInstallDirs-for-detecting-install-paths.patch
>  create mode 100644 meta-oe/recipes-support/opencv/opencv/download.patch
>  rename meta-oe/recipes-support/samsung-soc-utils/{s3c24xx-gpio_svn.bb => 
> s3c24xx-gpio_git.bb} (73%)
>  rename meta-oe/recipes-support/samsung-soc-utils/{s3c64xx-gpio_svn.bb => 
> s3c64xx-gpio_git.bb} (74%)
>  rename 
> meta-oe/recipes-support/samsung-soc-utils/{sjf2410-linux-native_svn.bb => 
> sjf2410-linux-native_git.bb} (72%)
>  rename meta-oe/recipes-support/usbpath/{usbpath_svn.bb => usbpath_git.bb} 
> (68%)
>  rename meta-oe/recipes-support/wmiconfig/{wmiconfig_svn.bb => 
> wmiconfig_git.bb} (58%)
>
> --
> 2.17.1
>
> --
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH 4/5] networkmanager-openvpn: Make PACKAGECONFIG gnome work

2020-03-19 Thread Khem Raj
On Thu, Mar 19, 2020 at 1:17 AM Andreas Müller  wrote:
>
> On Thu, Mar 19, 2020 at 5:14 AM Khem Raj  wrote:
> >
> > On Wed, Mar 18, 2020 at 1:45 PM Andreas Müller  
> > wrote:
> > >
> > > Signed-off-by: Andreas Müller 
> > > ---
> > >  .../networkmanager/networkmanager-openvpn_1.8.12.bb | 13 -
> > >  1 file changed, 12 insertions(+), 1 deletion(-)
> > >
> > > diff --git 
> > > a/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.8.12.bb
> > >  
> > > b/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.8.12.bb
> > > index 5e246a85b..d455a0f06 100644
> > > --- 
> > > a/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.8.12.bb
> > > +++ 
> > > b/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.8.12.bb
> > > @@ -15,7 +15,18 @@ SRC_URI[sha256sum] = 
> > > "0efda8878aaf0e6eb5071a053aea5d7f9d42aac097b3ff89e7cbc9233f
> > >
> > >  S = "${WORKDIR}/NetworkManager-openvpn-${PV}"
> > >
> > > -PACKAGECONFIG[gnome] = "--with-gnome,--without-gnome"
> > > +# meta-gnome in layers is required using gnome:
> > > +PACKAGECONFIG[gnome] = "--with-gnome,--without-gnome,gtk+3 libnma 
> > > libsecret"
> > > +
> > > +do_configure_append() {
> > > +# network-manager-openvpn.metainfo.xml is created in source folder 
> > > but
> > > +# compile expects it in build folder. As long as nobody comes up 
> > > with a
> > > +# better solution just support build:
> > > +if [ -e ${S}/appdata/network-manager-openvpn.metainfo.xml ]; then
> > > +mkdir -p ${B}/appdata
> > > +cp -f ${S}/appdata/network-manager-openvpn.metainfo.xml 
> > > ${B}/appdata/
> >
> > perhaps use install -Dm 0644 here
> In do_configure for a file required for buld-time only?
>

ah nevermind.

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


Re: [oe] [PATCH 4/5] networkmanager-openvpn: Make PACKAGECONFIG gnome work

2020-03-19 Thread Andreas Müller
On Thu, Mar 19, 2020 at 5:14 AM Khem Raj  wrote:
>
> On Wed, Mar 18, 2020 at 1:45 PM Andreas Müller  
> wrote:
> >
> > Signed-off-by: Andreas Müller 
> > ---
> >  .../networkmanager/networkmanager-openvpn_1.8.12.bb | 13 -
> >  1 file changed, 12 insertions(+), 1 deletion(-)
> >
> > diff --git 
> > a/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.8.12.bb
> >  
> > b/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.8.12.bb
> > index 5e246a85b..d455a0f06 100644
> > --- 
> > a/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.8.12.bb
> > +++ 
> > b/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.8.12.bb
> > @@ -15,7 +15,18 @@ SRC_URI[sha256sum] = 
> > "0efda8878aaf0e6eb5071a053aea5d7f9d42aac097b3ff89e7cbc9233f
> >
> >  S = "${WORKDIR}/NetworkManager-openvpn-${PV}"
> >
> > -PACKAGECONFIG[gnome] = "--with-gnome,--without-gnome"
> > +# meta-gnome in layers is required using gnome:
> > +PACKAGECONFIG[gnome] = "--with-gnome,--without-gnome,gtk+3 libnma 
> > libsecret"
> > +
> > +do_configure_append() {
> > +# network-manager-openvpn.metainfo.xml is created in source folder but
> > +# compile expects it in build folder. As long as nobody comes up with a
> > +# better solution just support build:
> > +if [ -e ${S}/appdata/network-manager-openvpn.metainfo.xml ]; then
> > +mkdir -p ${B}/appdata
> > +cp -f ${S}/appdata/network-manager-openvpn.metainfo.xml 
> > ${B}/appdata/
>
> perhaps use install -Dm 0644 here
In do_configure for a file required for buld-time only?

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