diff options
Diffstat (limited to 'meta-oe/dynamic-layers/meta-python')
11 files changed, 11 insertions, 23 deletions
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-bsp/rwmem/rwmem_1.2.bb b/meta-oe/dynamic-layers/meta-python/recipes-bsp/rwmem/rwmem_1.2.bb index 90c9a7147c..a32c9403c8 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-bsp/rwmem/rwmem_1.2.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-bsp/rwmem/rwmem_1.2.bb | |||
@@ -20,7 +20,6 @@ SRCREV = "8416326777b2aada0706539b8f9f6acefa476b16" | |||
20 | SRC_URI = "git://github.com/tomba/rwmem.git;protocol=https;name=rwmem;branch=master \ | 20 | SRC_URI = "git://github.com/tomba/rwmem.git;protocol=https;name=rwmem;branch=master \ |
21 | file://0001-include-missing-cstdint.patch" | 21 | file://0001-include-missing-cstdint.patch" |
22 | 22 | ||
23 | S = "${WORKDIR}/git" | ||
24 | 23 | ||
25 | inherit meson pkgconfig python3native | 24 | inherit meson pkgconfig python3native |
26 | 25 | ||
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-connectivity/netplan/netplan_1.1.bb b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/netplan/netplan_1.1.2.bb index 40d72caa0e..ef1945b4fe 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-connectivity/netplan/netplan_1.1.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/netplan/netplan_1.1.2.bb | |||
@@ -14,15 +14,14 @@ inherit meson pkgconfig systemd python3targetconfig features_check | |||
14 | 14 | ||
15 | REQUIRED_DISTRO_FEATURES = "systemd" | 15 | REQUIRED_DISTRO_FEATURES = "systemd" |
16 | 16 | ||
17 | SRC_URI = "git://github.com/CanonicalLtd/netplan.git;branch=main;protocol=https \ | 17 | SRC_URI = "git://github.com/CanonicalLtd/netplan.git;branch=stable/1.1;protocol=https \ |
18 | file://0001-meson.build-do-not-use-Werror.patch \ | 18 | file://0001-meson.build-do-not-use-Werror.patch \ |
19 | " | 19 | " |
20 | 20 | ||
21 | SRC_URI:append:libc-musl = " file://0001-don-t-fail-if-GLOB_BRACE-is-not-defined.patch" | 21 | SRC_URI:append:libc-musl = " file://0001-don-t-fail-if-GLOB_BRACE-is-not-defined.patch" |
22 | 22 | ||
23 | SRCREV = "d27f32305f7f06de449b32239a89969e6ff2be31" | 23 | SRCREV = "01045f683b9419beb90119497cd1b2be44e83b8e" |
24 | 24 | ||
25 | S = "${WORKDIR}/git" | ||
26 | 25 | ||
27 | DEPENDS = "glib-2.0 libyaml util-linux-libuuid \ | 26 | DEPENDS = "glib-2.0 libyaml util-linux-libuuid \ |
28 | systemd python3-cffi-native \ | 27 | systemd python3-cffi-native \ |
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.5.1.bb b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.7.4.bb index 7f2859186e..57e162cabd 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.5.1.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.7.4.bb | |||
@@ -7,7 +7,7 @@ HOMEPAGE = "https://thingsboard.io/" | |||
7 | LICENSE = "Apache-2.0" | 7 | LICENSE = "Apache-2.0" |
8 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" | 8 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" |
9 | 9 | ||
10 | SRC_URI[sha256sum] = "3d4ae3026b76be94aef67eba7d7e3a64e436ba9556d74ad142ba8988e4e4b253" | 10 | SRC_URI[sha256sum] = "5811a3c5a2334e41776f249df20c1d6a0def62a6e11e77bf2abeaa02f2725260" |
11 | 11 | ||
12 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
13 | 13 | ||
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb b/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb index ee5c77a85d..23515d9fa8 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb | |||
@@ -37,7 +37,7 @@ SRC_URI = "git://github.com/mongodb/mongo.git;branch=v4.4;protocol=https \ | |||
37 | file://0001-Fix-type-mismatch-on-32bit-arches.patch \ | 37 | file://0001-Fix-type-mismatch-on-32bit-arches.patch \ |
38 | file://0001-Fix-build-on-32bit.patch \ | 38 | file://0001-Fix-build-on-32bit.patch \ |
39 | " | 39 | " |
40 | SRC_URI:append:libc-musl ="\ | 40 | SRC_URI:append:libc-musl = "\ |
41 | file://0001-Mark-one-of-strerror_r-implementation-glibc-specific.patch \ | 41 | file://0001-Mark-one-of-strerror_r-implementation-glibc-specific.patch \ |
42 | file://0002-Fix-default-stack-size-to-256K.patch \ | 42 | file://0002-Fix-default-stack-size-to-256K.patch \ |
43 | file://0004-wiredtiger-Disable-strtouq-on-musl.patch \ | 43 | file://0004-wiredtiger-Disable-strtouq-on-musl.patch \ |
@@ -48,7 +48,6 @@ SRC_URI:append:toolchain-clang = "\ | |||
48 | file://0001-asio-Dont-use-experimental-with-clang.patch \ | 48 | file://0001-asio-Dont-use-experimental-with-clang.patch \ |
49 | " | 49 | " |
50 | 50 | ||
51 | S = "${WORKDIR}/git" | ||
52 | 51 | ||
53 | CVE_STATUS[CVE-2014-8180] = "not-applicable-config: Not affecting our configuration so it can be safely ignored." | 52 | CVE_STATUS[CVE-2014-8180] = "not-applicable-config: Not affecting our configuration so it can be safely ignored." |
54 | CVE_STATUS[CVE-2017-2665] = "not-applicable-config: Not affecting our configuration so it can be safely ignored." | 53 | CVE_STATUS[CVE-2017-2665] = "not-applicable-config: Not affecting our configuration so it can be safely ignored." |
@@ -73,10 +72,6 @@ WIREDTIGER ?= "off" | |||
73 | WIREDTIGER:x86-64 = "on" | 72 | WIREDTIGER:x86-64 = "on" |
74 | WIREDTIGER:aarch64 = "on" | 73 | WIREDTIGER:aarch64 = "on" |
75 | 74 | ||
76 | # ld.gold: fatal error: build/59f4f0dd/mongo/mongod: Structure needs cleaning | ||
77 | LDFLAGS:append:x86:libc-musl = " -fuse-ld=bfd" | ||
78 | LDFLAGS:remove:toolchain-clang = "-fuse-ld=bfd" | ||
79 | |||
80 | EXTRA_OESCONS = "PREFIX=${prefix} \ | 75 | EXTRA_OESCONS = "PREFIX=${prefix} \ |
81 | DESTDIR=${D} \ | 76 | DESTDIR=${D} \ |
82 | MAXLINELENGTH='2097152' \ | 77 | MAXLINELENGTH='2097152' \ |
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb-generator_0.4.8.bb b/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb-generator_0.4.9.1.bb index c86750f8b6..c86750f8b6 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb-generator_0.4.8.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb-generator_0.4.9.1.bb | |||
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb-runtime_0.4.8.bb b/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb-runtime_0.4.9.1.bb index e43931a4ec..e43931a4ec 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb-runtime_0.4.8.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb-runtime_0.4.9.1.bb | |||
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb.inc b/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb.inc index 87dbc73e63..4fe3995cd5 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb.inc +++ b/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb.inc | |||
@@ -1,11 +1,10 @@ | |||
1 | DESCRIPTION="Protocol Buffers with small code size" | 1 | DESCRIPTION = "Protocol Buffers with small code size" |
2 | LICENSE="Zlib" | 2 | LICENSE = "Zlib" |
3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9db4b73a55a3994384112efcdb37c01f" | 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9db4b73a55a3994384112efcdb37c01f" |
4 | 4 | ||
5 | SRC_URI = "git://github.com/nanopb/nanopb.git;branch=master;protocol=https" | 5 | SRC_URI = "git://github.com/nanopb/nanopb.git;branch=maintenance_0.4;protocol=https" |
6 | SRCREV = "6cfe48d6f1593f8fa5c0f90437f5e6522587745e" | 6 | SRCREV = "cad3c18ef15a663e30e3e43e3a752b66378adec1" |
7 | 7 | ||
8 | S = "${WORKDIR}/git" | ||
9 | 8 | ||
10 | inherit cmake | 9 | inherit cmake |
11 | 10 | ||
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-extended/lcdproc/lcdproc_git.bb b/meta-oe/dynamic-layers/meta-python/recipes-extended/lcdproc/lcdproc_git.bb index c29c51a2ae..d4987acede 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-extended/lcdproc/lcdproc_git.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-extended/lcdproc/lcdproc_git.bb | |||
@@ -13,7 +13,6 @@ PV = "0.5.9+git" | |||
13 | SRCREV = "0e2ce9b9c46c47363436f9ee730f7c71bf455f0f" | 13 | SRCREV = "0e2ce9b9c46c47363436f9ee730f7c71bf455f0f" |
14 | SRC_URI = "git://github.com/lcdproc/lcdproc;branch=master;protocol=https" | 14 | SRC_URI = "git://github.com/lcdproc/lcdproc;branch=master;protocol=https" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | ||
17 | 16 | ||
18 | inherit autotools pkgconfig update-rc.d | 17 | inherit autotools pkgconfig update-rc.d |
19 | 18 | ||
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-multimedia/kmsxx/kmsxx_git.bb b/meta-oe/dynamic-layers/meta-python/recipes-multimedia/kmsxx/kmsxx_git.bb index cdba1a24d1..5d204d7d94 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-multimedia/kmsxx/kmsxx_git.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-multimedia/kmsxx/kmsxx_git.bb | |||
@@ -20,7 +20,6 @@ PACKAGECONFIG[utils] += "-Dutils=true, -Dutils=false" | |||
20 | 20 | ||
21 | DEPENDS += "libdrm libevdev fmt" | 21 | DEPENDS += "libdrm libevdev fmt" |
22 | 22 | ||
23 | S = "${WORKDIR}/git" | ||
24 | 23 | ||
25 | inherit meson pkgconfig | 24 | inherit meson pkgconfig |
26 | 25 | ||
@@ -31,5 +30,5 @@ do_install:append() { | |||
31 | fi | 30 | fi |
32 | } | 31 | } |
33 | 32 | ||
34 | FILES:${PN} ="${bindir} ${libdir}" | 33 | FILES:${PN} = "${bindir} ${libdir}" |
35 | FILES:${PN}-python += "${PYTHON_SITEPACKAGES_DIR}/*" | 34 | FILES:${PN}-python += "${PYTHON_SITEPACKAGES_DIR}/*" |
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-support/nvmetcli/nvmetcli_0.7.bb b/meta-oe/dynamic-layers/meta-python/recipes-support/nvmetcli/nvmetcli_0.8.bb index ec483321b6..cf2d54c07d 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-support/nvmetcli/nvmetcli_0.7.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-support/nvmetcli/nvmetcli_0.8.bb | |||
@@ -19,10 +19,9 @@ SYSTEMD_AUTO_ENABLE ?= "disable" | |||
19 | 19 | ||
20 | RDEPENDS:${PN} += "python3 python3-six python3-pyparsing python3-configshell-fb" | 20 | RDEPENDS:${PN} += "python3 python3-six python3-pyparsing python3-configshell-fb" |
21 | 21 | ||
22 | SRCREV = "0a6b088db2dc2e5de11e6f23f1e890e4b54fee64" | 22 | SRCREV = "d323d5a3091af490502c5d025ec7361a3a2cfbd9" |
23 | SRC_URI = "git://git.infradead.org/users/hch/nvmetcli.git;branch=master" | 23 | SRC_URI = "git://git.infradead.org/users/hch/nvmetcli.git;branch=master" |
24 | 24 | ||
25 | S = "${WORKDIR}/git" | ||
26 | 25 | ||
27 | do_install:append() { | 26 | do_install:append() { |
28 | # Install example configuration scripts. | 27 | # Install example configuration scripts. |
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-support/smem/smem_1.5.bb b/meta-oe/dynamic-layers/meta-python/recipes-support/smem/smem_1.5.bb index 9f85532064..79a7f4095e 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-support/smem/smem_1.5.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-support/smem/smem_1.5.bb | |||
@@ -12,13 +12,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
12 | HG_CHANGESET = "98273ce331bb" | 12 | HG_CHANGESET = "98273ce331bb" |
13 | SRC_URI = "https://selenic.com/repo/${BPN}/archive/${HG_CHANGESET}.tar.bz2;downloadfilename=${BP}.tar.bz2 \ | 13 | SRC_URI = "https://selenic.com/repo/${BPN}/archive/${HG_CHANGESET}.tar.bz2;downloadfilename=${BP}.tar.bz2 \ |
14 | file://0001-smem-fix-support-for-source-option-python3.patch" | 14 | file://0001-smem-fix-support-for-source-option-python3.patch" |
15 | SRC_URI[md5sum] = "51c3989779360f42b42ef46b2831be3a" | ||
16 | SRC_URI[sha256sum] = "161131c686a6d9962a0e96912526dd46308e022d62e3f8acaed5a56fda8e08ce" | 15 | SRC_URI[sha256sum] = "161131c686a6d9962a0e96912526dd46308e022d62e3f8acaed5a56fda8e08ce" |
17 | 16 | ||
18 | UPSTREAM_CHECK_URI = "https://selenic.com/repo/smem/tags" | 17 | UPSTREAM_CHECK_URI = "https://selenic.com/repo/smem/tags" |
19 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | 18 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" |
20 | 19 | ||
21 | S = "${WORKDIR}/${BPN}-${HG_CHANGESET}" | 20 | S = "${UNPACKDIR}/${BPN}-${HG_CHANGESET}" |
22 | 21 | ||
23 | do_compile() { | 22 | do_compile() { |
24 | ${CC} ${CFLAGS} ${LDFLAGS} smemcap.c -o smemcap | 23 | ${CC} ${CFLAGS} ${LDFLAGS} smemcap.c -o smemcap |