[oe] [meta-oe] [PATCH] libtinyxml2: upgrade 8.0.0 -> 8.1.0

2021-05-19 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 .../libtinyxml2/{libtinyxml2_8.0.0.bb => libtinyxml2_8.1.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/libtinyxml2/{libtinyxml2_8.0.0.bb => 
libtinyxml2_8.1.0.bb} (88%)

diff --git a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_8.0.0.bb 
b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_8.1.0.bb
similarity index 88%
rename from meta-oe/recipes-support/libtinyxml2/libtinyxml2_8.0.0.bb
rename to meta-oe/recipes-support/libtinyxml2/libtinyxml2_8.1.0.bb
index a2491cf9e6..fea5aeff17 100644
--- a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_8.0.0.bb
+++ b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_8.1.0.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE.txt;md5=135624eef03e1f1101b9ba9ac9b5fffd"
 
 SRC_URI = "git://github.com/leethomason/tinyxml2.git"
 
-SRCREV = "bf15233ad88390461f6ab0dbcf046cce643c5fcb"
+SRCREV = "3291390336141573e51dfa991b4179c8bcd8f306"
 
 S = "${WORKDIR}/git"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#91418): 
https://lists.openembedded.org/g/openembedded-devel/message/91418
Mute This Topic: https://lists.openembedded.org/mt/82952899/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] libqmi: upgrade 1.28.2 -> 1.28.4

2021-05-19 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 .../libqmi/{libqmi_1.28.2.bb => libqmi_1.28.4.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-connectivity/libqmi/{libqmi_1.28.2.bb => 
libqmi_1.28.4.bb} (90%)

diff --git a/meta-oe/recipes-connectivity/libqmi/libqmi_1.28.2.bb 
b/meta-oe/recipes-connectivity/libqmi/libqmi_1.28.4.bb
similarity index 90%
rename from meta-oe/recipes-connectivity/libqmi/libqmi_1.28.2.bb
rename to meta-oe/recipes-connectivity/libqmi/libqmi_1.28.4.bb
index 9be48b75f2..c6422c3921 100644
--- a/meta-oe/recipes-connectivity/libqmi/libqmi_1.28.2.bb
+++ b/meta-oe/recipes-connectivity/libqmi/libqmi_1.28.4.bb
@@ -14,7 +14,7 @@ inherit autotools pkgconfig bash-completion 
gobject-introspection
 
 SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz;
 
-SRC_URI[sha256sum] = 
"8c8c3ee719874d2529bce9b35b028fe435b36f003979a360d3ad0938449db783"
+SRC_URI[sha256sum] = 
"3b14cd2ab5221a7adbb39fed16ef697538ea1c79308821ad2d19b505e1daaea0"
 
 PACKAGECONFIG ??= "udev mbim"
 PACKAGECONFIG[udev] = ",--without-udev,libgudev"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#91417): 
https://lists.openembedded.org/g/openembedded-devel/message/91417
Mute This Topic: https://lists.openembedded.org/mt/82952856/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] chrony: upgrade 4.0 -> 4.1

2021-05-19 Thread zhengruoqin
Refresh the following patch:
arm_eabi.patch

Signed-off-by: Zheng Ruoqin 
---
 .../recipes-support/chrony/chrony/arm_eabi.patch | 12 ++--
 .../chrony/{chrony_4.0.bb => chrony_4.1.bb}  |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)
 rename meta-networking/recipes-support/chrony/{chrony_4.0.bb => chrony_4.1.bb} 
(98%)

diff --git a/meta-networking/recipes-support/chrony/chrony/arm_eabi.patch 
b/meta-networking/recipes-support/chrony/chrony/arm_eabi.patch
index 97b44dc7aa..837cb6d72c 100644
--- a/meta-networking/recipes-support/chrony/chrony/arm_eabi.patch
+++ b/meta-networking/recipes-support/chrony/chrony/arm_eabi.patch
@@ -41,9 +41,9 @@ Subject: [PATCH] chrony: fix build failure for arma9
  SCMP_SYS(getpid),
 -SCMP_SYS(getrlimit),
  SCMP_SYS(getuid),
+ SCMP_SYS(getuid32),
  SCMP_SYS(rt_sigaction),
- SCMP_SYS(rt_sigreturn),
-@@ -519,7 +517,6 @@ SYS_Linux_EnableSystemCallFilter(int lev
+@@ -520,7 +518,6 @@ SYS_Linux_EnableSystemCallFilter(int lev
  /* Memory */
  SCMP_SYS(brk),
  SCMP_SYS(madvise),
@@ -51,7 +51,7 @@ Subject: [PATCH] chrony: fix build failure for arma9
  SCMP_SYS(mmap2),
  SCMP_SYS(mprotect),
  SCMP_SYS(mremap),
-@@ -573,8 +570,6 @@ SYS_Linux_EnableSystemCallFilter(int lev
+@@ -580,8 +577,6 @@ SYS_Linux_EnableSystemCallFilter(int lev
  SCMP_SYS(sendmsg),
  SCMP_SYS(sendto),
  SCMP_SYS(shutdown),
@@ -60,7 +60,7 @@ Subject: [PATCH] chrony: fix build failure for arma9
 
  /* General I/O */
  SCMP_SYS(_newselect),
-@@ -597,7 +592,6 @@ SYS_Linux_EnableSystemCallFilter(int lev
+@@ -604,7 +599,6 @@ SYS_Linux_EnableSystemCallFilter(int lev
  #ifdef __NR_futex_time64
  SCMP_SYS(futex_time64),
  #endif
@@ -68,7 +68,7 @@ Subject: [PATCH] chrony: fix build failure for arma9
  SCMP_SYS(set_robust_list),
  SCMP_SYS(write),
 
-@@ -605,6 +599,15 @@ SYS_Linux_EnableSystemCallFilter(int lev
+@@ -612,6 +606,15 @@ SYS_Linux_EnableSystemCallFilter(int lev
  SCMP_SYS(getrandom),
  SCMP_SYS(sysinfo),
  SCMP_SYS(uname),
@@ -83,4 +83,4 @@ Subject: [PATCH] chrony: fix build failure for arma9
 +#endif
};
 
-   const int socket_domains[] = {
+   const int denied_any[] = {
diff --git a/meta-networking/recipes-support/chrony/chrony_4.0.bb 
b/meta-networking/recipes-support/chrony/chrony_4.1.bb
similarity index 98%
rename from meta-networking/recipes-support/chrony/chrony_4.0.bb
rename to meta-networking/recipes-support/chrony/chrony_4.1.bb
index c8987013bc..0262a6e8d9 100644
--- a/meta-networking/recipes-support/chrony/chrony_4.0.bb
+++ b/meta-networking/recipes-support/chrony/chrony_4.1.bb
@@ -39,7 +39,7 @@ SRC_URI = 
"https://download.tuxfamily.org/chrony/chrony-${PV}.tar.gz \
 SRC_URI_append_libc-musl = " \
 file://0001-Fix-compilation-with-musl.patch \
 "
-SRC_URI[sha256sum] = 
"be27ea14c55e7a4434b2fa51d53018c7051c42fa6a3198c9aa6a1658bae0c625"
+SRC_URI[sha256sum] = 
"ed76f2d3f9347ac6221a91ad4bd553dd0565ac188cd7490d0801d08f7171164c"
 
 DEPENDS = "pps-tools"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#91416): 
https://lists.openembedded.org/g/openembedded-devel/message/91416
Mute This Topic: https://lists.openembedded.org/mt/82952849/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-xlsxwriter: upgrade 1.4.0 -> 1.4.3

2021-05-19 Thread zangrc
Signed-off-by: Zang Ruochen 
---
 ...xlsxwriter_1.4.0.bb => python3-xlsxwriter_1.4.3.bb} | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-xlsxwriter_1.4.0.bb => 
python3-xlsxwriter_1.4.3.bb} (59%)

diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.0.bb 
b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.3.bb
similarity index 59%
rename from meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.0.bb
rename to meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.3.bb
index b5e15f14c9..e6b196956e 100644
--- a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.3.bb
@@ -8,6 +8,14 @@ inherit pypi setuptools3
 
 PYPI_PACKAGE = "XlsxWriter"
 
-SRC_URI[sha256sum] = 
"82be5a58c09bdc2ff8afc25acc815c465275239ddfc56d6e7b2a7e6c5d2e213b"
+RDEPENDS_${PN} += " \
+   python3-crypt \
+   python3-datetime \
+   python3-compression \
+   python3-numbers \
+   python3-io \
+"
+
+SRC_URI[sha256sum] = 
"641db6e7b4f4982fd407a3f372f45b878766098250d26963e95e50121168cbe2"
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.25.1


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



[oe] [meta-perl] [PATCH] libencode-perl: upgrade 3.08 -> 3.10

2021-05-19 Thread zangrc
Signed-off-by: Zang Ruochen 
---
 .../{libencode-perl_3.08.bb => libencode-perl_3.10.bb}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-perl/recipes-perl/libencode/{libencode-perl_3.08.bb => 
libencode-perl_3.10.bb} (95%)

diff --git a/meta-perl/recipes-perl/libencode/libencode-perl_3.08.bb 
b/meta-perl/recipes-perl/libencode/libencode-perl_3.10.bb
similarity index 95%
rename from meta-perl/recipes-perl/libencode/libencode-perl_3.08.bb
rename to meta-perl/recipes-perl/libencode/libencode-perl_3.10.bb
index 3f1d35be8a..94f5a08259 100644
--- a/meta-perl/recipes-perl/libencode/libencode-perl_3.08.bb
+++ b/meta-perl/recipes-perl/libencode/libencode-perl_3.10.bb
@@ -15,8 +15,8 @@ LICENSE = "Artistic-1.0 | GPL-1.0+"
 LIC_FILES_CHKSUM = 
"file://META.json;beginline=8;endline=10;md5=b12e3be1e17a7e99ca4f429ff32c28b5"
 
 SRC_URI = "${CPAN_MIRROR}/authors/id/D/DA/DANKOGAI/Encode-${PV}.tar.gz"
-SRC_URI[md5sum] = "3889cf6d1b75e486d54f9fd6517a02b4"
-SRC_URI[sha256sum] = 
"ed063d01d01a140a3a3ec0aeba2f2b4849a35c18ca96ac231a5d7c7d54d17b5b"
+SRC_URI[md5sum] = "7377c8694a7afeeaa46ee035d0d7335c"
+SRC_URI[sha256sum] = 
"c2d7906af17664d6b6f16bf76572c95c16c30ad096b7dd980c08c3de33e319a9"
 
 UPSTREAM_CHECK_REGEX = "Encode\-(?P(\d+\.\d+))(?!_\d+).tar"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#91414): 
https://lists.openembedded.org/g/openembedded-devel/message/91414
Mute This Topic: https://lists.openembedded.org/mt/82952670/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] postgresql: upgrade 13.2 -> 13.3

2021-05-19 Thread zangrc
Refresh the following patch:
0001-configure.in-bypass-autoconf-2.69-version-check.patch

Signed-off-by: Zang Ruochen 
---
 .../0001-configure.in-bypass-autoconf-2.69-version-check.patch  | 2 +-
 .../postgresql/{postgresql_13.2.bb => postgresql_13.3.bb}   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-dbs/postgresql/{postgresql_13.2.bb => 
postgresql_13.3.bb} (78%)

diff --git 
a/meta-oe/recipes-dbs/postgresql/files/0001-configure.in-bypass-autoconf-2.69-version-check.patch
 
b/meta-oe/recipes-dbs/postgresql/files/0001-configure.in-bypass-autoconf-2.69-version-check.patch
index 970d750b13..45f283a02b 100644
--- 
a/meta-oe/recipes-dbs/postgresql/files/0001-configure.in-bypass-autoconf-2.69-version-check.patch
+++ 
b/meta-oe/recipes-dbs/postgresql/files/0001-configure.in-bypass-autoconf-2.69-version-check.patch
@@ -16,7 +16,7 @@ Signed-off-by: Yi Fan Yu 
 +++ b/configure.in
 @@ -19,10 +19,6 @@ m4_pattern_forbid(^PGAC_)dnl to catch un
  
- AC_INIT([PostgreSQL], [13.2], [pgsql-b...@lists.postgresql.org], [], 
[https://www.postgresql.org/])
+ AC_INIT([PostgreSQL], [13.3], [pgsql-b...@lists.postgresql.org], [], 
[https://www.postgresql.org/])
  
 -m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 
2.69 is required.
 -Untested combinations of 'autoconf' and PostgreSQL versions are not
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_13.2.bb 
b/meta-oe/recipes-dbs/postgresql/postgresql_13.3.bb
similarity index 78%
rename from meta-oe/recipes-dbs/postgresql/postgresql_13.2.bb
rename to meta-oe/recipes-dbs/postgresql/postgresql_13.3.bb
index ca8a6c7cee..862dd61bd6 100644
--- a/meta-oe/recipes-dbs/postgresql/postgresql_13.2.bb
+++ b/meta-oe/recipes-dbs/postgresql/postgresql_13.3.bb
@@ -9,4 +9,4 @@ SRC_URI += "\
file://0001-configure.in-bypass-autoconf-2.69-version-check.patch \
 "
 
-SRC_URI[sha256sum] = 
"5fd7fcd08db86f5b2aed28fcfaf9ae0aca8e9428561ac547764c2a2b0f41adfc"
+SRC_URI[sha256sum] = 
"3cd9454fa8c7a6255b6743b767700925ead1b9ab0d7a0f9dcb1151010f8eb4a1"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#91413): 
https://lists.openembedded.org/g/openembedded-devel/message/91413
Mute This Topic: https://lists.openembedded.org/mt/82952653/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] makedumpfile: upgrade 1.6.8 -> 1.6.9

2021-05-19 Thread zangrc
Signed-off-by: Zang Ruochen 
---
 .../{makedumpfile_1.6.8.bb => makedumpfile_1.6.9.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-kernel/makedumpfile/{makedumpfile_1.6.8.bb => 
makedumpfile_1.6.9.bb} (97%)

diff --git a/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.8.bb 
b/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.9.bb
similarity index 97%
rename from meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.8.bb
rename to meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.9.bb
index 50227ea0f2..79bad0a01c 100644
--- a/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.8.bb
+++ b/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.9.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
 LICENSE = "GPLv2.0"
 
 SRCBRANCH ?= "master"
-SRCREV = "a8250642a4ff50a2559446f4e915a1f59ac7adf7"
+SRCREV = "a9ad811c15e769c8e6d8d915a05cebc32f2ea2f5"
 
 DEPENDS = "bzip2 zlib elfutils xz"
 RDEPENDS_${PN}-tools = "perl ${PN}"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#91412): 
https://lists.openembedded.org/g/openembedded-devel/message/91412
Mute This Topic: https://lists.openembedded.org/mt/82952645/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] trace-cmd: Conflict resolution

2021-05-19 Thread wangmy
perf(oe-core) also uses the doc included in plugins/, so package it in own 
subdirs of trace-cmd.

Signed-off-by: Wang Mingyu 
---
 meta-oe/recipes-kernel/trace-cmd/trace-cmd_2.9.1.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-kernel/trace-cmd/trace-cmd_2.9.1.bb 
b/meta-oe/recipes-kernel/trace-cmd/trace-cmd_2.9.1.bb
index d39afff8e..906ca2c1f 100644
--- a/meta-oe/recipes-kernel/trace-cmd/trace-cmd_2.9.1.bb
+++ b/meta-oe/recipes-kernel/trace-cmd/trace-cmd_2.9.1.bb
@@ -12,6 +12,8 @@ S = "${WORKDIR}/git"
 
 do_install() {
oe_runmake etcdir=${sysconfdir} DESTDIR=${D} install
+   mkdir -p ${D}${libdir}/traceevent/plugins/${BPN}
+   mv ${D}/${libdir}/traceevent/plugins/*.so 
${D}${libdir}/traceevent/plugins/${BPN}/
 }
 
 FILES_${PN} += "${libdir}/traceevent/plugins"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#91411): 
https://lists.openembedded.org/g/openembedded-devel/message/91411
Mute This Topic: https://lists.openembedded.org/mt/82950768/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] sysbench: upgrade to 1.0.20

2021-05-19 Thread Khem Raj
seeing this failure

https://errors.yoctoproject.org/Errors/Details/584952/

On Tue, May 18, 2021 at 11:01 PM Nicolas Dechesne
 wrote:
>
> * Upstream moved to Github, let's use it for SRC_URI
> * COPYING file was changed, but with no impact on license
> * sysbench includes a copy of luajit project and it's compiled by
>   default. However the internal copy of luajit won't cross compile
>   properly, without patching it (it uses 'gcc'). So instead use the
>   'system' luajit, e.g. the one package from OE (which is what most
>   distro do anyways)
> * Does not compile with different built folder. Lua generated files
>   have things like that:
> unsigned char __/__/__/__/sysbench-1_0_20/src/lua/internal/sysbench_lua[] =
>
> Signed-off-by: Nicolas Dechesne 
> ---
>  ...{sysbench_0.4.12.bb => sysbench_1.0.20.bb} | 21 ---
>  1 file changed, 14 insertions(+), 7 deletions(-)
>  rename meta-oe/recipes-benchmark/sysbench/{sysbench_0.4.12.bb => 
> sysbench_1.0.20.bb} (56%)
>
> diff --git a/meta-oe/recipes-benchmark/sysbench/sysbench_0.4.12.bb 
> b/meta-oe/recipes-benchmark/sysbench/sysbench_1.0.20.bb
> similarity index 56%
> rename from meta-oe/recipes-benchmark/sysbench/sysbench_0.4.12.bb
> rename to meta-oe/recipes-benchmark/sysbench/sysbench_1.0.20.bb
> index 708c71f4f..555477ab0 100644
> --- a/meta-oe/recipes-benchmark/sysbench/sysbench_0.4.12.bb
> +++ b/meta-oe/recipes-benchmark/sysbench/sysbench_1.0.20.bb
> @@ -2,16 +2,17 @@ SUMMARY = "System performance benchmark"
>  HOMEPAGE = "http://github.com/akopytov/sysbench;
>  SECTION = "console/tests"
>  LICENSE = "GPLv2"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
>
> -inherit autotools
> +DEPENDS = "luajit"
>
> -# The project has moved from Sourceforge to Launchpad, to Github. Use the 
> source tarball from
> -# Launchpad until the next release is available from Github.
> -SRC_URI = 
> "https://launchpad.net/ubuntu/+archive/primary/+files/${BPN}_${PV}.orig.tar.gz;
> +inherit autotools pkgconfig
>
> -SRC_URI[md5sum] = "3a6d54fdd3fe002328e4458206392b9d"
> -SRC_URI[sha256sum] = 
> "83fa7464193e012c91254e595a89894d8e35b4a38324b52a5974777e3823ea9e"
> +SRC_URI = "git://github.com/akopytov/${BPN}.git"
> +
> +SRCREV = "ebf1c90da05dea94648165e4f149abc20c979557"
> +
> +S = "${WORKDIR}/git"
>
>  PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'largefile', d)}"
>  PACKAGECONFIG[largefile] = "--enable-largefile,--disable-largefile,,"
> @@ -21,6 +22,12 @@ PACKAGECONFIG[mysql] = "--with-mysql \
>  --with-mysql-libs=${STAGING_LIBDIR}, \
>  --without-mysql,mysql5"
>
> +# the internal luajit won't cross compile
> +EXTRA_OECONF += "--with-system-luajit"
> +
> +# lua.h generated files are bogus when using B != S
> +B = "${S}"
> +
>  do_configure_prepend() {
>  touch ${S}/NEWS ${S}/AUTHORS
>  }
> --
> 2.29.2
>
>
> 
>

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



[oe] [PATCH] sysdig: disable building for ppc

2021-05-19 Thread Saul Wold
Sysdig depends on tbb which no longer builds for powerpc

Signed-off-by: Saul Wold 
---
 meta-oe/recipes-extended/sysdig/sysdig_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-extended/sysdig/sysdig_git.bb 
b/meta-oe/recipes-extended/sysdig/sysdig_git.bb
index d9da19057..f1b77070c 100644
--- a/meta-oe/recipes-extended/sysdig/sysdig_git.bb
+++ b/meta-oe/recipes-extended/sysdig/sysdig_git.bb
@@ -14,6 +14,7 @@ JIT_mipsarchn32 = ""
 JIT_mipsarchn64 = ""
 JIT_riscv64 = ""
 JIT_riscv32 = ""
+JIT_powerpc = ""
 
 DEPENDS += "libb64 lua${JIT} zlib c-ares grpc-native grpc curl ncurses jsoncpp 
tbb jq openssl elfutils protobuf protobuf-native jq-native"
 RDEPENDS_${PN} = "bash"
@@ -49,3 +50,4 @@ COMPATIBLE_HOST_libc-musl = "null"
 COMPATIBLE_HOST_mips = "null"
 COMPATIBLE_HOST_riscv64 = "null"
 COMPATIBLE_HOST_riscv32 = "null"
+COMPATIBLE_HOST_powerpc = "null"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#91408): 
https://lists.openembedded.org/g/openembedded-devel/message/91408
Mute This Topic: https://lists.openembedded.org/mt/82936370/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] opencv: remove tbb packageconfig for powerpc

2021-05-19 Thread Saul Wold
Since tbb does not build for powerpc remove it from the enabled list

Signed-off-by: Saul Wold 
---
 meta-oe/recipes-support/opencv/opencv_4.5.2.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-oe/recipes-support/opencv/opencv_4.5.2.bb 
b/meta-oe/recipes-support/opencv/opencv_4.5.2.bb
index 311355bd7..1dcd8586c 100644
--- a/meta-oe/recipes-support/opencv/opencv_4.5.2.bb
+++ b/meta-oe/recipes-support/opencv/opencv_4.5.2.bb
@@ -106,6 +106,9 @@ PACKAGECONFIG ??= "gapi python3 eigen jpeg png tiff v4l 
libv4l gstreamer samples
 ${@bb.utils.contains("DISTRO_FEATURES", "x11", "gtk", "", d)} \
 ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "libav", "", 
d)}"
 
+# TBB does not build for powerpc so disable that package config
+PACKAGECONFIG_remove_powerpc = "tbb"
+
 PACKAGECONFIG[gapi] = "-DWITH_ADE=ON 
-Dade_DIR=${STAGING_LIBDIR},-DWITH_ADE=OFF,ade"
 PACKAGECONFIG[amdblas] = 
"-DWITH_OPENCLAMDBLAS=ON,-DWITH_OPENCLAMDBLAS=OFF,libclamdblas,"
 PACKAGECONFIG[amdfft] = 
"-DWITH_OPENCLAMDFFT=ON,-DWITH_OPENCLAMDFFT=OFF,libclamdfft,"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#91407): 
https://lists.openembedded.org/g/openembedded-devel/message/91407
Mute This Topic: https://lists.openembedded.org/mt/82936369/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] sysdig: disable building for ppc

2021-05-19 Thread Saul Wold
Sysdig depends on tbb which no longer builds for powerpc

Signed-off-by: Saul Wold 
---
 meta-oe/recipes-extended/sysdig/sysdig_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-extended/sysdig/sysdig_git.bb 
b/meta-oe/recipes-extended/sysdig/sysdig_git.bb
index d9da19057..f1b77070c 100644
--- a/meta-oe/recipes-extended/sysdig/sysdig_git.bb
+++ b/meta-oe/recipes-extended/sysdig/sysdig_git.bb
@@ -14,6 +14,7 @@ JIT_mipsarchn32 = ""
 JIT_mipsarchn64 = ""
 JIT_riscv64 = ""
 JIT_riscv32 = ""
+JIT_powerpc = ""
 
 DEPENDS += "libb64 lua${JIT} zlib c-ares grpc-native grpc curl ncurses jsoncpp 
tbb jq openssl elfutils protobuf protobuf-native jq-native"
 RDEPENDS_${PN} = "bash"
@@ -49,3 +50,4 @@ COMPATIBLE_HOST_libc-musl = "null"
 COMPATIBLE_HOST_mips = "null"
 COMPATIBLE_HOST_riscv64 = "null"
 COMPATIBLE_HOST_riscv32 = "null"
+COMPATIBLE_HOST_powerpc = "null"
-- 
2.25.1


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