Date   

[meta-perl][PATCH 10/10] libxml-libxml-perl: Fix LICENSE string

Saul Wold
 

The create_spdx bbclass does not currently handle the lack of
spaces around the op (| or &). For now fix the LICENSE string.

Signed-off-by: Saul Wold <saul.wold@...>
---
meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb b/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb
index c2898a901..c2ea47ae5 100644
--- a/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb
+++ b/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb
@@ -8,7 +8,7 @@ your programs."

HOMEPAGE = "http://search.cpan.org/dist/XML-LibXML-1.99/"
SECTION = "libs"
-LICENSE = "Artistic-1.0|GPL-1.0-or-later"
+LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
DEPENDS += "libxml2 \
libxml-sax-perl-native \
zlib \
--
2.25.1


[meta-perl][PATCH 09/10] libproc-waitstat-perl: Fix LICENSE string

Saul Wold
 

The create_spdx bbclass does not currently handle the lack of
spaces around the op (| or &). For now fix the LICENSE string.

Signed-off-by: Saul Wold <saul.wold@...>
---
meta-perl/recipes-perl/libproc/libproc-waitstat-perl_1.00.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-perl/recipes-perl/libproc/libproc-waitstat-perl_1.00.bb b/meta-perl/recipes-perl/libproc/libproc-waitstat-perl_1.00.bb
index ffd87ed0b..643a704a1 100644
--- a/meta-perl/recipes-perl/libproc/libproc-waitstat-perl_1.00.bb
+++ b/meta-perl/recipes-perl/libproc/libproc-waitstat-perl_1.00.bb
@@ -5,7 +5,7 @@ on wait status values."
HOMEPAGE = "http://search.cpan.org/~rosch/Proc-WaitStat/"
SECTION = "libraries"

-LICENSE = "Artistic-1.0|GPL-1.0-or-later"
+LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
LIC_FILES_CHKSUM = "file://README;beginline=21;endline=23;md5=f36550f59a0ae5e6e3b0be6a4da60d26"

RDEPENDS:${PN} += "perl libipc-signal-perl"
--
2.25.1


[meta-perl][PATCH 08/10] libnet-telnet-perl: Fix LICENSE string

Saul Wold
 

The create_spdx bbclass does not currently handle the lack of
spaces around the op (| or &). For now fix the LICENSE string.

Signed-off-by: Saul Wold <saul.wold@...>
---
meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb b/meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb
index d7d420104..d1365f269 100644
--- a/meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb
+++ b/meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb
@@ -11,7 +11,7 @@ shell."
HOMEPAGE = "http://search.cpan.org/dist/Net-Telnet/"
SECTION = "Development/Libraries"

-LICENSE = "Artistic-1.0|GPL-1.0-or-later"
+LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
LIC_FILES_CHKSUM = "file://README;beginline=4;endline=7;md5=e94ab3b72335e3cdadd6c1ff736dd714"

SRC_URI = "http://search.cpan.org/CPAN/authors/id/J/JR/JROGERS/Net-Telnet-${PV}.tar.gz"
--
2.25.1


[meta-perl][PATCH 07/10] libnet-ldap-perl: Fix LICENSE string

Saul Wold
 

The create_spdx bbclass does not currently handle the lack of
spaces around the op (| or &). For now fix the LICENSE string.

Signed-off-by: Saul Wold <saul.wold@...>
---
meta-perl/recipes-perl/libnet/libnet-ldap-perl_0.68.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-perl/recipes-perl/libnet/libnet-ldap-perl_0.68.bb b/meta-perl/recipes-perl/libnet/libnet-ldap-perl_0.68.bb
index 293f42120..dcc5ea88b 100644
--- a/meta-perl/recipes-perl/libnet/libnet-ldap-perl_0.68.bb
+++ b/meta-perl/recipes-perl/libnet/libnet-ldap-perl_0.68.bb
@@ -6,7 +6,7 @@ deleting or modifying entries."

SECTION = "libs"

-LICENSE = "Artistic-1.0|GPL-1.0-or-later"
+LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
LIC_FILES_CHKSUM = "file://README;beginline=3;endline=5;md5=4d6588c2fa0d38ae162f6314d201d89e"

SRC_URI = "${CPAN_MIRROR}/authors/id/M/MA/MARSCHAP/perl-ldap-${PV}.tar.gz"
--
2.25.1


[meta-perl][PATCH 06/10] libmime-types-perl: Fix LICENSE string

Saul Wold
 

The create_spdx bbclass does not currently handle the lack of
spaces around the op (| or &). For now fix the LICENSE string.

Signed-off-by: Saul Wold <saul.wold@...>
---
meta-perl/recipes-perl/libmime/libmime-types-perl_2.17.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-perl/recipes-perl/libmime/libmime-types-perl_2.17.bb b/meta-perl/recipes-perl/libmime/libmime-types-perl_2.17.bb
index 2c06728ed..d1f6f8c59 100644
--- a/meta-perl/recipes-perl/libmime/libmime-types-perl_2.17.bb
+++ b/meta-perl/recipes-perl/libmime/libmime-types-perl_2.17.bb
@@ -8,7 +8,7 @@ one known mime type."
HOMEPAGE = "http://search.cpan.org/~markov/MIME-Types-${PV}"
SECTION = "libraries"

-LICENSE = "Artistic-1.0|GPL-1.0-or-later"
+LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
LIC_FILES_CHKSUM = "file://META.yml;beginline=11;endline=11;md5=963ce28228347875ace682de56eef8e8"

SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MIME-Types-${PV}.tar.gz \
--
2.25.1


[meta-perl][PATCH 05/10] libipc-signal-perl: Fix LICENSE string

Saul Wold
 

The create_spdx bbclass does not currently handle the lack of
spaces around the op (| or &). For now fix the LICENSE string.

Signed-off-by: Saul Wold <saul.wold@...>
---
meta-perl/recipes-perl/libipc/libipc-signal-perl_1.00.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-perl/recipes-perl/libipc/libipc-signal-perl_1.00.bb b/meta-perl/recipes-perl/libipc/libipc-signal-perl_1.00.bb
index 389be2c16..203db7b10 100644
--- a/meta-perl/recipes-perl/libipc/libipc-signal-perl_1.00.bb
+++ b/meta-perl/recipes-perl/libipc/libipc-signal-perl_1.00.bb
@@ -5,7 +5,7 @@ dealing with signals."
HOMEPAGE = "http://search.cpan.org/~rosch/IPC-Signal-1.00/"
SECTION = "libs"

-LICENSE = "Artistic-1.0|GPL-1.0-or-later"
+LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
LIC_FILES_CHKSUM = "file://README;beginline=16;endline=18;md5=f36550f59a0ae5e6e3b0be6a4da60d26"

S = "${WORKDIR}/IPC-Signal-${PV}"
--
2.25.1


[meta-perl][PATCH 04/10] libio-socket-ssl-perl: Fix LICENSE string

Saul Wold
 

The create_spdx bbclass does not currently handle the lack of
spaces around the op (| or &). For now fix the LICENSE string.

Signed-off-by: Saul Wold <saul.wold@...>
---
meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.074.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.074.bb b/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.074.bb
index 1d04f0054..6249fd1d7 100644
--- a/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.074.bb
+++ b/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.074.bb
@@ -9,7 +9,7 @@ mod_perl."
HOMEPAGE = "http://search.cpan.org/dist/IO-Socket-SSL/"
SECTION = "libs"

-LICENSE = "Artistic-1.0|GPL-1.0-or-later"
+LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
LIC_FILES_CHKSUM = "file://META.yml;beginline=12;endline=12;md5=963ce28228347875ace682de56eef8e8"

RDEPENDS:${PN} += "\
--
2.25.1


[meta-perl][PATCH 00/10] Cleanup LICENSE String in meta-perl

Saul Wold
 

This set of fixes does a small cleanup to the LICENSE string
to add a space around the 'op' (|). This is needed for the
current create_spdx bbclass parser which does not correctly
handle the lack of spaces around the op. This problem will
be fixed in the future, but for expedencies, I am proposing
this set of fixups.

The error was:
ERROR: libproc-waitstat-perl-1.00-r0 do_create_spdx: Cannot find any text for license Artistic-1.0|GPL-1.0-or-later

This should also be backported to kirkstone, which I will do
a second pull request once this merges unless Khem handles it
directly.

Sau!

Saul Wold (10):
libauthen-sasl-perl: Fix LICENSE string
libdigest-hmac-perl: Fix LICENSE string
libdigest-sha1-perl: Fix LICENSE string
libio-socket-ssl-perl: Fix LICENSE string
libipc-signal-perl: Fix LICENSE string
libmime-types-perl: Fix LICENSE string
libnet-ldap-perl: Fix LICENSE string
libnet-telnet-perl: Fix LICENSE string
libproc-waitstat-perl: Fix LICENSE string
libxml-libxml-perl: Fix LICENSE string

meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.16.bb | 2 +-
meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb | 2 +-
meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb | 2 +-
meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.074.bb | 2 +-
meta-perl/recipes-perl/libipc/libipc-signal-perl_1.00.bb | 2 +-
meta-perl/recipes-perl/libmime/libmime-types-perl_2.17.bb | 2 +-
meta-perl/recipes-perl/libnet/libnet-ldap-perl_0.68.bb | 2 +-
meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb | 2 +-
meta-perl/recipes-perl/libproc/libproc-waitstat-perl_1.00.bb | 2 +-
meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb | 2 +-
10 files changed, 10 insertions(+), 10 deletions(-)

--
2.25.1


[meta-perl][PATCH 03/10] libdigest-sha1-perl: Fix LICENSE string

Saul Wold
 

The create_spdx bbclass does not currently handle the lack of
spaces around the op (| or &). For now fix the LICENSE string.

Signed-off-by: Saul Wold <saul.wold@...>
---
meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb b/meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb
index cd6367512..df89c9bcd 100644
--- a/meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb
+++ b/meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Digest::SHA1 - Perl interface to the SHA-1 algorithm"
HOMEPAGE = "http://search.cpan.org/~gaas/Digest-SHA1-2.13/"
SECTION = "libs"

-LICENSE = "Artistic-1.0|GPL-1.0-or-later"
+LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
LIC_FILES_CHKSUM = "file://README;beginline=10;endline=14;md5=ff5867ebb4bc1103a7a416aef2fce00a"

SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-SHA1-${PV}.tar.gz \
--
2.25.1


[meta-perl][PATCH 01/10] libauthen-sasl-perl: Fix LICENSE string

Saul Wold
 

The create_spdx bbclass does not currently handle the lack of
spaces around the op (| or &). For now fix the LICENSE string.

Signed-off-by: Saul Wold <saul.wold@...>
---
meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.16.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.16.bb b/meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.16.bb
index 8545eb50f..a9eec6950 100644
--- a/meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.16.bb
+++ b/meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.16.bb
@@ -5,7 +5,7 @@ protocols should be able to share."
HOMEPAGE = "http://search.cpan.org/dist/Authen-SASL/"
SECTION = "libs"

-LICENSE = "Artistic-1.0|GPL-1.0-or-later"
+LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
LIC_FILES_CHKSUM = "file://lib/Authen/SASL/Perl.pm;beginline=1;endline=3;md5=17123315bbcda19f484c07227594a609"

DEPENDS = "perl"
--
2.25.1


[meta-perl][PATCH 02/10] libdigest-hmac-perl: Fix LICENSE string

Saul Wold
 

The create_spdx bbclass does not currently handle the lack of
spaces around the op (| or &). For now fix the LICENSE string.

Signed-off-by: Saul Wold <saul.wold@...>
---
meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb b/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb
index 51a2ad349..43b7f4d5a 100644
--- a/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb
+++ b/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Keyed-Hashing for Message Authentication"
HOMEPAGE = "http://search.cpan.org/~gaas/Digest-HMAC-1.03/"
SECTION = "libs"

-LICENSE = "Artistic-1.0|GPL-1.0-or-later"
+LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
LIC_FILES_CHKSUM = "file://README;beginline=13;endline=17;md5=da980cdc026faa065e5d5004115334e6"

RDEPENDS:${PN} = "libdigest-sha1-perl perl-module-extutils-makemaker perl-module-digest-md5"
--
2.25.1


[meta-java][kirkstone][PATCH 3/3] dbus-java: Include features check from classpath

Andrei Gherzan
 

From: Andrei Gherzan <andrei.gherzan@...>

classpath is an indirect dependency of this package that also has a
required distro feature on x11. Without having the same feature check
here, a world build would fail when x11 is not enabled. Reflecting the
same feature check in this recipe, makes sure that world will skip it as
well.

Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
recipes-extended/dbus/dbus-java_2.7.bb | 2 ++
1 file changed, 2 insertions(+)

diff --git a/recipes-extended/dbus/dbus-java_2.7.bb b/recipes-extended/dbus/dbus-java_2.7.bb
index ca7652a..0e5ae92 100644
--- a/recipes-extended/dbus/dbus-java_2.7.bb
+++ b/recipes-extended/dbus/dbus-java_2.7.bb
@@ -25,6 +25,8 @@ S = "${WORKDIR}/dbus-java-${PV}"

inherit java-library

+include recipes-core/classpath/classpath-features-check.inc
+
# jamvm-native unfortunately contains non-generificed java/lang/reflect classes
# which are accessed in this package. Work around this by setting the bootclasspath
# explicitly.
--
2.25.1


[meta-java][kirkstone][PATCH 2/3] libmatthew: Include features check from classpath

Andrei Gherzan
 

From: Andrei Gherzan <andrei.gherzan@...>

classpath is a dependency of this package that also has a required
distro feature on x11. Without having the same feature check here, a
world build would fail when x11 is not enabled. Reflecting the same
feature check in this recipe, makes sure that world will skip it as
well.

Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
recipes-core/libmatthew/libmatthew.inc | 3 +++
1 file changed, 3 insertions(+)

diff --git a/recipes-core/libmatthew/libmatthew.inc b/recipes-core/libmatthew/libmatthew.inc
index b000387..4157d51 100644
--- a/recipes-core/libmatthew/libmatthew.inc
+++ b/recipes-core/libmatthew/libmatthew.inc
@@ -5,11 +5,14 @@ SECTION = "libs"
LICENSE = "MIT"
DEPENDS = "virtual/java-native classpath-native classpath"

+
S = "${WORKDIR}/libmatthew-java-${PV}"

PACKAGE_ARCH = "${TUNE_PKGARCH}"
inherit java-library

+include recipes-core/classpath/classpath-features-check.inc
+
# Some internal version numbers which change from time to time.
# Allowing to override them makes this include file more
# versatile.
--
2.25.1


[meta-java][kirkstone][PATCH 1/3] classpath: Use an include file for x11 feature check

Andrei Gherzan
 

From: Andrei Gherzan <andrei.gherzan@...>

This will make it easier to maintain reflecting the same distro check on
packages depending on classpath (in the dependency chain).

Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
recipes-core/classpath/classpath-features-check.inc | 6 ++++++
recipes-core/classpath/classpath_0.99.bb | 4 +---
2 files changed, 7 insertions(+), 3 deletions(-)
create mode 100644 recipes-core/classpath/classpath-features-check.inc

diff --git a/recipes-core/classpath/classpath-features-check.inc b/recipes-core/classpath/classpath-features-check.inc
new file mode 100644
index 0000000..c238fc3
--- /dev/null
+++ b/recipes-core/classpath/classpath-features-check.inc
@@ -0,0 +1,6 @@
+# SPDX-FileCopyrightText: Huawei Inc.
+#
+# SPDX-License-Identifier: Apache-2.0
+
+inherit features_check
+REQUIRED_DISTRO_FEATURES = "x11"
diff --git a/recipes-core/classpath/classpath_0.99.bb b/recipes-core/classpath/classpath_0.99.bb
index 5b9d904..f18ad1d 100644
--- a/recipes-core/classpath/classpath_0.99.bb
+++ b/recipes-core/classpath/classpath_0.99.bb
@@ -1,8 +1,6 @@
require classpath.inc

-inherit features_check
-
-REQUIRED_DISTRO_FEATURES = "x11"
+include classpath-features-check.inc

LIC_FILES_CHKSUM = "file://LICENSE;md5=92acc79f1f429143f4624d07b253702a"

--
2.25.1


[meta-java][PATCH 3/3] dbus-java: Include features check from classpath

Andrei Gherzan
 

From: Andrei Gherzan <andrei.gherzan@...>

classpath is an indirect dependency of this package that also has a
required distro feature on x11. Without having the same feature check
here, a world build would fail when x11 is not enabled. Reflecting the
same feature check in this recipe, makes sure that world will skip it as
well.

Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
recipes-extended/dbus/dbus-java_2.7.bb | 2 ++
1 file changed, 2 insertions(+)

diff --git a/recipes-extended/dbus/dbus-java_2.7.bb b/recipes-extended/dbus/dbus-java_2.7.bb
index ca7652a..0e5ae92 100644
--- a/recipes-extended/dbus/dbus-java_2.7.bb
+++ b/recipes-extended/dbus/dbus-java_2.7.bb
@@ -25,6 +25,8 @@ S = "${WORKDIR}/dbus-java-${PV}"

inherit java-library

+include recipes-core/classpath/classpath-features-check.inc
+
# jamvm-native unfortunately contains non-generificed java/lang/reflect classes
# which are accessed in this package. Work around this by setting the bootclasspath
# explicitly.
--
2.25.1


[meta-java][PATCH 2/3] libmatthew: Include features check from classpath

Andrei Gherzan
 

From: Andrei Gherzan <andrei.gherzan@...>

classpath is a dependency of this package that also has a required
distro feature on x11. Without having the same feature check here, a
world build would fail when x11 is not enabled. Reflecting the same
feature check in this recipe, makes sure that world will skip it as
well.

Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
recipes-core/libmatthew/libmatthew.inc | 3 +++
1 file changed, 3 insertions(+)

diff --git a/recipes-core/libmatthew/libmatthew.inc b/recipes-core/libmatthew/libmatthew.inc
index b000387..4157d51 100644
--- a/recipes-core/libmatthew/libmatthew.inc
+++ b/recipes-core/libmatthew/libmatthew.inc
@@ -5,11 +5,14 @@ SECTION = "libs"
LICENSE = "MIT"
DEPENDS = "virtual/java-native classpath-native classpath"

+
S = "${WORKDIR}/libmatthew-java-${PV}"

PACKAGE_ARCH = "${TUNE_PKGARCH}"
inherit java-library

+include recipes-core/classpath/classpath-features-check.inc
+
# Some internal version numbers which change from time to time.
# Allowing to override them makes this include file more
# versatile.
--
2.25.1


[meta-java][PATCH 1/3] classpath: Use an include file for x11 feature check

Andrei Gherzan
 

From: Andrei Gherzan <andrei.gherzan@...>

This will make it easier to maintain reflecting the same distro check on
packages depending on classpath (in the dependency chain).

Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
recipes-core/classpath/classpath-features-check.inc | 6 ++++++
recipes-core/classpath/classpath_0.99.bb | 4 +---
2 files changed, 7 insertions(+), 3 deletions(-)
create mode 100644 recipes-core/classpath/classpath-features-check.inc

diff --git a/recipes-core/classpath/classpath-features-check.inc b/recipes-core/classpath/classpath-features-check.inc
new file mode 100644
index 0000000..c238fc3
--- /dev/null
+++ b/recipes-core/classpath/classpath-features-check.inc
@@ -0,0 +1,6 @@
+# SPDX-FileCopyrightText: Huawei Inc.
+#
+# SPDX-License-Identifier: Apache-2.0
+
+inherit features_check
+REQUIRED_DISTRO_FEATURES = "x11"
diff --git a/recipes-core/classpath/classpath_0.99.bb b/recipes-core/classpath/classpath_0.99.bb
index 5b9d904..f18ad1d 100644
--- a/recipes-core/classpath/classpath_0.99.bb
+++ b/recipes-core/classpath/classpath_0.99.bb
@@ -1,8 +1,6 @@
require classpath.inc

-inherit features_check
-
-REQUIRED_DISTRO_FEATURES = "x11"
+include classpath-features-check.inc

LIC_FILES_CHKSUM = "file://LICENSE;md5=92acc79f1f429143f4624d07b253702a"

--
2.25.1


How run glibc test suite with OE

黃玉珍
 

Hi,

I wonder if OE is possible to run the glibc testsuite? My target and RAM and RISCV boards and I run the testsuite with cross-test-ssh.sh script but there are many issues, I think OpenEmbedded-core can provide host gcc on target so I can just run `make xcheck`?

Thanks in advance,
Tim


Re: [PATCH] [oe] [meta-python] [PATCH] python3-asttokens: upgrade 2.0.5 -> 2.0.7

zhengruoqin
 

Hi Khem

I'm sorry for that problem.
And I have adjusted my system clock.

--------------------------------------------------
Zheng Ruoqin
Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST)
ADDR.: No.6 Wenzhu Road, Software Avenue,
Nanjing, 210012, China
MAIL : zhengrq.fnst@...

-----Original Message-----
From: Khem Raj <raj.khem@...>
Sent: Wednesday, August 17, 2022 11:12 AM
To: Zheng, Ruoqin/郑 若钦 <zhengrq.fnst@...>;
openembedded-devel@...
Subject: Re: [PATCH] [oe] [meta-python] [PATCH] python3-asttokens:
upgrade 2.0.5 -> 2.0.7

please adjust your system clock before sending patches. They are again
arriving in past dates.

On 8/11/22 1:16 PM, zhengruoqin wrote:
Add dependence python3-six

Changelog:
Fix astroid type checking import errors

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@...>
---
...ython3-asttokens_2.0.5.bb => python3-asttokens_2.0.7.bb} | 6
+++++-
1 file changed, 5 insertions(+), 1 deletion(-)
rename
meta-python/recipes-devtools/python/{python3-asttokens_2.0.5.bb =>
python3-asttokens_2.0.7.bb} (73%)

diff --git
a/meta-python/recipes-devtools/python/python3-asttokens_2.0.5.bb
b/meta-python/recipes-devtools/python/python3-asttokens_2.0.7.bb
similarity index 73%
rename from
meta-python/recipes-devtools/python/python3-asttokens_2.0.5.bb
rename to
meta-python/recipes-devtools/python/python3-asttokens_2.0.7.bb
index da49040d76..5e3ca9e30f 100644
--- a/meta-python/recipes-devtools/python/python3-asttokens_2.0.5.bb
+++ b/meta-python/recipes-devtools/python/python3-asttokens_2.0.7.bb
@@ -7,8 +7,12 @@ PYPI_PACKAGE = "asttokens"

inherit pypi python_setuptools_build_meta

-SRC_URI[sha256sum] =
"9a54c114f02c7a9480d56550932546a3f1fe71d8a02f1bc7ccd0ee3ee35cf
4d5"
+SRC_URI[sha256sum] =
"8444353e4e2a99661c8dfb85ec9c02eedded08f0006234bff7db44a06840
acc2"

DEPENDS += "python3-setuptools-scm-native"

+RDEPENDS:${PN} += " \
+ ${PYTHON_PN}-six \
+"
+
BBCLASSEXTEND = "native"





Re: [PATCH] [oe] [meta-python] [PATCH] python3-asttokens: upgrade 2.0.5 -> 2.0.7

Khem Raj
 

please adjust your system clock before sending patches. They are again arriving in past dates.

On 8/11/22 1:16 PM, zhengruoqin wrote:
Add dependence python3-six
Changelog:
Fix astroid type checking import errors
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@...>
---
...ython3-asttokens_2.0.5.bb => python3-asttokens_2.0.7.bb} | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
rename meta-python/recipes-devtools/python/{python3-asttokens_2.0.5.bb => python3-asttokens_2.0.7.bb} (73%)
diff --git a/meta-python/recipes-devtools/python/python3-asttokens_2.0.5.bb b/meta-python/recipes-devtools/python/python3-asttokens_2.0.7.bb
similarity index 73%
rename from meta-python/recipes-devtools/python/python3-asttokens_2.0.5.bb
rename to meta-python/recipes-devtools/python/python3-asttokens_2.0.7.bb
index da49040d76..5e3ca9e30f 100644
--- a/meta-python/recipes-devtools/python/python3-asttokens_2.0.5.bb
+++ b/meta-python/recipes-devtools/python/python3-asttokens_2.0.7.bb
@@ -7,8 +7,12 @@ PYPI_PACKAGE = "asttokens"
inherit pypi python_setuptools_build_meta
-SRC_URI[sha256sum] = "9a54c114f02c7a9480d56550932546a3f1fe71d8a02f1bc7ccd0ee3ee35cf4d5"
+SRC_URI[sha256sum] = "8444353e4e2a99661c8dfb85ec9c02eedded08f0006234bff7db44a06840acc2"
DEPENDS += "python3-setuptools-scm-native"
+RDEPENDS:${PN} += " \
+ ${PYTHON_PN}-six \
+"
+
BBCLASSEXTEND = "native"