diff options
Diffstat (limited to 'meta-oe')
663 files changed, 236 insertions, 752 deletions
diff --git a/meta-oe/classes/fitimage.bbclass b/meta-oe/classes/fitimage.bbclass index 76e7241820..03fa2fcd57 100644 --- a/meta-oe/classes/fitimage.bbclass +++ b/meta-oe/classes/fitimage.bbclass | |||
| @@ -127,8 +127,7 @@ python __anonymous() { | |||
| 127 | d.setVar('EXTERNAL_KERNEL_DEVICETREE', '${RECIPE_SYSROOT}/boot/devicetree') | 127 | d.setVar('EXTERNAL_KERNEL_DEVICETREE', '${RECIPE_SYSROOT}/boot/devicetree') |
| 128 | } | 128 | } |
| 129 | 129 | ||
| 130 | S = "${WORKDIR}/sources" | 130 | S = "${UNPACKDIR}" |
| 131 | UNPACKDIR = "${S}" | ||
| 132 | B = "${WORKDIR}/build" | 131 | B = "${WORKDIR}/build" |
| 133 | 132 | ||
| 134 | # | 133 | # |
diff --git a/meta-oe/dynamic-layers/clang-layer/recipes-devtools/spdm-utils/spdm-utils_0.7.2.bb b/meta-oe/dynamic-layers/clang-layer/recipes-devtools/spdm-utils/spdm-utils_0.7.2.bb index 64cd1d928a..ba6ad09098 100644 --- a/meta-oe/dynamic-layers/clang-layer/recipes-devtools/spdm-utils/spdm-utils_0.7.2.bb +++ b/meta-oe/dynamic-layers/clang-layer/recipes-devtools/spdm-utils/spdm-utils_0.7.2.bb | |||
| @@ -16,7 +16,6 @@ SRC_URI += "git://github.com/westerndigitalcorporation/spdm-utils.git;protocol=h | |||
| 16 | include spdm-utils-crates.inc | 16 | include spdm-utils-crates.inc |
| 17 | 17 | ||
| 18 | SRCREV = "f67ac9e00b79f603ecbbd29928a4ecc3dec5abd5" | 18 | SRCREV = "f67ac9e00b79f603ecbbd29928a4ecc3dec5abd5" |
| 19 | S = "${WORKDIR}/git" | ||
| 20 | 19 | ||
| 21 | # bindgen-cli comes from meta-clang and depends on libclang | 20 | # bindgen-cli comes from meta-clang and depends on libclang |
| 22 | DEPENDS += "libspdm udev bindgen-cli-native pciutils" | 21 | DEPENDS += "libspdm udev bindgen-cli-native pciutils" |
diff --git a/meta-oe/dynamic-layers/clang-layer/recipes-support/thin-provisioning-tools/thin-provisioning-tools_1.1.0.bb b/meta-oe/dynamic-layers/clang-layer/recipes-support/thin-provisioning-tools/thin-provisioning-tools_1.1.0.bb index a60ca11244..3ec7d486fa 100644 --- a/meta-oe/dynamic-layers/clang-layer/recipes-support/thin-provisioning-tools/thin-provisioning-tools_1.1.0.bb +++ b/meta-oe/dynamic-layers/clang-layer/recipes-support/thin-provisioning-tools/thin-provisioning-tools_1.1.0.bb | |||
| @@ -5,7 +5,6 @@ LICENSE = "GPL-3.0-only" | |||
| 5 | SECTION = "devel" | 5 | SECTION = "devel" |
| 6 | 6 | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" |
| 8 | S = "${WORKDIR}/git" | ||
| 9 | 8 | ||
| 10 | SRC_URI = " \ | 9 | SRC_URI = " \ |
| 11 | git://github.com/jthornber/thin-provisioning-tools;branch=main;protocol=https \ | 10 | git://github.com/jthornber/thin-provisioning-tools;branch=main;protocol=https \ |
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.2.bb b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/netplan/netplan_1.1.2.bb index 69c2165ab1..ef1945b4fe 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-connectivity/netplan/netplan_1.1.2.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/netplan/netplan_1.1.2.bb | |||
| @@ -22,7 +22,6 @@ SRC_URI:append:libc-musl = " file://0001-don-t-fail-if-GLOB_BRACE-is-not-defined | |||
| 22 | 22 | ||
| 23 | SRCREV = "01045f683b9419beb90119497cd1b2be44e83b8e" | 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-dbs/mongodb/mongodb_git.bb b/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb index cacf211034..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 | |||
| @@ -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." |
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 371d66bdfe..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 | |||
| @@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9db4b73a55a3994384112efcdb37c01f" | |||
| 5 | SRC_URI = "git://github.com/nanopb/nanopb.git;branch=maintenance_0.4;protocol=https" | 5 | SRC_URI = "git://github.com/nanopb/nanopb.git;branch=maintenance_0.4;protocol=https" |
| 6 | SRCREV = "cad3c18ef15a663e30e3e43e3a752b66378adec1" | 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 f37c63d316..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 | ||
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-support/nvmetcli/nvmetcli_0.8.bb b/meta-oe/dynamic-layers/meta-python/recipes-support/nvmetcli/nvmetcli_0.8.bb index ad9873563f..cf2d54c07d 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-support/nvmetcli/nvmetcli_0.8.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-support/nvmetcli/nvmetcli_0.8.bb | |||
| @@ -22,7 +22,6 @@ RDEPENDS:${PN} += "python3 python3-six python3-pyparsing python3-configshell-fb" | |||
| 22 | SRCREV = "d323d5a3091af490502c5d025ec7361a3a2cfbd9" | 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 4e0afefde7..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 | |||
| @@ -17,7 +17,7 @@ SRC_URI[sha256sum] = "161131c686a6d9962a0e96912526dd46308e022d62e3f8acaed5a56fda | |||
| 17 | UPSTREAM_CHECK_URI = "https://selenic.com/repo/smem/tags" | 17 | UPSTREAM_CHECK_URI = "https://selenic.com/repo/smem/tags" |
| 18 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | 18 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" |
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/${BPN}-${HG_CHANGESET}" | 20 | S = "${UNPACKDIR}/${BPN}-${HG_CHANGESET}" |
| 21 | 21 | ||
| 22 | do_compile() { | 22 | do_compile() { |
| 23 | ${CC} ${CFLAGS} ${LDFLAGS} smemcap.c -o smemcap | 23 | ${CC} ${CFLAGS} ${LDFLAGS} smemcap.c -o smemcap |
diff --git a/meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei_1.4.2.bb b/meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei_1.4.2.bb index 7c90db9314..ee65f89ab7 100644 --- a/meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei_1.4.2.bb +++ b/meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei_1.4.2.bb | |||
| @@ -38,7 +38,6 @@ SRC_URI = "gitsm://github.com/taisei-project/taisei.git;branch=v1.4.x;protocol=h | |||
| 38 | 38 | ||
| 39 | SRCREV = "c098579d4fa0f004ccc204c5bc46eac3717cba28" | 39 | SRCREV = "c098579d4fa0f004ccc204c5bc46eac3717cba28" |
| 40 | 40 | ||
| 41 | S = "${WORKDIR}/git" | ||
| 42 | 41 | ||
| 43 | inherit features_check meson mime mime-xdg pkgconfig python3native | 42 | inherit features_check meson mime mime-xdg pkgconfig python3native |
| 44 | 43 | ||
diff --git a/meta-oe/dynamic-layers/perl-layer/recipes-support/rasdaemon/rasdaemon_0.8.3.bb b/meta-oe/dynamic-layers/perl-layer/recipes-support/rasdaemon/rasdaemon_0.8.3.bb index f21a3216af..301861de38 100644 --- a/meta-oe/dynamic-layers/perl-layer/recipes-support/rasdaemon/rasdaemon_0.8.3.bb +++ b/meta-oe/dynamic-layers/perl-layer/recipes-support/rasdaemon/rasdaemon_0.8.3.bb | |||
| @@ -9,7 +9,6 @@ SRC_URI = "git://github.com/mchehab/rasdaemon.git;branch=master;protocol=https \ | |||
| 9 | 9 | ||
| 10 | SRCREV = "db0870edd2919f4f4d0101843136bcae92ab0743" | 10 | SRCREV = "db0870edd2919f4f4d0101843136bcae92ab0743" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | DEPENDS = "libtraceevent" | 13 | DEPENDS = "libtraceevent" |
| 15 | RDEPENDS:${BPN} = "perl perl-module-file-basename perl-module-file-find perl-module-file-spec perl-module-getopt-long \ | 14 | RDEPENDS:${BPN} = "perl perl-module-file-basename perl-module-file-find perl-module-file-spec perl-module-getopt-long \ |
diff --git a/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf-configfs_1.0.bb b/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf-configfs_1.0.bb index 86b0ce0778..4d30327372 100644 --- a/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf-configfs_1.0.bb +++ b/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf-configfs_1.0.bb | |||
| @@ -3,8 +3,7 @@ SECTION = "console/utils" | |||
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | 4 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" |
| 5 | 5 | ||
| 6 | S = "${WORKDIR}/sources" | 6 | S = "${UNPACKDIR}" |
| 7 | UNPACKDIR = "${S}" | ||
| 8 | 7 | ||
| 9 | SRC_URI = " \ | 8 | SRC_URI = " \ |
| 10 | file://android-gadget-setup \ | 9 | file://android-gadget-setup \ |
diff --git a/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf_1.0.bb b/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf_1.0.bb index b98c70db77..7bbac1db75 100644 --- a/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf_1.0.bb +++ b/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf_1.0.bb | |||
| @@ -5,8 +5,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda | |||
| 5 | 5 | ||
| 6 | SRC_URI = "file://android-gadget-setup" | 6 | SRC_URI = "file://android-gadget-setup" |
| 7 | 7 | ||
| 8 | S = "${WORKDIR}/sources" | 8 | S = "${UNPACKDIR}" |
| 9 | UNPACKDIR = "${S}" | ||
| 10 | 9 | ||
| 11 | do_install() { | 10 | do_install() { |
| 12 | install -d ${D}${bindir} | 11 | install -d ${D}${bindir} |
diff --git a/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools_29.0.6.r14.bb b/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools_29.0.6.r14.bb index cd3c54e32e..63e31e90cc 100644 --- a/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools_29.0.6.r14.bb +++ b/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools_29.0.6.r14.bb | |||
| @@ -43,9 +43,9 @@ SRC_URI += " \ | |||
| 43 | 43 | ||
| 44 | # patches which don't come from debian | 44 | # patches which don't come from debian |
| 45 | SRC_URI += " \ | 45 | SRC_URI += " \ |
| 46 | file://rules_yocto.mk;subdir=git \ | 46 | file://rules_yocto.mk;subdir=${BB_GIT_DEFAULT_DESTSUFFIX} \ |
| 47 | file://android-tools-adbd.service \ | 47 | file://android-tools-adbd.service \ |
| 48 | file://adbd.mk;subdir=git/debian/system/core \ | 48 | file://adbd.mk;subdir=${BB_GIT_DEFAULT_DESTSUFFIX}/debian/system/core \ |
| 49 | file://remount \ | 49 | file://remount \ |
| 50 | file://0001-Fixes-for-yocto-build.patch \ | 50 | file://0001-Fixes-for-yocto-build.patch \ |
| 51 | file://0002-android-tools-modifications-to-make-it-build-in-yoct.patch \ | 51 | file://0002-android-tools-modifications-to-make-it-build-in-yoct.patch \ |
| @@ -55,7 +55,6 @@ SRC_URI += " \ | |||
| 55 | file://0001-liblp-fix-building-with-GCC-14.patch \ | 55 | file://0001-liblp-fix-building-with-GCC-14.patch \ |
| 56 | " | 56 | " |
| 57 | 57 | ||
| 58 | S = "${WORKDIR}/git" | ||
| 59 | B = "${WORKDIR}/${BPN}" | 58 | B = "${WORKDIR}/${BPN}" |
| 60 | 59 | ||
| 61 | # http://errors.yoctoproject.org/Errors/Details/1debian881/ | 60 | # http://errors.yoctoproject.org/Errors/Details/1debian881/ |
diff --git a/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm_git.bb b/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm_git.bb index c58524aa64..feda6599a8 100644 --- a/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm_git.bb +++ b/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm_git.bb | |||
| @@ -15,7 +15,6 @@ SRC_URI = "git://github.com/ssvb/cpuburn-arm.git;branch=master;protocol=https \ | |||
| 15 | file://0003-burn.S-Remove-.func-.endfunc.patch \ | 15 | file://0003-burn.S-Remove-.func-.endfunc.patch \ |
| 16 | " | 16 | " |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | 18 | ||
| 20 | do_compile() { | 19 | do_compile() { |
| 21 | 20 | ||
diff --git a/meta-oe/recipes-benchmark/fio/fio_3.39.bb b/meta-oe/recipes-benchmark/fio/fio_3.39.bb index 91bd23e50e..345c7f08e7 100644 --- a/meta-oe/recipes-benchmark/fio/fio_3.39.bb +++ b/meta-oe/recipes-benchmark/fio/fio_3.39.bb | |||
| @@ -27,7 +27,6 @@ SRCREV = "a6e474c9e896e4ba1eb40066a03402afb040710a" | |||
| 27 | 27 | ||
| 28 | UPSTREAM_CHECK_GITTAGREGEX = "fio-(?P<pver>\d+(\.\d+)+)" | 28 | UPSTREAM_CHECK_GITTAGREGEX = "fio-(?P<pver>\d+(\.\d+)+)" |
| 29 | 29 | ||
| 30 | S = "${WORKDIR}/git" | ||
| 31 | 30 | ||
| 32 | # avoids build breaks when using no-static-libs.inc | 31 | # avoids build breaks when using no-static-libs.inc |
| 33 | DISABLE_STATIC = "" | 32 | DISABLE_STATIC = "" |
diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb index 0b61d6ed62..8bcb763f06 100644 --- a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb +++ b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb | |||
| @@ -21,7 +21,6 @@ SRC_URI = " \ | |||
| 21 | " | 21 | " |
| 22 | SRCREV = "42e3d8fe3aa88743ef90348138f643f7b04a9237" | 22 | SRCREV = "42e3d8fe3aa88743ef90348138f643f7b04a9237" |
| 23 | 23 | ||
| 24 | S = "${WORKDIR}/git" | ||
| 25 | 24 | ||
| 26 | inherit meson pkgconfig features_check | 25 | inherit meson pkgconfig features_check |
| 27 | 26 | ||
diff --git a/meta-oe/recipes-benchmark/iozone3/iozone3_507.bb b/meta-oe/recipes-benchmark/iozone3/iozone3_507.bb index 8e229499b1..725b0af209 100644 --- a/meta-oe/recipes-benchmark/iozone3/iozone3_507.bb +++ b/meta-oe/recipes-benchmark/iozone3/iozone3_507.bb | |||
| @@ -13,7 +13,7 @@ SRC_URI[sha256sum] = "1e8087ada056f5d8018ee0bc76686d416fc2251ed03038055dbd0af78d | |||
| 13 | 13 | ||
| 14 | UPSTREAM_CHECK_REGEX = "iozone3_(?P<pver>\d+).tar" | 14 | UPSTREAM_CHECK_REGEX = "iozone3_(?P<pver>\d+).tar" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/${BPN}_${PV}/src/current" | 16 | S = "${UNPACKDIR}/${BPN}_${PV}/src/current" |
| 17 | 17 | ||
| 18 | # | 18 | # |
| 19 | # All other arches can use the default OEMAKE except those | 19 | # All other arches can use the default OEMAKE except those |
diff --git a/meta-oe/recipes-benchmark/iperf2/iperf2_2.2.1.bb b/meta-oe/recipes-benchmark/iperf2/iperf2_2.2.1.bb index c353ce02e1..3d965dac00 100644 --- a/meta-oe/recipes-benchmark/iperf2/iperf2_2.2.1.bb +++ b/meta-oe/recipes-benchmark/iperf2/iperf2_2.2.1.bb | |||
| @@ -10,7 +10,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/iperf-${PV}.tar.gz \ | |||
| 10 | 10 | ||
| 11 | SRC_URI[sha256sum] = "754ab0a7e28033dbea81308ef424bc7df4d6e2fe31b60cc536b61b51fefbd8fb" | 11 | SRC_URI[sha256sum] = "754ab0a7e28033dbea81308ef424bc7df4d6e2fe31b60cc536b61b51fefbd8fb" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/iperf-${PV}" | 13 | S = "${UNPACKDIR}/iperf-${PV}" |
| 14 | 14 | ||
| 15 | inherit autotools pkgconfig | 15 | inherit autotools pkgconfig |
| 16 | 16 | ||
diff --git a/meta-oe/recipes-benchmark/iperf3/iperf3_3.18.bb b/meta-oe/recipes-benchmark/iperf3/iperf3_3.18.bb index 4a71e83b73..08f29937c0 100644 --- a/meta-oe/recipes-benchmark/iperf3/iperf3_3.18.bb +++ b/meta-oe/recipes-benchmark/iperf3/iperf3_3.18.bb | |||
| @@ -20,7 +20,6 @@ SRC_URI = "git://github.com/esnet/iperf.git;branch=master;protocol=https \ | |||
| 20 | 20 | ||
| 21 | SRCREV = "2a2984488d6de8f7a2d1f5938e03ca7be57e227c" | 21 | SRCREV = "2a2984488d6de8f7a2d1f5938e03ca7be57e227c" |
| 22 | 22 | ||
| 23 | S = "${WORKDIR}/git" | ||
| 24 | 23 | ||
| 25 | inherit autotools | 24 | inherit autotools |
| 26 | 25 | ||
diff --git a/meta-oe/recipes-benchmark/libc-bench/libc-bench_git.bb b/meta-oe/recipes-benchmark/libc-bench/libc-bench_git.bb index df76067a44..ae87262870 100644 --- a/meta-oe/recipes-benchmark/libc-bench/libc-bench_git.bb +++ b/meta-oe/recipes-benchmark/libc-bench/libc-bench_git.bb | |||
| @@ -16,7 +16,6 @@ SRC_URI = "git://git.musl-libc.org/libc-bench;branch=master \ | |||
| 16 | # Upstream repo does not tag | 16 | # Upstream repo does not tag |
| 17 | UPSTREAM_CHECK_COMMITS = "1" | 17 | UPSTREAM_CHECK_COMMITS = "1" |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | ||
| 20 | 19 | ||
| 21 | do_install () { | 20 | do_install () { |
| 22 | install -d ${D}${bindir} | 21 | install -d ${D}${bindir} |
diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_2.24.bb b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_2.24.bb index 6d96a13cd4..e688d6ede2 100644 --- a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_2.24.bb +++ b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_2.24.bb | |||
| @@ -28,7 +28,6 @@ SRC_URI = " \ | |||
| 28 | 28 | ||
| 29 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" | 29 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" |
| 30 | 30 | ||
| 31 | S = "${WORKDIR}/git" | ||
| 32 | 31 | ||
| 33 | COMPATIBLE_HOST = "(i.86|x86_64|powerpc|powerpc64|aarch64|arm).*-linux*" | 32 | COMPATIBLE_HOST = "(i.86|x86_64|powerpc|powerpc64|aarch64|arm).*-linux*" |
| 34 | 33 | ||
diff --git a/meta-oe/recipes-benchmark/linpack/linpack_1.0.bb b/meta-oe/recipes-benchmark/linpack/linpack_1.0.bb index 735b5560e0..6a500dbf01 100644 --- a/meta-oe/recipes-benchmark/linpack/linpack_1.0.bb +++ b/meta-oe/recipes-benchmark/linpack/linpack_1.0.bb | |||
| @@ -10,8 +10,7 @@ SRC_URI = "http://www.netlib.org/benchmark/linpackc.new;downloadfilename=linpack | |||
| 10 | " | 10 | " |
| 11 | SRC_URI[sha256sum] = "a63f2ec86512959f1fd926bfafb85905b2d7b7402942ffae3af374d48745e97e" | 11 | SRC_URI[sha256sum] = "a63f2ec86512959f1fd926bfafb85905b2d7b7402942ffae3af374d48745e97e" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/sources" | 13 | S = "${UNPACKDIR}" |
| 14 | UNPACKDIR = "${S}" | ||
| 15 | 14 | ||
| 16 | do_compile () { | 15 | do_compile () { |
| 17 | ${CC} ${CFLAGS} ${LDFLAGS} -DDP -o linpack_dp linpacknew.c -lm | 16 | ${CC} ${CFLAGS} ${LDFLAGS} -DDP -o linpack_dp linpacknew.c -lm |
diff --git a/meta-oe/recipes-benchmark/mbw/mbw_2.0.bb b/meta-oe/recipes-benchmark/mbw/mbw_2.0.bb index bb8c4625d5..1fd95de038 100644 --- a/meta-oe/recipes-benchmark/mbw/mbw_2.0.bb +++ b/meta-oe/recipes-benchmark/mbw/mbw_2.0.bb | |||
| @@ -8,7 +8,6 @@ SRC_URI = "git://github.com/raas/${BPN}.git;branch=master;protocol=https" | |||
| 8 | 8 | ||
| 9 | SRCREV = "c3155b544a5065e8235508059c6512af6c46bd4d" | 9 | SRCREV = "c3155b544a5065e8235508059c6512af6c46bd4d" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | 11 | ||
| 13 | do_install() { | 12 | do_install() { |
| 14 | install -d ${D}${bindir} | 13 | install -d ${D}${bindir} |
diff --git a/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_10.8.4.bb b/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_10.8.4.bb index 7ca80c02af..5f105c9f8e 100644 --- a/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_10.8.4.bb +++ b/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_10.8.4.bb | |||
| @@ -11,7 +11,7 @@ SRC_URI = "http://www.phoronix-test-suite.com/releases/${BP}.tar.gz \ | |||
| 11 | 11 | ||
| 12 | SRC_URI[sha256sum] = "1f2092d536c0a3193efc53e4a50f3cee65c0ef1a78d31e5404f1c663fff7b7f4" | 12 | SRC_URI[sha256sum] = "1f2092d536c0a3193efc53e4a50f3cee65c0ef1a78d31e5404f1c663fff7b7f4" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/phoronix-test-suite" | 14 | S = "${UNPACKDIR}/phoronix-test-suite" |
| 15 | 15 | ||
| 16 | inherit systemd allarch mime mime-xdg | 16 | inherit systemd allarch mime mime-xdg |
| 17 | 17 | ||
diff --git a/meta-oe/recipes-benchmark/qperf/qperf_0.4.11.bb b/meta-oe/recipes-benchmark/qperf/qperf_0.4.11.bb index b32f37153e..e034371604 100644 --- a/meta-oe/recipes-benchmark/qperf/qperf_0.4.11.bb +++ b/meta-oe/recipes-benchmark/qperf/qperf_0.4.11.bb | |||
| @@ -9,7 +9,6 @@ inherit autotools-brokensep | |||
| 9 | SRCREV = "c706363815a38ff2c5cbc07b73e2cfaaa59bae0f" | 9 | SRCREV = "c706363815a38ff2c5cbc07b73e2cfaaa59bae0f" |
| 10 | SRC_URI = "git://github.com/linux-rdma/qperf.git;protocol=https;branch=master" | 10 | SRC_URI = "git://github.com/linux-rdma/qperf.git;protocol=https;branch=master" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | do_configure() { | 13 | do_configure() { |
| 15 | ./cleanup | 14 | ./cleanup |
diff --git a/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb b/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb index 2cfeb72416..caefdb7b6b 100644 --- a/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb +++ b/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb | |||
| @@ -10,7 +10,6 @@ SRC_URI = "git://github.com/Algodev-github/S.git;protocol=https;branch=master" | |||
| 10 | # upstream updates | 10 | # upstream updates |
| 11 | UPSTREAM_CHECK_COMMITS = "1" | 11 | UPSTREAM_CHECK_COMMITS = "1" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | # installing in /opt/S-suite since the package has | 14 | # installing in /opt/S-suite since the package has |
| 16 | # dependencies to the directory structure. | 15 | # dependencies to the directory structure. |
diff --git a/meta-oe/recipes-benchmark/stressapptest/stressapptest_1.0.11.bb b/meta-oe/recipes-benchmark/stressapptest/stressapptest_1.0.11.bb index ba61ff971e..2d450094b7 100644 --- a/meta-oe/recipes-benchmark/stressapptest/stressapptest_1.0.11.bb +++ b/meta-oe/recipes-benchmark/stressapptest/stressapptest_1.0.11.bb | |||
| @@ -18,6 +18,5 @@ GI_DATA_ENABLED:libc-musl:armv7a = "False" | |||
| 18 | GI_DATA_ENABLED:libc-musl:armv7ve = "False" | 18 | GI_DATA_ENABLED:libc-musl:armv7ve = "False" |
| 19 | SRC_URI = "git://github.com/stressapptest/stressapptest;branch=master;protocol=https" | 19 | SRC_URI = "git://github.com/stressapptest/stressapptest;branch=master;protocol=https" |
| 20 | 20 | ||
| 21 | S = "${WORKDIR}/git" | ||
| 22 | 21 | ||
| 23 | inherit autotools | 22 | inherit autotools |
diff --git a/meta-oe/recipes-benchmark/sysbench/sysbench_1.0.20.bb b/meta-oe/recipes-benchmark/sysbench/sysbench_1.0.20.bb index 11e33fec55..198552e5c6 100644 --- a/meta-oe/recipes-benchmark/sysbench/sysbench_1.0.20.bb +++ b/meta-oe/recipes-benchmark/sysbench/sysbench_1.0.20.bb | |||
| @@ -13,7 +13,6 @@ inherit autotools-brokensep pkgconfig | |||
| 13 | SRC_URI = "git://github.com/akopytov/sysbench.git;protocol=https;branch=master" | 13 | SRC_URI = "git://github.com/akopytov/sysbench.git;protocol=https;branch=master" |
| 14 | SRCREV = "ebf1c90da05dea94648165e4f149abc20c979557" | 14 | SRCREV = "ebf1c90da05dea94648165e4f149abc20c979557" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | 16 | ||
| 18 | COMPATIBLE_HOST = "(arm|aarch64|i.86|x86_64).*-linux*" | 17 | COMPATIBLE_HOST = "(arm|aarch64|i.86|x86_64).*-linux*" |
| 19 | 18 | ||
diff --git a/meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb b/meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb index 200a0de849..8f65a6135c 100644 --- a/meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb +++ b/meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb | |||
| @@ -13,7 +13,6 @@ SRC_URI = "git://github.com/ssvb/tinymembench.git;branch=master;protocol=https \ | |||
| 13 | file://0001-asm-Delete-.func-.endfunc-directives.patch \ | 13 | file://0001-asm-Delete-.func-.endfunc-directives.patch \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | 16 | ||
| 18 | TARGET_CC_ARCH += "${LDFLAGS}" | 17 | TARGET_CC_ARCH += "${LDFLAGS}" |
| 19 | 18 | ||
diff --git a/meta-oe/recipes-benchmark/whetstone/whetstone_1.2.bb b/meta-oe/recipes-benchmark/whetstone/whetstone_1.2.bb index fa80236022..0c6661567b 100644 --- a/meta-oe/recipes-benchmark/whetstone/whetstone_1.2.bb +++ b/meta-oe/recipes-benchmark/whetstone/whetstone_1.2.bb | |||
| @@ -7,8 +7,7 @@ LIC_FILES_CHKSUM = "file://${UNPACKDIR}/whetstone.c;beginline=1;endline=52;md5=c | |||
| 7 | SRC_URI = "http://www.netlib.org/benchmark/whetstone.c" | 7 | SRC_URI = "http://www.netlib.org/benchmark/whetstone.c" |
| 8 | SRC_URI[sha256sum] = "333e4ceca042c146f63eec605573d16ae8b07166cbc44a17bec1ea97c6f1efbf" | 8 | SRC_URI[sha256sum] = "333e4ceca042c146f63eec605573d16ae8b07166cbc44a17bec1ea97c6f1efbf" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/sources" | 10 | S = "${UNPACKDIR}" |
| 11 | UNPACKDIR = "${S}" | ||
| 12 | 11 | ||
| 13 | do_compile () { | 12 | do_compile () { |
| 14 | ${CC} ${CFLAGS} ${LDFLAGS} -Ofast -o whetstone whetstone.c -lm | 13 | ${CC} ${CFLAGS} ${LDFLAGS} -Ofast -o whetstone whetstone.c -lm |
diff --git a/meta-oe/recipes-bsp/bolt/bolt_0.9.6.bb b/meta-oe/recipes-bsp/bolt/bolt_0.9.6.bb index c278a0982a..ec3cdcaa75 100644 --- a/meta-oe/recipes-bsp/bolt/bolt_0.9.6.bb +++ b/meta-oe/recipes-bsp/bolt/bolt_0.9.6.bb | |||
| @@ -10,7 +10,6 @@ REQUIRED_DISTRO_FEATURES = "polkit" | |||
| 10 | SRC_URI = "git://gitlab.freedesktop.org/bolt/bolt.git;protocol=https;branch=master" | 10 | SRC_URI = "git://gitlab.freedesktop.org/bolt/bolt.git;protocol=https;branch=master" |
| 11 | SRCREV = "f03c50b22ae3fda26711ddabd91e2c5dd8103478" | 11 | SRCREV = "f03c50b22ae3fda26711ddabd91e2c5dd8103478" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | CVE_PRODUCT = "freedesktop:bolt" | 14 | CVE_PRODUCT = "freedesktop:bolt" |
| 16 | 15 | ||
diff --git a/meta-oe/recipes-bsp/con2fbmap/con2fbmap_git.bb b/meta-oe/recipes-bsp/con2fbmap/con2fbmap_git.bb index b623d0525a..515c009ead 100644 --- a/meta-oe/recipes-bsp/con2fbmap/con2fbmap_git.bb +++ b/meta-oe/recipes-bsp/con2fbmap/con2fbmap_git.bb | |||
| @@ -16,7 +16,6 @@ SRC_URI = "git://gitlab.com/pibox/con2fbmap.git;protocol=https;branch=master \ | |||
| 16 | # Upstream repo does not tag | 16 | # Upstream repo does not tag |
| 17 | UPSTREAM_CHECK_COMMITS = "1" | 17 | UPSTREAM_CHECK_COMMITS = "1" |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | ||
| 20 | 19 | ||
| 21 | inherit autotools | 20 | inherit autotools |
| 22 | 21 | ||
diff --git a/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils_008.bb b/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils_008.bb index fbe9483740..9e23a4b67d 100644 --- a/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils_008.bb +++ b/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils_008.bb | |||
| @@ -20,7 +20,6 @@ UPSTREAM_CHECK_COMMITS = "1" | |||
| 20 | EXTRA_OEMAKE:append = " ${@['', 'NLS=false']['${USE_NLS}' == 'no']} " | 20 | EXTRA_OEMAKE:append = " ${@['', 'NLS=false']['${USE_NLS}' == 'no']} " |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | S = "${WORKDIR}/git" | ||
| 24 | 23 | ||
| 25 | TARGET_CC_ARCH += "${LDFLAGS}" | 24 | TARGET_CC_ARCH += "${LDFLAGS}" |
| 26 | 25 | ||
diff --git a/meta-oe/recipes-bsp/dediprog-flasher/dediprog-flasher_1.14.20.bb b/meta-oe/recipes-bsp/dediprog-flasher/dediprog-flasher_1.14.20.bb index 42256a7afd..e0041b58e6 100644 --- a/meta-oe/recipes-bsp/dediprog-flasher/dediprog-flasher_1.14.20.bb +++ b/meta-oe/recipes-bsp/dediprog-flasher/dediprog-flasher_1.14.20.bb | |||
| @@ -16,7 +16,6 @@ EXTRA_OEMAKE = "NOSTRIP=1 DESTDIR=${D} PREFIX=${prefix}" | |||
| 16 | 16 | ||
| 17 | PV = "1.0+${SRCPV}" | 17 | PV = "1.0+${SRCPV}" |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | ||
| 20 | 19 | ||
| 21 | do_install() { | 20 | do_install() { |
| 22 | oe_runmake install | 21 | oe_runmake install |
diff --git a/meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb b/meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb index 6c80f4c81d..0d8f3c8a6b 100644 --- a/meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb +++ b/meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb | |||
| @@ -13,7 +13,6 @@ DEPENDS = " sysfsutils" | |||
| 13 | SRCREV = "1c57818ecee186aa47af0342149577df5302c022" | 13 | SRCREV = "1c57818ecee186aa47af0342149577df5302c022" |
| 14 | PV = "0.18+git" | 14 | PV = "0.18+git" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | 16 | ||
| 18 | SRC_URI = "git://github.com/grondo/edac-utils;branch=master;protocol=https \ | 17 | SRC_URI = "git://github.com/grondo/edac-utils;branch=master;protocol=https \ |
| 19 | file://make-init-script-be-able-to-automatically-load-EDAC-.patch \ | 18 | file://make-init-script-be-able-to-automatically-load-EDAC-.patch \ |
diff --git a/meta-oe/recipes-bsp/firmwared/firmwared_git.bb b/meta-oe/recipes-bsp/firmwared/firmwared_git.bb index 2b7ed256eb..1542ee73d1 100644 --- a/meta-oe/recipes-bsp/firmwared/firmwared_git.bb +++ b/meta-oe/recipes-bsp/firmwared/firmwared_git.bb | |||
| @@ -16,7 +16,6 @@ SRCREV = "2e6b5db43d63a5c0283a4cae9a6a20b7ad107a04" | |||
| 16 | # Upstream repo does not tag | 16 | # Upstream repo does not tag |
| 17 | UPSTREAM_CHECK_COMMITS = "1" | 17 | UPSTREAM_CHECK_COMMITS = "1" |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | ||
| 20 | 19 | ||
| 21 | DEPENDS = "glib-2.0 systemd" | 20 | DEPENDS = "glib-2.0 systemd" |
| 22 | 21 | ||
diff --git a/meta-oe/recipes-bsp/flashrom/flashrom_1.5.1.bb b/meta-oe/recipes-bsp/flashrom/flashrom_1.5.1.bb index 9a8e81bae3..f7121e2503 100644 --- a/meta-oe/recipes-bsp/flashrom/flashrom_1.5.1.bb +++ b/meta-oe/recipes-bsp/flashrom/flashrom_1.5.1.bb | |||
| @@ -9,7 +9,7 @@ SRC_URI = "https://download.flashrom.org/releases/flashrom-v${PV}.tar.xz \ | |||
| 9 | 9 | ||
| 10 | SRC_URI[sha256sum] = "1f934b076ed49eace203655ec249fc7861a6b8e87fe4aef732e47b6e485b6293" | 10 | SRC_URI[sha256sum] = "1f934b076ed49eace203655ec249fc7861a6b8e87fe4aef732e47b6e485b6293" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/flashrom-v${PV}" | 12 | S = "${UNPACKDIR}/flashrom-v${PV}" |
| 13 | 13 | ||
| 14 | inherit meson pkgconfig | 14 | inherit meson pkgconfig |
| 15 | 15 | ||
diff --git a/meta-oe/recipes-bsp/fwupd/fwupd-efi_1.6.bb b/meta-oe/recipes-bsp/fwupd/fwupd-efi_1.6.bb index d72f2d9c53..bbf2b1fdac 100644 --- a/meta-oe/recipes-bsp/fwupd/fwupd-efi_1.6.bb +++ b/meta-oe/recipes-bsp/fwupd/fwupd-efi_1.6.bb | |||
| @@ -6,7 +6,6 @@ SRC_URI = "git://github.com/fwupd/fwupd-efi;protocol=https;branch=main \ | |||
| 6 | file://0001-efi-generate_binary.py-Use-env-to-detect-python3.patch" | 6 | file://0001-efi-generate_binary.py-Use-env-to-detect-python3.patch" |
| 7 | 7 | ||
| 8 | SRCREV = "58a2928f778278ab1f7f8fcddbab81ba587a8962" | 8 | SRCREV = "58a2928f778278ab1f7f8fcddbab81ba587a8962" |
| 9 | S = "${WORKDIR}/git" | ||
| 10 | 9 | ||
| 11 | DEPENDS = "gnu-efi python3-pefile-native" | 10 | DEPENDS = "gnu-efi python3-pefile-native" |
| 12 | 11 | ||
diff --git a/meta-oe/recipes-bsp/i2cdev/i2cdev_git.bb b/meta-oe/recipes-bsp/i2cdev/i2cdev_git.bb index 87a71efbe8..d3d08720a6 100644 --- a/meta-oe/recipes-bsp/i2cdev/i2cdev_git.bb +++ b/meta-oe/recipes-bsp/i2cdev/i2cdev_git.bb | |||
| @@ -21,6 +21,5 @@ SRC_URI = "\ | |||
| 21 | " | 21 | " |
| 22 | SRCREV = "ed9ad777d842880e7ac6ca5e0de4bd2d3b4d02dc" | 22 | SRCREV = "ed9ad777d842880e7ac6ca5e0de4bd2d3b4d02dc" |
| 23 | 23 | ||
| 24 | S = "${WORKDIR}/git" | ||
| 25 | 24 | ||
| 26 | inherit autotools | 25 | inherit autotools |
diff --git a/meta-oe/recipes-bsp/ledmon/ledmon_0.97.bb b/meta-oe/recipes-bsp/ledmon/ledmon_0.97.bb index 88a6e5bb30..ff3b29406b 100644 --- a/meta-oe/recipes-bsp/ledmon/ledmon_0.97.bb +++ b/meta-oe/recipes-bsp/ledmon/ledmon_0.97.bb | |||
| @@ -23,7 +23,6 @@ SRCREV = "b0edae14e8660b80ffe0384354038a9f62e2978d" | |||
| 23 | COMPATIBLE_HOST = "(i.86|x86_64).*-linux" | 23 | COMPATIBLE_HOST = "(i.86|x86_64).*-linux" |
| 24 | COMPATIBLE_HOST:libc-musl = "null" | 24 | COMPATIBLE_HOST:libc-musl = "null" |
| 25 | 25 | ||
| 26 | S = "${WORKDIR}/git" | ||
| 27 | 26 | ||
| 28 | EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '--enable-systemd', '', d)}" | 27 | EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '--enable-systemd', '', d)}" |
| 29 | 28 | ||
diff --git a/meta-oe/recipes-bsp/lm_sensors/lmsensors-config_1.0.bb b/meta-oe/recipes-bsp/lm_sensors/lmsensors-config_1.0.bb index 6fad255c89..aebdd25bda 100644 --- a/meta-oe/recipes-bsp/lm_sensors/lmsensors-config_1.0.bb +++ b/meta-oe/recipes-bsp/lm_sensors/lmsensors-config_1.0.bb | |||
| @@ -12,8 +12,7 @@ SRC_URI = "file://fancontrol \ | |||
| 12 | file://sensors.conf \ | 12 | file://sensors.conf \ |
| 13 | file://sensord \ | 13 | file://sensord \ |
| 14 | " | 14 | " |
| 15 | S = "${WORKDIR}/sources" | 15 | S = "${UNPACKDIR}" |
| 16 | UNPACKDIR = "${S}" | ||
| 17 | 16 | ||
| 18 | PACKAGECONFIG ??= "sensord" | 17 | PACKAGECONFIG ??= "sensord" |
| 19 | PACKAGECONFIG[sensord] = ",," | 18 | PACKAGECONFIG[sensord] = ",," |
diff --git a/meta-oe/recipes-bsp/lm_sensors/lmsensors_3.6.0.bb b/meta-oe/recipes-bsp/lm_sensors/lmsensors_3.6.0.bb index 74a9b839c9..af0f5a7999 100644 --- a/meta-oe/recipes-bsp/lm_sensors/lmsensors_3.6.0.bb +++ b/meta-oe/recipes-bsp/lm_sensors/lmsensors_3.6.0.bb | |||
| @@ -44,7 +44,6 @@ SYSTEMD_SERVICE:${PN}-fancontrol = "fancontrol.service" | |||
| 44 | SYSTEMD_SERVICE:${PN}-sensord = "sensord.service" | 44 | SYSTEMD_SERVICE:${PN}-sensord = "sensord.service" |
| 45 | SYSTEMD_AUTO_ENABLE = "disable" | 45 | SYSTEMD_AUTO_ENABLE = "disable" |
| 46 | 46 | ||
| 47 | S = "${WORKDIR}/git" | ||
| 48 | 47 | ||
| 49 | EXTRA_OEMAKE = 'EXLDFLAGS="${LDFLAGS}" \ | 48 | EXTRA_OEMAKE = 'EXLDFLAGS="${LDFLAGS}" \ |
| 50 | MACHINE=${TARGET_ARCH} PREFIX=${prefix} MANDIR=${mandir} \ | 49 | MACHINE=${TARGET_ARCH} PREFIX=${prefix} MANDIR=${mandir} \ |
diff --git a/meta-oe/recipes-bsp/lsscsi/lsscsi_0.32.bb b/meta-oe/recipes-bsp/lsscsi/lsscsi_0.32.bb index 127be8fbfa..9df6ee9efc 100644 --- a/meta-oe/recipes-bsp/lsscsi/lsscsi_0.32.bb +++ b/meta-oe/recipes-bsp/lsscsi/lsscsi_0.32.bb | |||
| @@ -10,6 +10,6 @@ SRC_URI[sha256sum] = "0a800e9e94dca2ab702d65d72777ae8cae078e3d74d0bcbed64ba0849e | |||
| 10 | 10 | ||
| 11 | inherit autotools | 11 | inherit autotools |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/lsscsi-${PV}" | 13 | S = "${UNPACKDIR}/lsscsi-${PV}" |
| 14 | 14 | ||
| 15 | UPSTREAM_CHECK_REGEX = "lsscsi-(?P<pver>\d+(\.\d+)+)\.tgz" | 15 | UPSTREAM_CHECK_REGEX = "lsscsi-(?P<pver>\d+(\.\d+)+)\.tgz" |
diff --git a/meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.12.bb b/meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.12.bb index 7ab244f3cc..eae49b04ea 100644 --- a/meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.12.bb +++ b/meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.12.bb | |||
| @@ -9,7 +9,6 @@ DEPENDS = "json-c libnvme" | |||
| 9 | SRCREV = "71fa5d9310d6b41a69e844593423ac91b1453472" | 9 | SRCREV = "71fa5d9310d6b41a69e844593423ac91b1453472" |
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/linux-nvme/nvme-cli.git;branch=master;protocol=https" | 11 | SRC_URI = "git://github.com/linux-nvme/nvme-cli.git;branch=master;protocol=https" |
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | inherit bash-completion meson pkgconfig systemd | 13 | inherit bash-completion meson pkgconfig systemd |
| 15 | 14 | ||
diff --git a/meta-oe/recipes-bsp/pointercal/pointercal_0.0.bb b/meta-oe/recipes-bsp/pointercal/pointercal_0.0.bb index 20e870ccb2..a270a23dde 100644 --- a/meta-oe/recipes-bsp/pointercal/pointercal_0.0.bb +++ b/meta-oe/recipes-bsp/pointercal/pointercal_0.0.bb | |||
| @@ -6,8 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4b5fcfc87fb615860d398b5e38685edf" | |||
| 6 | SRC_URI = "file://pointercal \ | 6 | SRC_URI = "file://pointercal \ |
| 7 | file://COPYING" | 7 | file://COPYING" |
| 8 | 8 | ||
| 9 | S = "${WORKDIR}/sources" | 9 | S = "${UNPACKDIR}" |
| 10 | UNPACKDIR = "${S}" | ||
| 11 | 10 | ||
| 12 | do_install() { | 11 | do_install() { |
| 13 | # Only install file if it has a contents | 12 | # Only install file if it has a contents |
diff --git a/meta-oe/recipes-connectivity/ace/ace_8.0.2.bb b/meta-oe/recipes-connectivity/ace/ace_8.0.2.bb index 05f4973aed..0fe41a7b92 100644 --- a/meta-oe/recipes-connectivity/ace/ace_8.0.2.bb +++ b/meta-oe/recipes-connectivity/ace/ace_8.0.2.bb | |||
| @@ -20,7 +20,7 @@ CVE_STATUS[CVE-2009-1147] = "cpe-incorrect: this CVE is for vmware ace" | |||
| 20 | 20 | ||
| 21 | COMPATIBLE_HOST:libc-musl = "null" | 21 | COMPATIBLE_HOST:libc-musl = "null" |
| 22 | 22 | ||
| 23 | S = "${WORKDIR}/ACE_wrappers" | 23 | S = "${UNPACKDIR}/ACE_wrappers" |
| 24 | B = "${WORKDIR}/ACE_wrappers/ace" | 24 | B = "${WORKDIR}/ACE_wrappers/ace" |
| 25 | export ACE_ROOT = "${WORKDIR}/ACE_wrappers" | 25 | export ACE_ROOT = "${WORKDIR}/ACE_wrappers" |
| 26 | 26 | ||
diff --git a/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.1.0.bb b/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.1.0.bb index 3a02c714c1..fc020695e3 100644 --- a/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.1.0.bb +++ b/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.1.0.bb | |||
| @@ -9,6 +9,5 @@ SRCREV = "21046ebc4a5475c14cea446715734c88fe33d276" | |||
| 9 | 9 | ||
| 10 | DEPENDS = "openssl boost" | 10 | DEPENDS = "openssl boost" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | inherit cmake | 13 | inherit cmake |
diff --git a/meta-oe/recipes-connectivity/gammu/python3-gammu_3.2.4.bb b/meta-oe/recipes-connectivity/gammu/python3-gammu_3.2.4.bb index 979199a1fa..52a0af810f 100644 --- a/meta-oe/recipes-connectivity/gammu/python3-gammu_3.2.4.bb +++ b/meta-oe/recipes-connectivity/gammu/python3-gammu_3.2.4.bb | |||
| @@ -12,7 +12,7 @@ inherit pypi setuptools3 pkgconfig | |||
| 12 | SRC_URI += "file://0001-setup.py-StrictVersion-packaging.version.patch" | 12 | SRC_URI += "file://0001-setup.py-StrictVersion-packaging.version.patch" |
| 13 | SRC_URI[sha256sum] = "49fc70f01bc192c43ff3ec815e082df5261ea4c8d36a695e977734c4eb4df868" | 13 | SRC_URI[sha256sum] = "49fc70f01bc192c43ff3ec815e082df5261ea4c8d36a695e977734c4eb4df868" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/python-gammu-${PV}" | 15 | S = "${UNPACKDIR}/python-gammu-${PV}" |
| 16 | 16 | ||
| 17 | DEPENDS += "gammu python3-packaging-native" | 17 | DEPENDS += "gammu python3-packaging-native" |
| 18 | 18 | ||
diff --git a/meta-oe/recipes-connectivity/gattlib/gattlib_git.bb b/meta-oe/recipes-connectivity/gattlib/gattlib_git.bb index 0841dc2596..06f0b5bf0a 100644 --- a/meta-oe/recipes-connectivity/gattlib/gattlib_git.bb +++ b/meta-oe/recipes-connectivity/gattlib/gattlib_git.bb | |||
| @@ -15,7 +15,6 @@ SRC_URI = "git://github.com/labapart/gattlib.git;branch=master;protocol=https \ | |||
| 15 | SRCBRANCH = "master" | 15 | SRCBRANCH = "master" |
| 16 | SRCREV = "33a8a275928b186381bb0aea0f9778e330e57ec3" | 16 | SRCREV = "33a8a275928b186381bb0aea0f9778e330e57ec3" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | 18 | ||
| 20 | CVE_STATUS[CVE-2019-6498] = "fixed-version: patch is already included in sources" | 19 | CVE_STATUS[CVE-2019-6498] = "fixed-version: patch is already included in sources" |
| 21 | 20 | ||
diff --git a/meta-oe/recipes-connectivity/gensio/gensio_2.8.7.bb b/meta-oe/recipes-connectivity/gensio/gensio_2.8.7.bb index f4d0c09306..9325b1e5dc 100644 --- a/meta-oe/recipes-connectivity/gensio/gensio_2.8.7.bb +++ b/meta-oe/recipes-connectivity/gensio/gensio_2.8.7.bb | |||
| @@ -9,7 +9,6 @@ SRCREV = "e4dbb9687bd5e887fa98a4cdcec012ea85da1ef2" | |||
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/cminyard/gensio;protocol=https;branch=master" | 10 | SRC_URI = "git://github.com/cminyard/gensio;protocol=https;branch=master" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | inherit autotools | 13 | inherit autotools |
| 15 | 14 | ||
diff --git a/meta-oe/recipes-connectivity/krb5/krb5_1.21.3.bb b/meta-oe/recipes-connectivity/krb5/krb5_1.21.3.bb index e500749025..c042dba5a7 100644 --- a/meta-oe/recipes-connectivity/krb5/krb5_1.21.3.bb +++ b/meta-oe/recipes-connectivity/krb5/krb5_1.21.3.bb | |||
| @@ -40,7 +40,7 @@ SRC_URI[sha256sum] = "b7a4cd5ead67fb08b980b21abd150ff7217e85ea320c9ed0c6dadd3048 | |||
| 40 | CVE_PRODUCT = "kerberos" | 40 | CVE_PRODUCT = "kerberos" |
| 41 | CVE_VERSION = "5-${PV}" | 41 | CVE_VERSION = "5-${PV}" |
| 42 | 42 | ||
| 43 | S = "${WORKDIR}/${BP}/src" | 43 | S = "${UNPACKDIR}/${BP}/src" |
| 44 | 44 | ||
| 45 | DEPENDS = "bison-native ncurses util-linux e2fsprogs e2fsprogs-native openssl" | 45 | DEPENDS = "bison-native ncurses util-linux e2fsprogs e2fsprogs-native openssl" |
| 46 | 46 | ||
diff --git a/meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_1.3.2.bb b/meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_1.3.2.bb index 977f34b574..8b7306b598 100644 --- a/meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_1.3.2.bb +++ b/meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_1.3.2.bb | |||
| @@ -11,5 +11,4 @@ DEPENDS = "libplist" | |||
| 11 | SRCREV = "aef2bf0f5bfe961ad83d224166462d87b1df2b00" | 11 | SRCREV = "aef2bf0f5bfe961ad83d224166462d87b1df2b00" |
| 12 | SRC_URI = "git://github.com/libimobiledevice/libimobiledevice-glue;protocol=https;branch=master" | 12 | SRC_URI = "git://github.com/libimobiledevice/libimobiledevice-glue;protocol=https;branch=master" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |
diff --git a/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_git.bb b/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_git.bb index b8d7e8872b..3c93c9a37b 100644 --- a/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_git.bb +++ b/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_git.bb | |||
| @@ -14,7 +14,6 @@ SRCREV = "860ffb707af3af94467d2ece4ad258dda957c6cd" | |||
| 14 | SRC_URI = "git://github.com/libimobiledevice/libimobiledevice;protocol=https;branch=master \ | 14 | SRC_URI = "git://github.com/libimobiledevice/libimobiledevice;protocol=https;branch=master \ |
| 15 | file://0001-include-unistd.h-for-usleep.patch" | 15 | file://0001-include-unistd.h-for-usleep.patch" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | inherit autotools pkgconfig | 17 | inherit autotools pkgconfig |
| 19 | 18 | ||
| 20 | EXTRA_OECONF = " --without-cython " | 19 | EXTRA_OECONF = " --without-cython " |
diff --git a/meta-oe/recipes-connectivity/libirecovery/libirecovery_1.2.1.bb b/meta-oe/recipes-connectivity/libirecovery/libirecovery_1.2.1.bb index 818033243f..6049369290 100644 --- a/meta-oe/recipes-connectivity/libirecovery/libirecovery_1.2.1.bb +++ b/meta-oe/recipes-connectivity/libirecovery/libirecovery_1.2.1.bb | |||
| @@ -11,5 +11,4 @@ DEPENDS = "libimobiledevice-glue libusb1 readline" | |||
| 11 | SRCREV = "2fb767d784c01269a0ded5bacd5539aee3768c35" | 11 | SRCREV = "2fb767d784c01269a0ded5bacd5539aee3768c35" |
| 12 | SRC_URI = "git://github.com/libimobiledevice/libirecovery;protocol=https;branch=master" | 12 | SRC_URI = "git://github.com/libimobiledevice/libirecovery;protocol=https;branch=master" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |
diff --git a/meta-oe/recipes-connectivity/libmbim/libmbim_1.33.1.bb b/meta-oe/recipes-connectivity/libmbim/libmbim_1.33.1.bb index a4174e06e3..27d28d71cb 100644 --- a/meta-oe/recipes-connectivity/libmbim/libmbim_1.33.1.bb +++ b/meta-oe/recipes-connectivity/libmbim/libmbim_1.33.1.bb | |||
| @@ -14,7 +14,6 @@ inherit meson pkgconfig bash-completion gobject-introspection upstream-version-i | |||
| 14 | SRCREV = "e10df4b6b3edfe6a46d93f7f5f5cab31c29a7091" | 14 | SRCREV = "e10df4b6b3edfe6a46d93f7f5f5cab31c29a7091" |
| 15 | SRC_URI = "git://gitlab.freedesktop.org/mobile-broadband/libmbim.git;protocol=https;branch=main" | 15 | SRC_URI = "git://gitlab.freedesktop.org/mobile-broadband/libmbim.git;protocol=https;branch=main" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | 17 | ||
| 19 | EXTRA_OEMESON = " \ | 18 | EXTRA_OEMESON = " \ |
| 20 | -Dgtk_doc=false \ | 19 | -Dgtk_doc=false \ |
diff --git a/meta-oe/recipes-connectivity/libndp/libndp_1.9.bb b/meta-oe/recipes-connectivity/libndp/libndp_1.9.bb index 69eecdd9fa..fdf5694e9f 100644 --- a/meta-oe/recipes-connectivity/libndp/libndp_1.9.bb +++ b/meta-oe/recipes-connectivity/libndp/libndp_1.9.bb | |||
| @@ -8,6 +8,5 @@ SRC_URI = "git://github.com/jpirko/libndp;branch=master;protocol=https \ | |||
| 8 | " | 8 | " |
| 9 | # tag for v1.8 | 9 | # tag for v1.8 |
| 10 | SRCREV = "2730638bf88984b09531813974f9bd14e1a50165" | 10 | SRCREV = "2730638bf88984b09531813974f9bd14e1a50165" |
| 11 | S = "${WORKDIR}/git" | ||
| 12 | 11 | ||
| 13 | inherit autotools | 12 | inherit autotools |
diff --git a/meta-oe/recipes-connectivity/libnet/libnet_1.3.bb b/meta-oe/recipes-connectivity/libnet/libnet_1.3.bb index b4648832f1..0594b2485e 100644 --- a/meta-oe/recipes-connectivity/libnet/libnet_1.3.bb +++ b/meta-oe/recipes-connectivity/libnet/libnet_1.3.bb | |||
| @@ -13,7 +13,6 @@ SRC_URI = "git://github.com/libnet/libnet.git;protocol=https;branch=master" | |||
| 13 | SRC_URI[sha256sum] = "1e9e9054d688b059bcbaf878d8c4fbf69bfc0c9386cd4e7779fbb53339050d2e" | 13 | SRC_URI[sha256sum] = "1e9e9054d688b059bcbaf878d8c4fbf69bfc0c9386cd4e7779fbb53339050d2e" |
| 14 | SRCREV = "deaebdfe2743e8a6f04d3c307d9272afeeecfade" | 14 | SRCREV = "deaebdfe2743e8a6f04d3c307d9272afeeecfade" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | 16 | ||
| 18 | inherit autotools binconfig multilib_script | 17 | inherit autotools binconfig multilib_script |
| 19 | MULTILIB_SCRIPTS = "${PN}-dev:${bindir}/libnet-config" | 18 | MULTILIB_SCRIPTS = "${PN}-dev:${bindir}/libnet-config" |
diff --git a/meta-oe/recipes-connectivity/libnfs/libnfs_6.0.2.bb b/meta-oe/recipes-connectivity/libnfs/libnfs_6.0.2.bb index 0d21a7e596..83f32d3a07 100644 --- a/meta-oe/recipes-connectivity/libnfs/libnfs_6.0.2.bb +++ b/meta-oe/recipes-connectivity/libnfs/libnfs_6.0.2.bb | |||
| @@ -7,7 +7,6 @@ SRC_URI = "git://github.com/sahlberg/libnfs.git;protocol=https;branch=master \ | |||
| 7 | file://0001-CMakeLists.txt-respect-CMAKE_INSTALL_LIBDIR-for-mult.patch \ | 7 | file://0001-CMakeLists.txt-respect-CMAKE_INSTALL_LIBDIR-for-mult.patch \ |
| 8 | " | 8 | " |
| 9 | SRCREV = "18c5c73ee88bb7dc8da0d55dc95164bb77e49dc6" | 9 | SRCREV = "18c5c73ee88bb7dc8da0d55dc95164bb77e49dc6" |
| 10 | S = "${WORKDIR}/git" | ||
| 11 | 10 | ||
| 12 | DEPENDS += "gnutls" | 11 | DEPENDS += "gnutls" |
| 13 | 12 | ||
diff --git a/meta-oe/recipes-connectivity/libqmi/libqmi_1.34.0.bb b/meta-oe/recipes-connectivity/libqmi/libqmi_1.34.0.bb index 94164a0b5a..8dc7ec3773 100644 --- a/meta-oe/recipes-connectivity/libqmi/libqmi_1.34.0.bb +++ b/meta-oe/recipes-connectivity/libqmi/libqmi_1.34.0.bb | |||
| @@ -15,7 +15,6 @@ inherit meson pkgconfig bash-completion gobject-introspection upstream-version-i | |||
| 15 | SRCREV = "3f07d6e5b4677558543b3b4484ea88ad92257e92" | 15 | SRCREV = "3f07d6e5b4677558543b3b4484ea88ad92257e92" |
| 16 | SRC_URI = "git://gitlab.freedesktop.org/mobile-broadband/libqmi.git;protocol=https;branch=qmi-1-34" | 16 | SRC_URI = "git://gitlab.freedesktop.org/mobile-broadband/libqmi.git;protocol=https;branch=qmi-1-34" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | 18 | ||
| 20 | PACKAGECONFIG ??= "udev mbim" | 19 | PACKAGECONFIG ??= "udev mbim" |
| 21 | PACKAGECONFIG[udev] = "-Dudev=true,-Dudev=false,libgudev" | 20 | PACKAGECONFIG[udev] = "-Dudev=true,-Dudev=false,libgudev" |
diff --git a/meta-oe/recipes-connectivity/libqrtr-glib/libqrtr-glib_git.bb b/meta-oe/recipes-connectivity/libqrtr-glib/libqrtr-glib_git.bb index 3549cac568..f195008650 100644 --- a/meta-oe/recipes-connectivity/libqrtr-glib/libqrtr-glib_git.bb +++ b/meta-oe/recipes-connectivity/libqrtr-glib/libqrtr-glib_git.bb | |||
| @@ -10,7 +10,6 @@ SRC_URI = "git://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib.git;protoc | |||
| 10 | PV = "1.2.2+git" | 10 | PV = "1.2.2+git" |
| 11 | SRCREV = "8991f0e93713ebf4da48ae4f23940ead42f64c8c" | 11 | SRCREV = "8991f0e93713ebf4da48ae4f23940ead42f64c8c" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | inherit meson pkgconfig gobject-introspection | 14 | inherit meson pkgconfig gobject-introspection |
| 16 | 15 | ||
diff --git a/meta-oe/recipes-connectivity/libtorrent-rasterbar/libtorrent-rasterbar_2.0.10.bb b/meta-oe/recipes-connectivity/libtorrent-rasterbar/libtorrent-rasterbar_2.0.10.bb index f2de1f468d..6bfcbec25f 100644 --- a/meta-oe/recipes-connectivity/libtorrent-rasterbar/libtorrent-rasterbar_2.0.10.bb +++ b/meta-oe/recipes-connectivity/libtorrent-rasterbar/libtorrent-rasterbar_2.0.10.bb | |||
| @@ -7,13 +7,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d8b6cb42d66e6b3c47a909c3ce678a7b" | |||
| 7 | DEPENDS = "boost openssl" | 7 | DEPENDS = "boost openssl" |
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/arvidn/libtorrent.git;branch=master;protocol=https \ | 9 | SRC_URI = "git://github.com/arvidn/libtorrent.git;branch=master;protocol=https \ |
| 10 | git://github.com/arvidn/try_signal.git;branch=master;protocol=https;destsuffix=git/deps/try_signal;name=try_signal" | 10 | git://github.com/arvidn/try_signal.git;branch=master;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/deps/try_signal;name=try_signal" |
| 11 | 11 | ||
| 12 | SRCREV = "74bc93a37a5e31c78f0aa02037a68fb9ac5deb41" | 12 | SRCREV = "74bc93a37a5e31c78f0aa02037a68fb9ac5deb41" |
| 13 | SRCREV_try_signal = "105cce59972f925a33aa6b1c3109e4cd3caf583d" | 13 | SRCREV_try_signal = "105cce59972f925a33aa6b1c3109e4cd3caf583d" |
| 14 | SRCREV_FORMAT .= "_try_signal" | 14 | SRCREV_FORMAT .= "_try_signal" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | 16 | ||
| 18 | inherit cmake pkgconfig python3targetconfig | 17 | inherit cmake pkgconfig python3targetconfig |
| 19 | 18 | ||
diff --git a/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.14.0.bb b/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.14.0.bb index 912b002618..220bb62c64 100644 --- a/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.14.0.bb +++ b/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.14.0.bb | |||
| @@ -13,7 +13,6 @@ UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" | |||
| 13 | 13 | ||
| 14 | CVE_STATUS[CVE-2009-1760] = "backported-patch: patched in our product" | 14 | CVE_STATUS[CVE-2009-1760] = "backported-patch: patched in our product" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | 16 | ||
| 18 | CVE_PRODUCT = "" | 17 | CVE_PRODUCT = "" |
| 19 | 18 | ||
diff --git a/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.3.5.bb b/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.3.5.bb index 4d6ec3b7ea..0751cff178 100644 --- a/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.3.5.bb +++ b/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.3.5.bb | |||
| @@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=382bfdf329e774859fd401eaf850d29b" | |||
| 6 | DEPENDS = "zlib" | 6 | DEPENDS = "zlib" |
| 7 | DEPENDS:append:class-native = " libcap-native" | 7 | DEPENDS:append:class-native = " libcap-native" |
| 8 | 8 | ||
| 9 | S = "${WORKDIR}/git" | ||
| 10 | SRCREV = "ab9df9cfc39de7a49967f18387b6b76310947442" | 9 | SRCREV = "ab9df9cfc39de7a49967f18387b6b76310947442" |
| 11 | SRC_URI = "git://github.com/warmcat/libwebsockets.git;protocol=https;branch=v4.3-stable \ | 10 | SRC_URI = "git://github.com/warmcat/libwebsockets.git;protocol=https;branch=v4.3-stable \ |
| 12 | file://0001-sll_protocol-may-be-be16.patch \ | 11 | file://0001-sll_protocol-may-be-be16.patch \ |
diff --git a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.22.0.bb b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.22.0.bb index 6b4336eb80..82cc1167e2 100644 --- a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.22.0.bb +++ b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.22.0.bb | |||
| @@ -14,7 +14,6 @@ DEPENDS = "glib-2.0 libgudev libxslt-native dbus" | |||
| 14 | SRCREV = "03f786ce66360d67c669f4f122f8aa458e6f01ea" | 14 | SRCREV = "03f786ce66360d67c669f4f122f8aa458e6f01ea" |
| 15 | SRC_URI = "git://gitlab.freedesktop.org/mobile-broadband/ModemManager.git;protocol=https;branch=mm-1-22" | 15 | SRC_URI = "git://gitlab.freedesktop.org/mobile-broadband/ModemManager.git;protocol=https;branch=mm-1-22" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | 17 | ||
| 19 | # strict, permissive | 18 | # strict, permissive |
| 20 | MODEMMANAGER_POLKIT_TYPE ??= "permissive" | 19 | MODEMMANAGER_POLKIT_TYPE ??= "permissive" |
diff --git a/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb b/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb index fecf9b129c..be8482ab50 100644 --- a/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb +++ b/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb | |||
| @@ -17,7 +17,7 @@ SRC_URI[sha256sum] = "158860aaea52f0fce0c8e4b64550daaae06df2689e05834697b7e8c7d7 | |||
| 17 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/openobex/files/openobex/" | 17 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/openobex/files/openobex/" |
| 18 | UPSTREAM_CHECK_REGEX = "${BPN}/(?P<pver>\d+(\.\d+)+)" | 18 | UPSTREAM_CHECK_REGEX = "${BPN}/(?P<pver>\d+(\.\d+)+)" |
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/${BP}-Source" | 20 | S = "${UNPACKDIR}/${BP}-Source" |
| 21 | 21 | ||
| 22 | inherit cmake pkgconfig | 22 | inherit cmake pkgconfig |
| 23 | 23 | ||
diff --git a/meta-oe/recipes-connectivity/obexftp/obexftp_0.24.2.bb b/meta-oe/recipes-connectivity/obexftp/obexftp_0.24.2.bb index a9a12f8e05..30326e89ef 100644 --- a/meta-oe/recipes-connectivity/obexftp/obexftp_0.24.2.bb +++ b/meta-oe/recipes-connectivity/obexftp/obexftp_0.24.2.bb | |||
| @@ -27,7 +27,7 @@ PACKAGECONFIG[swig] = "-DENABLE_SWIG=ON,-DENABLE_SWIG=OFF,swig" | |||
| 27 | 27 | ||
| 28 | DEPENDS:remove:class-native = "fuse-native" | 28 | DEPENDS:remove:class-native = "fuse-native" |
| 29 | 29 | ||
| 30 | S = "${WORKDIR}/${BP}-Source" | 30 | S = "${UNPACKDIR}/${BP}-Source" |
| 31 | 31 | ||
| 32 | EXTRA_OECMAKE += "-DCMAKE_SKIP_RPATH=ON \ | 32 | EXTRA_OECMAKE += "-DCMAKE_SKIP_RPATH=ON \ |
| 33 | -DENABLE_PERL=OFF -DENABLE_PYTHON=OFF \ | 33 | -DENABLE_PERL=OFF -DENABLE_PYTHON=OFF \ |
diff --git a/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.14.bb b/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.14.bb index b971851b90..ad6637ed88 100644 --- a/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.14.bb +++ b/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.14.bb | |||
| @@ -19,7 +19,6 @@ SRCREV = "2150ba29d9df24ad1733c460eb099f292af84ee5" | |||
| 19 | 19 | ||
| 20 | DEPENDS = "openssl" | 20 | DEPENDS = "openssl" |
| 21 | 21 | ||
| 22 | S = "${WORKDIR}/git" | ||
| 23 | 22 | ||
| 24 | inherit cmake | 23 | inherit cmake |
| 25 | 24 | ||
diff --git a/meta-oe/recipes-connectivity/paho-mqtt-cpp/paho-mqtt-cpp_1.5.3.bb b/meta-oe/recipes-connectivity/paho-mqtt-cpp/paho-mqtt-cpp_1.5.3.bb index f4f01e69db..d1674403f0 100644 --- a/meta-oe/recipes-connectivity/paho-mqtt-cpp/paho-mqtt-cpp_1.5.3.bb +++ b/meta-oe/recipes-connectivity/paho-mqtt-cpp/paho-mqtt-cpp_1.5.3.bb | |||
| @@ -14,7 +14,6 @@ SRC_URI = "git://github.com/eclipse/paho.mqtt.cpp;protocol=https;branch=master;t | |||
| 14 | 14 | ||
| 15 | DEPENDS = "openssl paho-mqtt-c" | 15 | DEPENDS = "openssl paho-mqtt-c" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | 17 | ||
| 19 | inherit cmake | 18 | inherit cmake |
| 20 | 19 | ||
diff --git a/meta-oe/recipes-connectivity/pcapplusplus/pcapplusplus_24.09.bb b/meta-oe/recipes-connectivity/pcapplusplus/pcapplusplus_24.09.bb index 7979094a0b..a04102aa42 100644 --- a/meta-oe/recipes-connectivity/pcapplusplus/pcapplusplus_24.09.bb +++ b/meta-oe/recipes-connectivity/pcapplusplus/pcapplusplus_24.09.bb | |||
| @@ -12,7 +12,6 @@ SRC_URI = "git://github.com/seladb/PcapPlusPlus.git;protocol=https;branch=master | |||
| 12 | " | 12 | " |
| 13 | SRCREV = "4af4b8b04e6d5dd40b8e69cc30c5c1f62e7fe368" | 13 | SRCREV = "4af4b8b04e6d5dd40b8e69cc30c5c1f62e7fe368" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | 15 | ||
| 17 | inherit cmake | 16 | inherit cmake |
| 18 | 17 | ||
diff --git a/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.15.0.bb b/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.15.0.bb index 680174f005..4fd6302f2c 100644 --- a/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.15.0.bb +++ b/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.15.0.bb | |||
| @@ -7,7 +7,6 @@ SRC_URI = "git://github.com/alanxz/rabbitmq-c.git;branch=master;protocol=https \ | |||
| 7 | " | 7 | " |
| 8 | SRCREV = "84b81cd97a1b5515d3d4b304796680da24c666d8" | 8 | SRCREV = "84b81cd97a1b5515d3d4b304796680da24c666d8" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | 10 | ||
| 12 | DEPENDS = "popt openssl" | 11 | DEPENDS = "popt openssl" |
| 13 | 12 | ||
diff --git a/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.10.0.bb b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.10.0.bb index 4c963d9cc4..02a97cd6e3 100644 --- a/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.10.0.bb +++ b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.10.0.bb | |||
| @@ -8,7 +8,6 @@ DEPENDS = "autoconf-archive libsigc++-2.0 curl cppunit libtool libtorrent ncurse | |||
| 8 | SRC_URI = "git://github.com/rakshasa/rtorrent;branch=master;protocol=https" | 8 | SRC_URI = "git://github.com/rakshasa/rtorrent;branch=master;protocol=https" |
| 9 | SRCREV = "a88cab6d2e764e22cac232ef8d5af039d41b8280" | 9 | SRCREV = "a88cab6d2e764e22cac232ef8d5af039d41b8280" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | 11 | ||
| 13 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" | 12 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" |
| 14 | 13 | ||
diff --git a/meta-oe/recipes-connectivity/smstools3/smstools3_3.1.21.bb b/meta-oe/recipes-connectivity/smstools3/smstools3_3.1.21.bb index 38dcb395b2..e5a3f88867 100644 --- a/meta-oe/recipes-connectivity/smstools3/smstools3_3.1.21.bb +++ b/meta-oe/recipes-connectivity/smstools3/smstools3_3.1.21.bb | |||
| @@ -14,7 +14,7 @@ SRC_URI = "http://smstools3.kekekasvi.com/packages/${BP}.tar.gz \ | |||
| 14 | SRC_URI[sha256sum] = "a26ba4c02b16f6cf13177bffca6c9230dc5fefaeba8e3030cd4e4905f6a92084" | 14 | SRC_URI[sha256sum] = "a26ba4c02b16f6cf13177bffca6c9230dc5fefaeba8e3030cd4e4905f6a92084" |
| 15 | 15 | ||
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/${BPN}" | 17 | S = "${UNPACKDIR}/${BPN}" |
| 18 | 18 | ||
| 19 | EXTRA_OEMAKE += "LFLAGS='${LDFLAGS}'" | 19 | EXTRA_OEMAKE += "LFLAGS='${LDFLAGS}'" |
| 20 | 20 | ||
diff --git a/meta-oe/recipes-connectivity/transmission/transmission_4.0.6.bb b/meta-oe/recipes-connectivity/transmission/transmission_4.0.6.bb index f86389998f..5d0dd6a389 100644 --- a/meta-oe/recipes-connectivity/transmission/transmission_4.0.6.bb +++ b/meta-oe/recipes-connectivity/transmission/transmission_4.0.6.bb | |||
| @@ -15,7 +15,6 @@ SRC_URI = " \ | |||
| 15 | # Transmission release 4.0.6 | 15 | # Transmission release 4.0.6 |
| 16 | SRCREV = "38c164933e9f77c110b48fe745861c3b98e3d83e" | 16 | SRCREV = "38c164933e9f77c110b48fe745861c3b98e3d83e" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | 18 | ||
| 20 | inherit cmake gettext update-rc.d pkgconfig systemd mime-xdg | 19 | inherit cmake gettext update-rc.d pkgconfig systemd mime-xdg |
| 21 | 20 | ||
diff --git a/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_git.bb b/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_git.bb index 569d6a41cf..5a880ed6d2 100644 --- a/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_git.bb +++ b/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_git.bb | |||
| @@ -14,7 +14,6 @@ PV = "1.1.2+git" | |||
| 14 | SRCREV = "01c94c77f59404924f1c46d99c4e5e0c7817281b" | 14 | SRCREV = "01c94c77f59404924f1c46d99c4e5e0c7817281b" |
| 15 | SRC_URI = "git://github.com/libimobiledevice/usbmuxd;protocol=https;branch=master" | 15 | SRC_URI = "git://github.com/libimobiledevice/usbmuxd;protocol=https;branch=master" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | 17 | ||
| 19 | EXTRA_OECONF += "--without-preflight" | 18 | EXTRA_OECONF += "--without-preflight" |
| 20 | 19 | ||
diff --git a/meta-oe/recipes-connectivity/wifi-test-suite/wifi-test-suite_10.10.1.bb b/meta-oe/recipes-connectivity/wifi-test-suite/wifi-test-suite_10.10.1.bb index c372b03072..9703c10452 100644 --- a/meta-oe/recipes-connectivity/wifi-test-suite/wifi-test-suite_10.10.1.bb +++ b/meta-oe/recipes-connectivity/wifi-test-suite/wifi-test-suite_10.10.1.bb | |||
| @@ -7,7 +7,6 @@ LICENSE = "ISC" | |||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=0542427ed5c315ca34aa09ae7a85ed32" | 7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=0542427ed5c315ca34aa09ae7a85ed32" |
| 8 | SECTION = "test" | 8 | SECTION = "test" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | SRCREV = "12e85fbeca8ca21a632d18e55089a8a7606d64aa" | 10 | SRCREV = "12e85fbeca8ca21a632d18e55089a8a7606d64aa" |
| 12 | SRC_URI = "git://github.com/Wi-FiTestSuite/Wi-FiTestSuite-Linux-DUT.git;branch=master;protocol=https \ | 11 | SRC_URI = "git://github.com/Wi-FiTestSuite/Wi-FiTestSuite-Linux-DUT.git;branch=master;protocol=https \ |
| 13 | file://0001-Use-toolchain-from-environment-variables.patch \ | 12 | file://0001-Use-toolchain-from-environment-variables.patch \ |
diff --git a/meta-oe/recipes-connectivity/zeromq/cppzmq_4.10.0.bb b/meta-oe/recipes-connectivity/zeromq/cppzmq_4.10.0.bb index 135121c5ba..e411e6efc0 100644 --- a/meta-oe/recipes-connectivity/zeromq/cppzmq_4.10.0.bb +++ b/meta-oe/recipes-connectivity/zeromq/cppzmq_4.10.0.bb | |||
| @@ -8,7 +8,6 @@ SRCREV = "c94c20743ed7d4aa37835a5c46567ab0790d4acc" | |||
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/zeromq/cppzmq.git;branch=master;protocol=https" | 9 | SRC_URI = "git://github.com/zeromq/cppzmq.git;branch=master;protocol=https" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | 11 | ||
| 13 | inherit cmake | 12 | inherit cmake |
| 14 | 13 | ||
diff --git a/meta-oe/recipes-core/basu/basu_0.2.1.bb b/meta-oe/recipes-core/basu/basu_0.2.1.bb index 1b4d5a0fe5..330fe1c607 100644 --- a/meta-oe/recipes-core/basu/basu_0.2.1.bb +++ b/meta-oe/recipes-core/basu/basu_0.2.1.bb | |||
| @@ -8,7 +8,6 @@ SRC_URI = "git://git.sr.ht/~emersion/basu;protocol=https;branch=master" | |||
| 8 | 8 | ||
| 9 | DEPENDS += "gperf-native" | 9 | DEPENDS += "gperf-native" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | PV = "0.2.1+git" | 11 | PV = "0.2.1+git" |
| 13 | SRCREV = "a08cf5a575325435040d35710dbac3d0c32b1676" | 12 | SRCREV = "a08cf5a575325435040d35710dbac3d0c32b1676" |
| 14 | 13 | ||
diff --git a/meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.5.2.bb b/meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.5.2.bb index 992a414009..0908409e1e 100644 --- a/meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.5.2.bb +++ b/meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.5.2.bb | |||
| @@ -12,7 +12,6 @@ DEPENDS = "libsigc++-3" | |||
| 12 | 12 | ||
| 13 | RDEPENDS:${PN}:class-target = "${VIRTUAL-RUNTIME_dbus}" | 13 | RDEPENDS:${PN}:class-target = "${VIRTUAL-RUNTIME_dbus}" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | 15 | ||
| 17 | inherit pkgconfig cmake | 16 | inherit pkgconfig cmake |
| 18 | 17 | ||
diff --git a/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb b/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb index 086a37ca1c..e99bf28ce5 100644 --- a/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb +++ b/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb | |||
| @@ -12,7 +12,6 @@ SRC_URI = "git://github.com/alban/dbus-daemon-proxy;branch=master;protocol=https | |||
| 12 | # Upstream repo does not tag | 12 | # Upstream repo does not tag |
| 13 | UPSTREAM_CHECK_COMMITS = "1" | 13 | UPSTREAM_CHECK_COMMITS = "1" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | 15 | ||
| 17 | inherit pkgconfig | 16 | inherit pkgconfig |
| 18 | 17 | ||
diff --git a/meta-oe/recipes-core/emlog/emlog.inc b/meta-oe/recipes-core/emlog/emlog.inc index 713b012177..ff2a106c6e 100644 --- a/meta-oe/recipes-core/emlog/emlog.inc +++ b/meta-oe/recipes-core/emlog/emlog.inc | |||
| @@ -7,7 +7,6 @@ SRC_URI = "git://github.com/nicupavel/emlog.git;protocol=https;branch=master" | |||
| 7 | SRC_URI += "file://0001-emlog-Do-not-use-no_llseek-with-kernel-6.12.0.patch" | 7 | SRC_URI += "file://0001-emlog-Do-not-use-no_llseek-with-kernel-6.12.0.patch" |
| 8 | SRCREV = "a9bbf324fde131ff4cf064e32674086c4ced4dca" | 8 | SRCREV = "a9bbf324fde131ff4cf064e32674086c4ced4dca" |
| 9 | PV = "0.70+git" | 9 | PV = "0.70+git" |
| 10 | S = "${WORKDIR}/git" | ||
| 11 | 10 | ||
| 12 | CVE_PRODUCT = "nicupavel:emlog" | 11 | CVE_PRODUCT = "nicupavel:emlog" |
| 13 | 12 | ||
diff --git a/meta-oe/recipes-core/glfw/glfw_3.3.8.bb b/meta-oe/recipes-core/glfw/glfw_3.3.8.bb index 684355ef3e..8abb13b580 100644 --- a/meta-oe/recipes-core/glfw/glfw_3.3.8.bb +++ b/meta-oe/recipes-core/glfw/glfw_3.3.8.bb | |||
| @@ -14,7 +14,6 @@ PV .= "+git" | |||
| 14 | SRCREV = "7482de6071d21db77a7236155da44c172a7f6c9e" | 14 | SRCREV = "7482de6071d21db77a7236155da44c172a7f6c9e" |
| 15 | SRC_URI = "git://github.com/glfw/glfw.git;branch=3.3-stable;protocol=https" | 15 | SRC_URI = "git://github.com/glfw/glfw.git;branch=3.3-stable;protocol=https" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | 17 | ||
| 19 | EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON -DGLFW_BUILD_DOCS=OFF" | 18 | EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON -DGLFW_BUILD_DOCS=OFF" |
| 20 | 19 | ||
diff --git a/meta-oe/recipes-core/glib-2.0/glib-testing_0.1.1.bb b/meta-oe/recipes-core/glib-2.0/glib-testing_0.1.1.bb index ebcc2b267b..97a5592f94 100644 --- a/meta-oe/recipes-core/glib-2.0/glib-testing_0.1.1.bb +++ b/meta-oe/recipes-core/glib-2.0/glib-testing_0.1.1.bb | |||
| @@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | |||
| 6 | SRC_URI = "git://gitlab.gnome.org/pwithnall/libglib-testing.git;protocol=https;branch=main" | 6 | SRC_URI = "git://gitlab.gnome.org/pwithnall/libglib-testing.git;protocol=https;branch=main" |
| 7 | 7 | ||
| 8 | PV = "0.1.1" | 8 | PV = "0.1.1" |
| 9 | S = "${WORKDIR}/git" | ||
| 10 | SRCREV = "e326f73a7139c5e54fcf926896ae6e4cc899a1a7" | 9 | SRCREV = "e326f73a7139c5e54fcf926896ae6e4cc899a1a7" |
| 11 | 10 | ||
| 12 | inherit meson pkgconfig | 11 | inherit meson pkgconfig |
diff --git a/meta-oe/recipes-core/glib-2.0/glibmm-2.68_2.80.0.bb b/meta-oe/recipes-core/glib-2.0/glibmm-2.68_2.80.0.bb index a45d31edc2..48a1a2a624 100644 --- a/meta-oe/recipes-core/glib-2.0/glibmm-2.68_2.80.0.bb +++ b/meta-oe/recipes-core/glib-2.0/glibmm-2.68_2.80.0.bb | |||
| @@ -14,7 +14,7 @@ SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" | |||
| 14 | 14 | ||
| 15 | SRC_URI[archive.sha256sum] = "539b0a29e15a96676c4f0594541250566c5ca44da5d4d87a3732fa2d07909e4a" | 15 | SRC_URI[archive.sha256sum] = "539b0a29e15a96676c4f0594541250566c5ca44da5d4d87a3732fa2d07909e4a" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/${GNOMEBN}-${PV}" | 17 | S = "${UNPACKDIR}/${GNOMEBN}-${PV}" |
| 18 | 18 | ||
| 19 | FILES:${PN} = "${libdir}/lib*.so.*" | 19 | FILES:${PN} = "${libdir}/lib*.so.*" |
| 20 | FILES:${PN}-dev += "${datadir}/glibmm-* ${libdir}/${BPN}/include/ ${libdir}/${BPN}/proc/ ${libdir}/giomm-2.68/include/" | 20 | FILES:${PN}-dev += "${datadir}/glibmm-* ${libdir}/${BPN}/include/ ${libdir}/${BPN}/proc/ ${libdir}/giomm-2.68/include/" |
diff --git a/meta-oe/recipes-core/libnfc/libnfc_git.bb b/meta-oe/recipes-core/libnfc/libnfc_git.bb index a97a2841f7..ac3a0d85a4 100644 --- a/meta-oe/recipes-core/libnfc/libnfc_git.bb +++ b/meta-oe/recipes-core/libnfc/libnfc_git.bb | |||
| @@ -9,7 +9,6 @@ inherit autotools pkgconfig | |||
| 9 | 9 | ||
| 10 | PV = "1.8.0+git" | 10 | PV = "1.8.0+git" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | SRCREV = "f02ff51449240102c27a97173dc495e8e7789046" | 12 | SRCREV = "f02ff51449240102c27a97173dc495e8e7789046" |
| 14 | SRC_URI = "git://github.com/nfc-tools/libnfc.git;branch=master;protocol=https" | 13 | SRC_URI = "git://github.com/nfc-tools/libnfc.git;branch=master;protocol=https" |
| 15 | 14 | ||
diff --git a/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.12.1.bb b/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.12.1.bb index 9a3ddfd15c..3496220fe1 100644 --- a/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.12.1.bb +++ b/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.12.1.bb | |||
| @@ -11,7 +11,7 @@ SRC_URI[sha256sum] = "a9dbee323351d109b7aee074a9cb89ca3e7bcf8ad8edef1851f4cf359b | |||
| 11 | UPSTREAM_CHECK_URI = "https://download.gnome.org/sources/libsigc++/2.12/" | 11 | UPSTREAM_CHECK_URI = "https://download.gnome.org/sources/libsigc++/2.12/" |
| 12 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | 12 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/libsigc++-${PV}" | 14 | S = "${UNPACKDIR}/libsigc++-${PV}" |
| 15 | 15 | ||
| 16 | inherit meson | 16 | inherit meson |
| 17 | 17 | ||
diff --git a/meta-oe/recipes-core/libsigc++-2.0/libsigc++-3_3.6.0.bb b/meta-oe/recipes-core/libsigc++-2.0/libsigc++-3_3.6.0.bb index 38a80bbf3e..0bfe55fd93 100644 --- a/meta-oe/recipes-core/libsigc++-2.0/libsigc++-3_3.6.0.bb +++ b/meta-oe/recipes-core/libsigc++-2.0/libsigc++-3_3.6.0.bb | |||
| @@ -11,7 +11,7 @@ SRC_URI[sha256sum] = "c3d23b37dfd6e39f2e09f091b77b1541fbfa17c4f0b6bf5c89baef7229 | |||
| 11 | UPSTREAM_CHECK_URI = "https://download.gnome.org/sources/libsigc++/3.6/" | 11 | UPSTREAM_CHECK_URI = "https://download.gnome.org/sources/libsigc++/3.6/" |
| 12 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | 12 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/libsigc++-${PV}" | 14 | S = "${UNPACKDIR}/libsigc++-${PV}" |
| 15 | 15 | ||
| 16 | inherit setuptools3 meson | 16 | inherit setuptools3 meson |
| 17 | 17 | ||
diff --git a/meta-oe/recipes-core/libxml/libxml++-5.0_5.0.1.bb b/meta-oe/recipes-core/libxml/libxml++-5.0_5.0.1.bb index 0271602555..58c2697b9a 100644 --- a/meta-oe/recipes-core/libxml/libxml++-5.0_5.0.1.bb +++ b/meta-oe/recipes-core/libxml/libxml++-5.0_5.0.1.bb | |||
| @@ -11,7 +11,7 @@ DEPENDS = "libxml2 glibmm" | |||
| 11 | GNOMEBN = "libxml++" | 11 | GNOMEBN = "libxml++" |
| 12 | inherit gnomebase ptest | 12 | inherit gnomebase ptest |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/libxml++-${PV}" | 14 | S = "${UNPACKDIR}/libxml++-${PV}" |
| 15 | 15 | ||
| 16 | SRC_URI[archive.sha256sum] = "15c38307a964fa6199f4da6683a599eb7e63cc89198545b36349b87cf9aa0098" | 16 | SRC_URI[archive.sha256sum] = "15c38307a964fa6199f4da6683a599eb7e63cc89198545b36349b87cf9aa0098" |
| 17 | 17 | ||
diff --git a/meta-oe/recipes-core/mdbus2/mdbus2_git.bb b/meta-oe/recipes-core/mdbus2/mdbus2_git.bb index a7ac358f27..948d50b471 100644 --- a/meta-oe/recipes-core/mdbus2/mdbus2_git.bb +++ b/meta-oe/recipes-core/mdbus2/mdbus2_git.bb | |||
| @@ -11,7 +11,6 @@ SRC_URI = "git://github.com/freesmartphone/mdbus.git;protocol=https;branch=maste | |||
| 11 | " | 11 | " |
| 12 | SRCREV = "28202692d0b441000f4ddb8f347f72d1355021aa" | 12 | SRCREV = "28202692d0b441000f4ddb8f347f72d1355021aa" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | 14 | ||
| 16 | inherit autotools pkgconfig vala | 15 | inherit autotools pkgconfig vala |
| 17 | 16 | ||
diff --git a/meta-oe/recipes-core/minizip-ng/minizip-ng_4.0.8.bb b/meta-oe/recipes-core/minizip-ng/minizip-ng_4.0.8.bb index a013d99ba1..cf98c0cf2e 100644 --- a/meta-oe/recipes-core/minizip-ng/minizip-ng_4.0.8.bb +++ b/meta-oe/recipes-core/minizip-ng/minizip-ng_4.0.8.bb | |||
| @@ -13,7 +13,6 @@ SRC_URI = "git://github.com/zlib-ng/minizip-ng.git;protocol=https;branch=master | |||
| 13 | 13 | ||
| 14 | SRCREV = "55db144e03027b43263e5ebcb599bf0878ba58de" | 14 | SRCREV = "55db144e03027b43263e5ebcb599bf0878ba58de" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | 16 | ||
| 18 | RCONFLICTS:${PN} += "minizip" | 17 | RCONFLICTS:${PN} += "minizip" |
| 19 | 18 | ||
diff --git a/meta-oe/recipes-core/minizip/minizip_1.3.1.bb b/meta-oe/recipes-core/minizip/minizip_1.3.1.bb index 0d36ffbcf6..56cd28c9ae 100644 --- a/meta-oe/recipes-core/minizip/minizip_1.3.1.bb +++ b/meta-oe/recipes-core/minizip/minizip_1.3.1.bb | |||
| @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://zip.h;beginline=14;endline=30;md5=8eaa8535a3a1a2296b3 | |||
| 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/libpng/zlib/${PV}/zlib-${PV}.tar.gz" | 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/libpng/zlib/${PV}/zlib-${PV}.tar.gz" |
| 10 | UPSTREAM_CHECK_URI = "http://zlib.net/" | 10 | UPSTREAM_CHECK_URI = "http://zlib.net/" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/zlib-${PV}/contrib/minizip" | 12 | S = "${UNPACKDIR}/zlib-${PV}/contrib/minizip" |
| 13 | 13 | ||
| 14 | SRC_URI[sha256sum] = "9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23" | 14 | SRC_URI[sha256sum] = "9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23" |
| 15 | 15 | ||
diff --git a/meta-oe/recipes-core/musl-rpmatch/musl-rpmatch_git.bb b/meta-oe/recipes-core/musl-rpmatch/musl-rpmatch_git.bb index fe3cf73e43..9c4db7efec 100644 --- a/meta-oe/recipes-core/musl-rpmatch/musl-rpmatch_git.bb +++ b/meta-oe/recipes-core/musl-rpmatch/musl-rpmatch_git.bb | |||
| @@ -12,4 +12,3 @@ UPSTREAM_CHECK_COMMITS = "1" | |||
| 12 | 12 | ||
| 13 | inherit autotools | 13 | inherit autotools |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | ||
diff --git a/meta-oe/recipes-core/ndctl/ndctl_v79.bb b/meta-oe/recipes-core/ndctl/ndctl_v79.bb index 1ad1476d93..4014e3bca6 100644 --- a/meta-oe/recipes-core/ndctl/ndctl_v79.bb +++ b/meta-oe/recipes-core/ndctl/ndctl_v79.bb | |||
| @@ -18,7 +18,6 @@ UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>v\d+(\.\d+)*)" | |||
| 18 | 18 | ||
| 19 | DEPENDS = "kmod udev json-c keyutils iniparser libtraceevent libtracefs" | 19 | DEPENDS = "kmod udev json-c keyutils iniparser libtraceevent libtracefs" |
| 20 | 20 | ||
| 21 | S = "${WORKDIR}/git" | ||
| 22 | 21 | ||
| 23 | EXTRA_OEMESON += "-Diniparserdir=${STAGING_INCDIR}/iniparser" | 22 | EXTRA_OEMESON += "-Diniparserdir=${STAGING_INCDIR}/iniparser" |
| 24 | 23 | ||
diff --git a/meta-oe/recipes-core/opencl/clpeak_1.1.4.bb b/meta-oe/recipes-core/opencl/clpeak_1.1.4.bb index 8c05ad6d02..59f807b7ae 100644 --- a/meta-oe/recipes-core/opencl/clpeak_1.1.4.bb +++ b/meta-oe/recipes-core/opencl/clpeak_1.1.4.bb | |||
| @@ -8,7 +8,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | |||
| 8 | 8 | ||
| 9 | SRCREV = "527695de8393a3144863a0a07f9b92f1c734d1c4" | 9 | SRCREV = "527695de8393a3144863a0a07f9b92f1c734d1c4" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | 11 | ||
| 13 | inherit cmake | 12 | inherit cmake |
| 14 | 13 | ||
diff --git a/meta-oe/recipes-core/opencl/ocl-icd_2.3.2.bb b/meta-oe/recipes-core/opencl/ocl-icd_2.3.2.bb index d43ea281ae..9e32242e31 100644 --- a/meta-oe/recipes-core/opencl/ocl-icd_2.3.2.bb +++ b/meta-oe/recipes-core/opencl/ocl-icd_2.3.2.bb | |||
| @@ -9,7 +9,6 @@ SRC_URI = "git://github.com/OCL-dev/ocl-icd.git;protocol=https;branch=master" | |||
| 9 | 9 | ||
| 10 | SRCREV = "fdde6677b21329432db8b481e2637cd10f7d3cb2" | 10 | SRCREV = "fdde6677b21329432db8b481e2637cd10f7d3cb2" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | inherit autotools | 13 | inherit autotools |
| 15 | 14 | ||
diff --git a/meta-oe/recipes-core/opencl/opencl-clhpp_2024.10.24.bb b/meta-oe/recipes-core/opencl/opencl-clhpp_2024.10.24.bb index b815c22eec..7335712d6f 100644 --- a/meta-oe/recipes-core/opencl/opencl-clhpp_2024.10.24.bb +++ b/meta-oe/recipes-core/opencl/opencl-clhpp_2024.10.24.bb | |||
| @@ -10,7 +10,6 @@ SRCREV = "c7b4aded1cab9560b226041dd962f63375a9a384" | |||
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/KhronosGroup/OpenCL-CLHPP.git;protocol=https;branch=main" | 11 | SRC_URI = "git://github.com/KhronosGroup/OpenCL-CLHPP.git;protocol=https;branch=main" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | inherit cmake | 14 | inherit cmake |
| 16 | 15 | ||
diff --git a/meta-oe/recipes-core/opencl/opencl-cts_2025.01.22.bb b/meta-oe/recipes-core/opencl/opencl-cts_2025.01.22.bb index e374ef1863..c766a66640 100644 --- a/meta-oe/recipes-core/opencl/opencl-cts_2025.01.22.bb +++ b/meta-oe/recipes-core/opencl/opencl-cts_2025.01.22.bb | |||
| @@ -8,7 +8,6 @@ inherit pkgconfig cmake | |||
| 8 | DEPENDS += "opencl-headers opencl-icd-loader" | 8 | DEPENDS += "opencl-headers opencl-icd-loader" |
| 9 | RDEPENDS:${PN} += "python3-core python3-io" | 9 | RDEPENDS:${PN} += "python3-core python3-io" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | 11 | ||
| 13 | SRC_URI = "git://github.com/KhronosGroup/OpenCL-CTS.git;protocol=https;branch=main;lfs=0 \ | 12 | SRC_URI = "git://github.com/KhronosGroup/OpenCL-CTS.git;protocol=https;branch=main;lfs=0 \ |
| 14 | file://0001-Ignore-Compiler-Warnings.patch" | 13 | file://0001-Ignore-Compiler-Warnings.patch" |
diff --git a/meta-oe/recipes-core/opencl/opencl-headers_2024.10.24.bb b/meta-oe/recipes-core/opencl/opencl-headers_2024.10.24.bb index 412b573cb4..0ec2fe5f33 100644 --- a/meta-oe/recipes-core/opencl/opencl-headers_2024.10.24.bb +++ b/meta-oe/recipes-core/opencl/opencl-headers_2024.10.24.bb | |||
| @@ -4,7 +4,6 @@ LICENSE = "Apache-2.0" | |||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 5 | SECTION = "base" | 5 | SECTION = "base" |
| 6 | 6 | ||
| 7 | S = "${WORKDIR}/git" | ||
| 8 | SRCREV = "4ea6df132107e3b4b9407f903204b5522fdffcd6" | 7 | SRCREV = "4ea6df132107e3b4b9407f903204b5522fdffcd6" |
| 9 | SRC_URI = "git://github.com/KhronosGroup/OpenCL-Headers.git;branch=main;protocol=https \ | 8 | SRC_URI = "git://github.com/KhronosGroup/OpenCL-Headers.git;branch=main;protocol=https \ |
| 10 | file://0001-Command-buffer-supported-queue-properties-265.patch \ | 9 | file://0001-Command-buffer-supported-queue-properties-265.patch \ |
diff --git a/meta-oe/recipes-core/opencl/opencl-icd-loader_2024.05.08.bb b/meta-oe/recipes-core/opencl/opencl-icd-loader_2024.05.08.bb index 38db7a2453..7cfc75f5ed 100644 --- a/meta-oe/recipes-core/opencl/opencl-icd-loader_2024.05.08.bb +++ b/meta-oe/recipes-core/opencl/opencl-icd-loader_2024.05.08.bb | |||
| @@ -11,7 +11,6 @@ DEPENDS += "opencl-headers" | |||
| 11 | PROVIDES = "virtual/opencl-icd" | 11 | PROVIDES = "virtual/opencl-icd" |
| 12 | RPROVIDES:${PN} = "virtual-opencl-icd" | 12 | RPROVIDES:${PN} = "virtual-opencl-icd" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | 14 | ||
| 16 | SRCREV = "861b68b290e76d08e7241608479c16431f529945" | 15 | SRCREV = "861b68b290e76d08e7241608479c16431f529945" |
| 17 | SRC_URI = "git://github.com/KhronosGroup/OpenCL-ICD-Loader.git;branch=main;protocol=https" | 16 | SRC_URI = "git://github.com/KhronosGroup/OpenCL-ICD-Loader.git;branch=main;protocol=https" |
diff --git a/meta-oe/recipes-core/pim435/pim435_git.bb b/meta-oe/recipes-core/pim435/pim435_git.bb index 8fc8749a1f..a18e889683 100644 --- a/meta-oe/recipes-core/pim435/pim435_git.bb +++ b/meta-oe/recipes-core/pim435/pim435_git.bb | |||
| @@ -15,7 +15,6 @@ SRCREV = "445ed623ec8d3ecbb1d566900b4ef3fb3031d689" | |||
| 15 | # Upstream repo does not tag | 15 | # Upstream repo does not tag |
| 16 | UPSTREAM_CHECK_COMMITS = "1" | 16 | UPSTREAM_CHECK_COMMITS = "1" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | 18 | ||
| 20 | DEPENDS = "i2c-tools" | 19 | DEPENDS = "i2c-tools" |
| 21 | 20 | ||
diff --git a/meta-oe/recipes-core/safec/safec_3.7.1.bb b/meta-oe/recipes-core/safec/safec_3.7.1.bb index 9dd6f1c7cc..a2f66e9a1a 100644 --- a/meta-oe/recipes-core/safec/safec_3.7.1.bb +++ b/meta-oe/recipes-core/safec/safec_3.7.1.bb | |||
| @@ -6,7 +6,6 @@ SECTION = "lib" | |||
| 6 | 6 | ||
| 7 | inherit autotools pkgconfig | 7 | inherit autotools pkgconfig |
| 8 | 8 | ||
| 9 | S = "${WORKDIR}/git" | ||
| 10 | SRCREV = "f9add9245b97c7bda6e28cceb0ee37fb7e254fd8" | 9 | SRCREV = "f9add9245b97c7bda6e28cceb0ee37fb7e254fd8" |
| 11 | SRC_URI = "git://github.com/rurban/safeclib.git;branch=master;protocol=https \ | 10 | SRC_URI = "git://github.com/rurban/safeclib.git;branch=master;protocol=https \ |
| 12 | file://0001-strpbrk_s-Remove-unused-variable-len.patch \ | 11 | file://0001-strpbrk_s-Remove-unused-variable-len.patch \ |
diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_255.6.bb b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_255.6.bb index ceb422325c..9c39d40d23 100644 --- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_255.6.bb +++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_255.6.bb | |||
| @@ -55,7 +55,6 @@ CFLAGS:append:libc-musl = " -D__UAPI_DEF_ETHHDR=0 " | |||
| 55 | 55 | ||
| 56 | EXTRA_OEMESON += "-Dstatic-libsystemd=pic" | 56 | EXTRA_OEMESON += "-Dstatic-libsystemd=pic" |
| 57 | 57 | ||
| 58 | S = "${WORKDIR}/git" | ||
| 59 | 58 | ||
| 60 | RDEPENDS:${PN}-dev = "" | 59 | RDEPENDS:${PN}-dev = "" |
| 61 | 60 | ||
diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_2.1.0.bb b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_2.1.0.bb index c55c305611..0467c834b8 100644 --- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_2.1.0.bb +++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_2.1.0.bb | |||
| @@ -11,6 +11,6 @@ DEPENDS += "expat" | |||
| 11 | SRCREV = "0261d0ec60b68c1f0a6ec9acf63d1379f7d569f8" | 11 | SRCREV = "0261d0ec60b68c1f0a6ec9acf63d1379f7d569f8" |
| 12 | SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;tag=v${PV};subpath=tools" | 12 | SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;tag=v${PV};subpath=tools" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/tools" | 14 | S = "${UNPACKDIR}/tools" |
| 15 | 15 | ||
| 16 | BBCLASSEXTEND = "native nativesdk" | 16 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.1.0.bb b/meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.1.0.bb index f3799adb3c..62b30e9894 100644 --- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.1.0.bb +++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.1.0.bb | |||
| @@ -24,7 +24,6 @@ EXTRA_OECMAKE = "-DSDBUSCPP_BUILD_CODEGEN=OFF \ | |||
| 24 | -DSDBUSCPP_BUILD_DOCS=ON \ | 24 | -DSDBUSCPP_BUILD_DOCS=ON \ |
| 25 | -DSDBUSCPP_BUILD_DOXYGEN_DOCS=OFF" | 25 | -DSDBUSCPP_BUILD_DOXYGEN_DOCS=OFF" |
| 26 | 26 | ||
| 27 | S = "${WORKDIR}/git" | ||
| 28 | 27 | ||
| 29 | # Link libatomic on architectures without 64bit atomics fixes | 28 | # Link libatomic on architectures without 64bit atomics fixes |
| 30 | # libsdbus-c++.so.1.1.0: undefined reference to `__atomic_load_8' | 29 | # libsdbus-c++.so.1.1.0: undefined reference to `__atomic_load_8' |
diff --git a/meta-oe/recipes-core/usleep/usleep_1.2.bb b/meta-oe/recipes-core/usleep/usleep_1.2.bb index e8b4a7fef9..530104e964 100644 --- a/meta-oe/recipes-core/usleep/usleep_1.2.bb +++ b/meta-oe/recipes-core/usleep/usleep_1.2.bb | |||
| @@ -3,8 +3,7 @@ SECTION = "base" | |||
| 3 | LICENSE = "GPL-2.0-only" | 3 | LICENSE = "GPL-2.0-only" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
| 5 | 5 | ||
| 6 | S = "${WORKDIR}/sources" | 6 | S = "${UNPACKDIR}" |
| 7 | UNPACKDIR = "${S}" | ||
| 8 | DEPENDS = "popt" | 7 | DEPENDS = "popt" |
| 9 | 8 | ||
| 10 | SRC_URI = "file://usleep.c \ | 9 | SRC_URI = "file://usleep.c \ |
diff --git a/meta-oe/recipes-core/uutils-coreutils/uutils-coreutils_0.1.0.bb b/meta-oe/recipes-core/uutils-coreutils/uutils-coreutils_0.1.0.bb index d7c8c44aad..fb95a2de5c 100644 --- a/meta-oe/recipes-core/uutils-coreutils/uutils-coreutils_0.1.0.bb +++ b/meta-oe/recipes-core/uutils-coreutils/uutils-coreutils_0.1.0.bb | |||
| @@ -13,7 +13,6 @@ SRC_URI += "git://github.com/uutils/coreutils.git;protocol=https;branch=main \ | |||
| 13 | " | 13 | " |
| 14 | 14 | ||
| 15 | SRCREV = "18b963ed6f612ac30ebca92426280cf4c1451f6a" | 15 | SRCREV = "18b963ed6f612ac30ebca92426280cf4c1451f6a" |
| 16 | S = "${WORKDIR}/git" | ||
| 17 | 16 | ||
| 18 | require ${BPN}-crates.inc | 17 | require ${BPN}-crates.inc |
| 19 | 18 | ||
diff --git a/meta-oe/recipes-crypto/botan/botan_3.7.1.bb b/meta-oe/recipes-crypto/botan/botan_3.7.1.bb index a9d080c9a5..74f895cf3c 100644 --- a/meta-oe/recipes-crypto/botan/botan_3.7.1.bb +++ b/meta-oe/recipes-crypto/botan/botan_3.7.1.bb | |||
| @@ -7,7 +7,7 @@ SECTION = "libs" | |||
| 7 | SRC_URI = "https://botan.randombit.net/releases/Botan-${PV}.tar.xz" | 7 | SRC_URI = "https://botan.randombit.net/releases/Botan-${PV}.tar.xz" |
| 8 | SRC_URI[sha256sum] = "fc0620463461caaea8e60f06711d7e437a3ad1eebd6de4ac29c14bbd901ccd1b" | 8 | SRC_URI[sha256sum] = "fc0620463461caaea8e60f06711d7e437a3ad1eebd6de4ac29c14bbd901ccd1b" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/Botan-${PV}" | 10 | S = "${UNPACKDIR}/Botan-${PV}" |
| 11 | 11 | ||
| 12 | inherit python3native siteinfo lib_package | 12 | inherit python3native siteinfo lib_package |
| 13 | 13 | ||
diff --git a/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.6.bb b/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.6.bb index b8ffa45947..840c04e52e 100644 --- a/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.6.bb +++ b/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.6.bb | |||
| @@ -12,7 +12,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=bc974d217b525ea216a336adb73e1220" | |||
| 12 | SRCREV = "2543e6e5037c0b1b448282c2793f8a6ce8b12d71" | 12 | SRCREV = "2543e6e5037c0b1b448282c2793f8a6ce8b12d71" |
| 13 | SRC_URI = "git://git.kernel.org/pub/scm/fs/fsverity/fsverity-utils.git;branch=master" | 13 | SRC_URI = "git://git.kernel.org/pub/scm/fs/fsverity/fsverity-utils.git;branch=master" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | 15 | ||
| 17 | DEPENDS = "openssl" | 16 | DEPENDS = "openssl" |
| 18 | 17 | ||
diff --git a/meta-oe/recipes-crypto/libkcapi/libkcapi_1.5.0.bb b/meta-oe/recipes-crypto/libkcapi/libkcapi_1.5.0.bb index a34614dd9d..7d27081964 100644 --- a/meta-oe/recipes-crypto/libkcapi/libkcapi_1.5.0.bb +++ b/meta-oe/recipes-crypto/libkcapi/libkcapi_1.5.0.bb | |||
| @@ -3,7 +3,6 @@ HOMEPAGE = "https://www.chronox.de/libkcapi/index.html" | |||
| 3 | LICENSE = "BSD-3-Clause | GPL-2.0-only" | 3 | LICENSE = "BSD-3-Clause | GPL-2.0-only" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=3d8a091d797491204567185a6efce70f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=3d8a091d797491204567185a6efce70f" |
| 5 | 5 | ||
| 6 | S = "${WORKDIR}/git" | ||
| 7 | SRCREV = "fc937358e71253a6efaa3ba74885364976b040ea" | 6 | SRCREV = "fc937358e71253a6efaa3ba74885364976b040ea" |
| 8 | SRC_URI = "git://github.com/smuellerDD/libkcapi.git;branch=master;protocol=https \ | 7 | SRC_URI = "git://github.com/smuellerDD/libkcapi.git;branch=master;protocol=https \ |
| 9 | " | 8 | " |
diff --git a/meta-oe/recipes-crypto/libtomcrypt/libtomcrypt_1.18.2.bb b/meta-oe/recipes-crypto/libtomcrypt/libtomcrypt_1.18.2.bb index 5479007d92..a9a147c35b 100644 --- a/meta-oe/recipes-crypto/libtomcrypt/libtomcrypt_1.18.2.bb +++ b/meta-oe/recipes-crypto/libtomcrypt/libtomcrypt_1.18.2.bb | |||
| @@ -21,7 +21,6 @@ SRC_URI = "git://github.com/libtom/libtomcrypt.git;protocol=https;branch=master | |||
| 21 | 21 | ||
| 22 | SRCREV = "7e7eb695d581782f04b24dc444cbfde86af59853" | 22 | SRCREV = "7e7eb695d581782f04b24dc444cbfde86af59853" |
| 23 | 23 | ||
| 24 | S = "${WORKDIR}/git" | ||
| 25 | 24 | ||
| 26 | inherit pkgconfig | 25 | inherit pkgconfig |
| 27 | 26 | ||
diff --git a/meta-oe/recipes-crypto/monocypher/monocypher_4.0.2.bb b/meta-oe/recipes-crypto/monocypher/monocypher_4.0.2.bb index 813c6ec4c8..a601d88e7c 100644 --- a/meta-oe/recipes-crypto/monocypher/monocypher_4.0.2.bb +++ b/meta-oe/recipes-crypto/monocypher/monocypher_4.0.2.bb | |||
| @@ -11,7 +11,7 @@ SRC_URI[sha512sum] = "bf275d4c53ff94af6cdc723a4e002e9f080f4d1436c86c76bb37870b34 | |||
| 11 | 11 | ||
| 12 | MIRRORS = "https://.*/.* https://github.com/LoupVaillant/Monocypher/releases/download/${PV}/${BPN}-${PV}.tar.gz " | 12 | MIRRORS = "https://.*/.* https://github.com/LoupVaillant/Monocypher/releases/download/${PV}/${BPN}-${PV}.tar.gz " |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/${BPN}-${PV}" | 14 | S = "${UNPACKDIR}/${BPN}-${PV}" |
| 15 | 15 | ||
| 16 | CFLAGS += "-pedantic -Wall -Wextra -O3" | 16 | CFLAGS += "-pedantic -Wall -Wextra -O3" |
| 17 | EXTRA_OEMAKE = "'PREFIX=${prefix}' 'DESTDIR=${D}' 'CFLAGS=${CFLAGS}' 'LIBDIR=${libdir}'" | 17 | EXTRA_OEMAKE = "'PREFIX=${prefix}' 'DESTDIR=${D}' 'CFLAGS=${CFLAGS}' 'LIBDIR=${libdir}'" |
diff --git a/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.30.0.bb b/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.30.0.bb index d3922cf79e..15d0aefc36 100644 --- a/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.30.0.bb +++ b/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.30.0.bb | |||
| @@ -17,7 +17,6 @@ LIC_FILES_CHKSUM = " \ | |||
| 17 | " | 17 | " |
| 18 | SRC_URI = "git://github.com/OpenSC/${BPN}.git;branch=master;protocol=https" | 18 | SRC_URI = "git://github.com/OpenSC/${BPN}.git;branch=master;protocol=https" |
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/git" | ||
| 21 | # master | 20 | # master |
| 22 | SRCREV = "8bed16034f629a0361fa8ff89deed2b43dc45d8b" | 21 | SRCREV = "8bed16034f629a0361fa8ff89deed2b43dc45d8b" |
| 23 | PV .= "+1.30.0+git" | 22 | PV .= "+1.30.0+git" |
diff --git a/meta-oe/recipes-dbs/leveldb/leveldb_1.23.bb b/meta-oe/recipes-dbs/leveldb/leveldb_1.23.bb index 60b486df78..9cefc528ae 100644 --- a/meta-oe/recipes-dbs/leveldb/leveldb_1.23.bb +++ b/meta-oe/recipes-dbs/leveldb/leveldb_1.23.bb | |||
| @@ -11,7 +11,6 @@ SRC_URI = "gitsm://github.com/google/${BPN}.git;branch=main;protocol=https \ | |||
| 11 | " | 11 | " |
| 12 | 12 | ||
| 13 | SRCREV = "068d5ee1a3ac40dabd00d211d5013af44be55bea" | 13 | SRCREV = "068d5ee1a3ac40dabd00d211d5013af44be55bea" |
| 14 | S = "${WORKDIR}/git" | ||
| 15 | 14 | ||
| 16 | inherit cmake ptest | 15 | inherit cmake ptest |
| 17 | PACKAGECONFIG ??= "" | 16 | PACKAGECONFIG ??= "" |
diff --git a/meta-oe/recipes-dbs/lmdb/lmdb_0.9.31.bb b/meta-oe/recipes-dbs/lmdb/lmdb_0.9.31.bb index b2f1920f6b..065c8559ff 100644 --- a/meta-oe/recipes-dbs/lmdb/lmdb_0.9.31.bb +++ b/meta-oe/recipes-dbs/lmdb/lmdb_0.9.31.bb | |||
| @@ -18,7 +18,7 @@ SRCREV = "ce201088de95d26fc0da36ba805bf2ddc2ba74ff" | |||
| 18 | 18 | ||
| 19 | inherit ptest | 19 | inherit ptest |
| 20 | 20 | ||
| 21 | S = "${WORKDIR}/git/libraries/liblmdb" | 21 | S = "${UNPACKDIR}/${BP}/libraries/liblmdb" |
| 22 | 22 | ||
| 23 | do_compile() { | 23 | do_compile() { |
| 24 | oe_runmake CC="${CC}" SOEXT=".so.${PV}" LDFLAGS="${LDFLAGS}" XCFLAGS="${CFLAGS}" | 24 | oe_runmake CC="${CC}" SOEXT=".so.${PV}" LDFLAGS="${LDFLAGS}" XCFLAGS="${CFLAGS}" |
diff --git a/meta-oe/recipes-dbs/rocksdb/rocksdb_9.10.0.bb b/meta-oe/recipes-dbs/rocksdb/rocksdb_9.10.0.bb index fefb6df8aa..5bbb010f8b 100644 --- a/meta-oe/recipes-dbs/rocksdb/rocksdb_9.10.0.bb +++ b/meta-oe/recipes-dbs/rocksdb/rocksdb_9.10.0.bb | |||
| @@ -29,7 +29,6 @@ SRC_URI:append:mips = " file://0001-replace-old-sync-with-new-atomic-builtin-equ | |||
| 29 | SRC_URI:append:powerpc = " file://0001-replace-old-sync-with-new-atomic-builtin-equivalents.patch" | 29 | SRC_URI:append:powerpc = " file://0001-replace-old-sync-with-new-atomic-builtin-equivalents.patch" |
| 30 | SRC_URI:remove:toolchain-clang:riscv32 = "file://0001-replace-old-sync-with-new-atomic-builtin-equivalents.patch" | 30 | SRC_URI:remove:toolchain-clang:riscv32 = "file://0001-replace-old-sync-with-new-atomic-builtin-equivalents.patch" |
| 31 | 31 | ||
| 32 | S = "${WORKDIR}/git" | ||
| 33 | 32 | ||
| 34 | inherit cmake ptest | 33 | inherit cmake ptest |
| 35 | 34 | ||
diff --git a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20250512.1.bb b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20250512.1.bb index 7d8b813e5f..4afbba963a 100644 --- a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20250512.1.bb +++ b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20250512.1.bb | |||
| @@ -14,7 +14,6 @@ SRC_URI = "git://github.com/abseil/abseil-cpp;branch=${BRANCH};protocol=https \ | |||
| 14 | file://0002-abseil-ppc-fixes.patch \ | 14 | file://0002-abseil-ppc-fixes.patch \ |
| 15 | " | 15 | " |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | 17 | ||
| 19 | inherit cmake | 18 | inherit cmake |
| 20 | 19 | ||
diff --git a/meta-oe/recipes-devtools/aer-inject/aer-inject_1.0.bb b/meta-oe/recipes-devtools/aer-inject/aer-inject_1.0.bb index 87c09f5118..e027b8d4aa 100644 --- a/meta-oe/recipes-devtools/aer-inject/aer-inject_1.0.bb +++ b/meta-oe/recipes-devtools/aer-inject/aer-inject_1.0.bb | |||
| @@ -15,7 +15,6 @@ SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/gong.chen/aer-inject.gi | |||
| 15 | " | 15 | " |
| 16 | SRCREV = "9bd5e2c7886fca72f139cd8402488a2235957d41" | 16 | SRCREV = "9bd5e2c7886fca72f139cd8402488a2235957d41" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | 18 | ||
| 20 | DEPENDS = "bison-native" | 19 | DEPENDS = "bison-native" |
| 21 | 20 | ||
diff --git a/meta-oe/recipes-devtools/android-tools/android-tools-conf-configfs_1.0.bb b/meta-oe/recipes-devtools/android-tools/android-tools-conf-configfs_1.0.bb index f473d22849..342e7fd1a5 100644 --- a/meta-oe/recipes-devtools/android-tools/android-tools-conf-configfs_1.0.bb +++ b/meta-oe/recipes-devtools/android-tools/android-tools-conf-configfs_1.0.bb | |||
| @@ -3,8 +3,7 @@ SECTION = "console/utils" | |||
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | 4 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" |
| 5 | 5 | ||
| 6 | S = "${WORKDIR}/sources" | 6 | S = "${UNPACKDIR}" |
| 7 | UNPACKDIR = "${S}" | ||
| 8 | 7 | ||
| 9 | SRC_URI = " \ | 8 | SRC_URI = " \ |
| 10 | file://android-gadget-setup \ | 9 | file://android-gadget-setup \ |
diff --git a/meta-oe/recipes-devtools/android-tools/android-tools-conf_1.0.bb b/meta-oe/recipes-devtools/android-tools/android-tools-conf_1.0.bb index abf21803e5..764d6b404f 100644 --- a/meta-oe/recipes-devtools/android-tools/android-tools-conf_1.0.bb +++ b/meta-oe/recipes-devtools/android-tools/android-tools-conf_1.0.bb | |||
| @@ -5,8 +5,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda | |||
| 5 | 5 | ||
| 6 | SRC_URI = "file://android-gadget-setup" | 6 | SRC_URI = "file://android-gadget-setup" |
| 7 | 7 | ||
| 8 | S = "${WORKDIR}/sources" | 8 | S = "${UNPACKDIR}" |
| 9 | UNPACKDIR = "${S}" | ||
| 10 | 9 | ||
| 11 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 10 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 12 | 11 | ||
diff --git a/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb b/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb index fe915c3e30..ff83b6c2ee 100644 --- a/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb +++ b/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb | |||
| @@ -21,11 +21,11 @@ SRCREV_build = "16e987def3d7d8f7d30805eb95cef69e52a87dbc" | |||
| 21 | 21 | ||
| 22 | SRCREV_FORMAT = "core_extras_libhardware_libselinux_build" | 22 | SRCREV_FORMAT = "core_extras_libhardware_libselinux_build" |
| 23 | SRC_URI = " \ | 23 | SRC_URI = " \ |
| 24 | git://${ANDROID_MIRROR}/platform/system/core;name=core;protocol=https;nobranch=1;destsuffix=git/system/core \ | 24 | git://${ANDROID_MIRROR}/platform/system/core;name=core;protocol=https;nobranch=1;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/system/core \ |
| 25 | git://${ANDROID_MIRROR}/platform/system/extras;name=extras;protocol=https;nobranch=1;destsuffix=git/system/extras \ | 25 | git://${ANDROID_MIRROR}/platform/system/extras;name=extras;protocol=https;nobranch=1;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/system/extras \ |
| 26 | git://${ANDROID_MIRROR}/platform/hardware/libhardware;name=libhardware;protocol=https;nobranch=1;destsuffix=git/hardware/libhardware \ | 26 | git://${ANDROID_MIRROR}/platform/hardware/libhardware;name=libhardware;protocol=https;nobranch=1;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/hardware/libhardware \ |
| 27 | git://${ANDROID_MIRROR}/platform/external/libselinux;name=libselinux;protocol=https;nobranch=1;destsuffix=git/external/libselinux \ | 27 | git://${ANDROID_MIRROR}/platform/external/libselinux;name=libselinux;protocol=https;nobranch=1;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/external/libselinux \ |
| 28 | git://${ANDROID_MIRROR}/platform/build;name=build;protocol=https;nobranch=1;destsuffix=git/build \ | 28 | git://${ANDROID_MIRROR}/platform/build;name=build;protocol=https;nobranch=1;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/build \ |
| 29 | file://core/0001-adb-remove-selinux-extensions.patch;patchdir=system/core \ | 29 | file://core/0001-adb-remove-selinux-extensions.patch;patchdir=system/core \ |
| 30 | file://core/0002-adb-Use-local-sockets-where-appropriate.patch;patchdir=system/core \ | 30 | file://core/0002-adb-Use-local-sockets-where-appropriate.patch;patchdir=system/core \ |
| 31 | file://core/0003-adb-define-shell-command.patch;patchdir=system/core \ | 31 | file://core/0003-adb-define-shell-command.patch;patchdir=system/core \ |
| @@ -62,7 +62,6 @@ SRC_URI = " \ | |||
| 62 | " | 62 | " |
| 63 | 63 | ||
| 64 | 64 | ||
| 65 | S = "${WORKDIR}/git" | ||
| 66 | B = "${WORKDIR}/${BPN}" | 65 | B = "${WORKDIR}/${BPN}" |
| 67 | 66 | ||
| 68 | # http://errors.yoctoproject.org/Errors/Details/133881/ | 67 | # http://errors.yoctoproject.org/Errors/Details/133881/ |
diff --git a/meta-oe/recipes-devtools/apitrace/apitrace_11.1.bb b/meta-oe/recipes-devtools/apitrace/apitrace_11.1.bb index 48ba7dbaea..244d9a3c6f 100644 --- a/meta-oe/recipes-devtools/apitrace/apitrace_11.1.bb +++ b/meta-oe/recipes-devtools/apitrace/apitrace_11.1.bb | |||
| @@ -11,7 +11,6 @@ SRC_URI = "gitsm://github.com/${BPN}/${BPN}.git;branch=master;protocol=https \ | |||
| 11 | file://0001-Explicit-header-stdint.patch \ | 11 | file://0001-Explicit-header-stdint.patch \ |
| 12 | " | 12 | " |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | 14 | ||
| 16 | DEPENDS += "zlib libpng python3-native" | 15 | DEPENDS += "zlib libpng python3-native" |
| 17 | 16 | ||
diff --git a/meta-oe/recipes-devtools/breakpad/breakpad_2023.06.01.bb b/meta-oe/recipes-devtools/breakpad/breakpad_2023.06.01.bb index 3bf4371e85..0e51289507 100644 --- a/meta-oe/recipes-devtools/breakpad/breakpad_2023.06.01.bb +++ b/meta-oe/recipes-devtools/breakpad/breakpad_2023.06.01.bb | |||
| @@ -27,9 +27,9 @@ SRCREV_protobuf = "cb6dd4ef5f82e41e06179dcd57d3b1d9246ad6ac" | |||
| 27 | SRCREV_lss = "9719c1e1e676814c456b55f5f070eabad6709d31" | 27 | SRCREV_lss = "9719c1e1e676814c456b55f5f070eabad6709d31" |
| 28 | 28 | ||
| 29 | SRC_URI = "git://github.com/google/breakpad;name=breakpad;branch=main;protocol=https \ | 29 | SRC_URI = "git://github.com/google/breakpad;name=breakpad;branch=main;protocol=https \ |
| 30 | git://github.com/google/googletest.git;destsuffix=git/src/testing/gtest;name=gtest;branch=main;protocol=https \ | 30 | git://github.com/google/googletest.git;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/src/testing/gtest;name=gtest;branch=main;protocol=https \ |
| 31 | git://github.com/protocolbuffers/protobuf.git;destsuffix=git/src/third_party/protobuf/protobuf;name=protobuf;branch=master;protocol=https \ | 31 | git://github.com/protocolbuffers/protobuf.git;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/src/third_party/protobuf/protobuf;name=protobuf;branch=master;protocol=https \ |
| 32 | git://chromium.googlesource.com/linux-syscall-support;protocol=https;branch=main;destsuffix=git/src/third_party/lss;name=lss \ | 32 | git://chromium.googlesource.com/linux-syscall-support;protocol=https;branch=main;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/src/third_party/lss;name=lss \ |
| 33 | file://0001-include-sys-reg.h-to-get-__WORDSIZE-on-musl-libc.patch \ | 33 | file://0001-include-sys-reg.h-to-get-__WORDSIZE-on-musl-libc.patch \ |
| 34 | file://0003-Fix-conflict-between-musl-libc-dirent.h-and-lss.patch \ | 34 | file://0003-Fix-conflict-between-musl-libc-dirent.h-and-lss.patch \ |
| 35 | file://0001-Turn-off-sign-compare-for-musl-libc.patch \ | 35 | file://0001-Turn-off-sign-compare-for-musl-libc.patch \ |
| @@ -41,7 +41,6 @@ SRC_URI = "git://github.com/google/breakpad;name=breakpad;branch=main;protocol=h | |||
| 41 | file://0001-lss-Match-syscalls-to-match-musl.patch;patchdir=src/third_party/lss \ | 41 | file://0001-lss-Match-syscalls-to-match-musl.patch;patchdir=src/third_party/lss \ |
| 42 | file://mips_asm_sgidefs.patch;patchdir=src/third_party/lss \ | 42 | file://mips_asm_sgidefs.patch;patchdir=src/third_party/lss \ |
| 43 | " | 43 | " |
| 44 | S = "${WORKDIR}/git" | ||
| 45 | 44 | ||
| 46 | CXXFLAGS += "-D_GNU_SOURCE" | 45 | CXXFLAGS += "-D_GNU_SOURCE" |
| 47 | LDFLAGS:append:libc-musl = " -lucontext" | 46 | LDFLAGS:append:libc-musl = " -lucontext" |
diff --git a/meta-oe/recipes-devtools/capnproto/capnproto_1.0.2.bb b/meta-oe/recipes-devtools/capnproto/capnproto_1.0.2.bb index 77bde79217..0ea243fd20 100644 --- a/meta-oe/recipes-devtools/capnproto/capnproto_1.0.2.bb +++ b/meta-oe/recipes-devtools/capnproto/capnproto_1.0.2.bb | |||
| @@ -9,7 +9,7 @@ SRC_URI = "git://github.com/sandstorm-io/capnproto.git;branch=release-${PV};prot | |||
| 9 | file://0001-Export-binaries-only-for-native-build.patch" | 9 | file://0001-Export-binaries-only-for-native-build.patch" |
| 10 | SRCREV = "1a0e12c0a3ba1f0dbbad45ddfef555166e0a14fc" | 10 | SRCREV = "1a0e12c0a3ba1f0dbbad45ddfef555166e0a14fc" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git/c++" | 12 | S = "${UNPACKDIR}/${BP}/c++" |
| 13 | 13 | ||
| 14 | inherit cmake | 14 | inherit cmake |
| 15 | 15 | ||
diff --git a/meta-oe/recipes-devtools/cbindgen/cbindgen_0.28.0.bb b/meta-oe/recipes-devtools/cbindgen/cbindgen_0.28.0.bb index eb8556ebc6..8a6337a0d2 100644 --- a/meta-oe/recipes-devtools/cbindgen/cbindgen_0.28.0.bb +++ b/meta-oe/recipes-devtools/cbindgen/cbindgen_0.28.0.bb | |||
| @@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=9741c346eef56131163e13b9db1241b3" | |||
| 6 | SRC_URI += "git://github.com/mozilla/cbindgen.git;protocol=https;branch=master \ | 6 | SRC_URI += "git://github.com/mozilla/cbindgen.git;protocol=https;branch=master \ |
| 7 | file://0001-Define-more-ioctl-codes-on-riscv32gc-unknown-linux-g.patch;patchdir=${CARGO_VENDORING_DIRECTORY}/libc-0.2.155" | 7 | file://0001-Define-more-ioctl-codes-on-riscv32gc-unknown-linux-g.patch;patchdir=${CARGO_VENDORING_DIRECTORY}/libc-0.2.155" |
| 8 | SRCREV = "bd78bbe59b10eda6ef1255e4acda95c56c6d0279" | 8 | SRCREV = "bd78bbe59b10eda6ef1255e4acda95c56c6d0279" |
| 9 | S = "${WORKDIR}/git" | ||
| 10 | 9 | ||
| 11 | inherit cargo pkgconfig | 10 | inherit cargo pkgconfig |
| 12 | 11 | ||
diff --git a/meta-oe/recipes-devtools/cjson/cjson_1.7.18.bb b/meta-oe/recipes-devtools/cjson/cjson_1.7.18.bb index bdeab3055c..33c8c28531 100644 --- a/meta-oe/recipes-devtools/cjson/cjson_1.7.18.bb +++ b/meta-oe/recipes-devtools/cjson/cjson_1.7.18.bb | |||
| @@ -9,7 +9,6 @@ SRC_URI = "git://github.com/DaveGamble/cJSON.git;branch=master;protocol=https \ | |||
| 9 | " | 9 | " |
| 10 | SRCREV = "acc76239bee01d8e9c858ae2cab296704e52d916" | 10 | SRCREV = "acc76239bee01d8e9c858ae2cab296704e52d916" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | inherit cmake pkgconfig ptest | 13 | inherit cmake pkgconfig ptest |
| 15 | 14 | ||
diff --git a/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb b/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb index 47a3d88853..ab4e6148e9 100644 --- a/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb +++ b/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb | |||
| @@ -14,7 +14,6 @@ SRC_URI = "git://github.com/concurrencykit/ck.git;branch=master;protocol=https \ | |||
| 14 | file://0001-configure-Fix-compoiler-detection-logic-for-cross-co.patch \ | 14 | file://0001-configure-Fix-compoiler-detection-logic-for-cross-co.patch \ |
| 15 | file://0001-build-Use-ilp32d-abi-on-riscv32-and-lp64d-on-rv64.patch" | 15 | file://0001-build-Use-ilp32d-abi-on-riscv32-and-lp64d-on-rv64.patch" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | 17 | ||
| 19 | COMPATIBLE_HOST = "(arm|aarch64|i.86|x86_64|powerpc|powerpc64|riscv32|riscv64).*-linux*" | 18 | COMPATIBLE_HOST = "(arm|aarch64|i.86|x86_64|powerpc|powerpc64|riscv32|riscv64).*-linux*" |
| 20 | 19 | ||
diff --git a/meta-oe/recipes-devtools/cppgenerate/cppgenerate_0.3.bb b/meta-oe/recipes-devtools/cppgenerate/cppgenerate_0.3.bb index 961c94205f..6e709b6e7e 100644 --- a/meta-oe/recipes-devtools/cppgenerate/cppgenerate_0.3.bb +++ b/meta-oe/recipes-devtools/cppgenerate/cppgenerate_0.3.bb | |||
| @@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc" | |||
| 7 | SRC_URI = "git://github.com/rm5248/libcppgenerate.git;branch=master;protocol=https" | 7 | SRC_URI = "git://github.com/rm5248/libcppgenerate.git;branch=master;protocol=https" |
| 8 | SRCREV = "930c5503f76c877b72b9ff8546353d6f422bd010" | 8 | SRCREV = "930c5503f76c877b72b9ff8546353d6f422bd010" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | 10 | ||
| 12 | inherit cmake | 11 | inherit cmake |
| 13 | 12 | ||
diff --git a/meta-oe/recipes-devtools/cpuset/cpuset_1.6.2.bb b/meta-oe/recipes-devtools/cpuset/cpuset_1.6.2.bb index b404d4131e..98419a8069 100644 --- a/meta-oe/recipes-devtools/cpuset/cpuset_1.6.2.bb +++ b/meta-oe/recipes-devtools/cpuset/cpuset_1.6.2.bb | |||
| @@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
| 6 | SRC_URI = "git://github.com/SUSE/cpuset.git;protocol=https;branch=master" | 6 | SRC_URI = "git://github.com/SUSE/cpuset.git;protocol=https;branch=master" |
| 7 | 7 | ||
| 8 | SRCREV = "4f80263208935f0df4f616cf9d8cb7285599a670" | 8 | SRCREV = "4f80263208935f0df4f616cf9d8cb7285599a670" |
| 9 | S = "${WORKDIR}/git" | ||
| 10 | 9 | ||
| 11 | inherit setuptools3 | 10 | inherit setuptools3 |
| 12 | 11 | ||
diff --git a/meta-oe/recipes-devtools/ctags/ctags_6.2.20250608.0.bb b/meta-oe/recipes-devtools/ctags/ctags_6.2.20250608.0.bb index 6f0fbff0b2..845a78da76 100644 --- a/meta-oe/recipes-devtools/ctags/ctags_6.2.20250608.0.bb +++ b/meta-oe/recipes-devtools/ctags/ctags_6.2.20250608.0.bb | |||
| @@ -17,7 +17,6 @@ inherit autotools-brokensep pkgconfig manpages | |||
| 17 | SRCREV = "c06d333b3162660694b26604a364cdab89e2010e" | 17 | SRCREV = "c06d333b3162660694b26604a364cdab89e2010e" |
| 18 | SRC_URI = "git://github.com/universal-ctags/ctags;branch=master;protocol=https;tag=p${PV}" | 18 | SRC_URI = "git://github.com/universal-ctags/ctags;branch=master;protocol=https;tag=p${PV}" |
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/git" | ||
| 21 | 20 | ||
| 22 | PACKAGECONFIG ??= " \ | 21 | PACKAGECONFIG ??= " \ |
| 23 | readcmd \ | 22 | readcmd \ |
diff --git a/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.141.bb b/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.141.bb index 5fa71896b2..9287962ab7 100644 --- a/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.141.bb +++ b/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.141.bb | |||
| @@ -13,7 +13,7 @@ SRC_URI = "\ | |||
| 13 | 13 | ||
| 14 | SRC_URI[sha256sum] = "232ec755f4b1f445f829996885846abba6f1b6fd55d049476ab26ddd8c4b4e1b" | 14 | SRC_URI[sha256sum] = "232ec755f4b1f445f829996885846abba6f1b6fd55d049476ab26ddd8c4b4e1b" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/debootstrap" | 16 | S = "${UNPACKDIR}/debootstrap" |
| 17 | 17 | ||
| 18 | DEPENDS = " \ | 18 | DEPENDS = " \ |
| 19 | virtual/fakeroot-native \ | 19 | virtual/fakeroot-native \ |
diff --git a/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_1.4.bb b/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_1.4.bb index 599675a345..bc558b7d62 100644 --- a/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_1.4.bb +++ b/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_1.4.bb | |||
| @@ -10,7 +10,6 @@ SRC_URI:append:class-target = " file://oe-remote.repo.sample" | |||
| 10 | 10 | ||
| 11 | inherit setuptools3-base | 11 | inherit setuptools3-base |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | do_install:append() { | 14 | do_install:append() { |
| 16 | install -d ${D}${datadir}/dnf | 15 | install -d ${D}${datadir}/dnf |
diff --git a/meta-oe/recipes-devtools/doxygen/doxygen_1.14.0.bb b/meta-oe/recipes-devtools/doxygen/doxygen_1.14.0.bb index 1c8b442eef..512a63549e 100644 --- a/meta-oe/recipes-devtools/doxygen/doxygen_1.14.0.bb +++ b/meta-oe/recipes-devtools/doxygen/doxygen_1.14.0.bb | |||
| @@ -12,7 +12,6 @@ SRC_URI = "\ | |||
| 12 | 12 | ||
| 13 | SRCREV = "cbe58f6237b2238c9af7f51c6b7afb8bbf52c866" | 13 | SRCREV = "cbe58f6237b2238c9af7f51c6b7afb8bbf52c866" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | 15 | ||
| 17 | UPSTREAM_CHECK_GITTAGREGEX = "Release_(?P<pver>\d+(\_\d+)+)" | 16 | UPSTREAM_CHECK_GITTAGREGEX = "Release_(?P<pver>\d+(\_\d+)+)" |
| 18 | 17 | ||
diff --git a/meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.9.bb b/meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.9.bb index b567f11f5c..c6db2ef38c 100644 --- a/meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.9.bb +++ b/meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.9.bb | |||
| @@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=38f617473e9f7373b5e79baf437accf8" | |||
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/editorconfig/editorconfig-core-c.git;protocol=https;branch=master" | 7 | SRC_URI = "git://github.com/editorconfig/editorconfig-core-c.git;protocol=https;branch=master" |
| 8 | 8 | ||
| 9 | S = "${WORKDIR}/git" | ||
| 10 | SRCREV = "e082c947e7f7b14240195d55c060a6e1eda1b0a1" | 9 | SRCREV = "e082c947e7f7b14240195d55c060a6e1eda1b0a1" |
| 11 | 10 | ||
| 12 | inherit cmake | 11 | inherit cmake |
diff --git a/meta-oe/recipes-devtools/exprtk/exprtk_git.bb b/meta-oe/recipes-devtools/exprtk/exprtk_git.bb index 74a14f4f08..bdaa39b402 100644 --- a/meta-oe/recipes-devtools/exprtk/exprtk_git.bb +++ b/meta-oe/recipes-devtools/exprtk/exprtk_git.bb | |||
| @@ -7,7 +7,6 @@ SRCREV = "a4b17d543f072d2e3ba564e4bc5c3a0d2b05c338" | |||
| 7 | 7 | ||
| 8 | SRC_URI = "git://github.com/ArashPartow/exprtk.git;branch=release;protocol=https" | 8 | SRC_URI = "git://github.com/ArashPartow/exprtk.git;branch=release;protocol=https" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | 10 | ||
| 12 | # other packages commonly reference the file directly as "exprtk.hpp" | 11 | # other packages commonly reference the file directly as "exprtk.hpp" |
| 13 | # create symlink to allow this usage | 12 | # create symlink to allow this usage |
diff --git a/meta-oe/recipes-devtools/extract-cert/extract-cert_0.3.bb b/meta-oe/recipes-devtools/extract-cert/extract-cert_0.3.bb index a4cd7ad157..83e9383d4a 100644 --- a/meta-oe/recipes-devtools/extract-cert/extract-cert_0.3.bb +++ b/meta-oe/recipes-devtools/extract-cert/extract-cert_0.3.bb | |||
| @@ -7,7 +7,6 @@ DEPENDS = "openssl" | |||
| 7 | SRC_URI = "git://git.pengutronix.de/git/extract-cert;protocol=https;branch=master;" | 7 | SRC_URI = "git://git.pengutronix.de/git/extract-cert;protocol=https;branch=master;" |
| 8 | SRCREV = "d652b4e8279aef2a85f58676ab472744bafeafc9" | 8 | SRCREV = "d652b4e8279aef2a85f58676ab472744bafeafc9" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | 10 | ||
| 12 | inherit meson pkgconfig | 11 | inherit meson pkgconfig |
| 13 | 12 | ||
diff --git a/meta-oe/recipes-devtools/flatbuffers/flatbuffers.bb b/meta-oe/recipes-devtools/flatbuffers/flatbuffers.bb index 3103fd0091..c51a49ba01 100644 --- a/meta-oe/recipes-devtools/flatbuffers/flatbuffers.bb +++ b/meta-oe/recipes-devtools/flatbuffers/flatbuffers.bb | |||
| @@ -13,7 +13,6 @@ DEPENDS = "flatbuffers-native" | |||
| 13 | RDEPENDS:${PN}-compiler = "${PN}" | 13 | RDEPENDS:${PN}-compiler = "${PN}" |
| 14 | RDEPENDS:${PN}-dev += "${PN}-compiler" | 14 | RDEPENDS:${PN}-dev += "${PN}-compiler" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | 16 | ||
| 18 | EXTRA_OECMAKE += " \ | 17 | EXTRA_OECMAKE += " \ |
| 19 | -DFLATBUFFERS_BUILD_TESTS=OFF \ | 18 | -DFLATBUFFERS_BUILD_TESTS=OFF \ |
diff --git a/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers.bb b/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers.bb index 1fab013580..feb206f27c 100644 --- a/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers.bb +++ b/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | |||
| 6 | 6 | ||
| 7 | require flatbuffers.inc | 7 | require flatbuffers.inc |
| 8 | 8 | ||
| 9 | S = "${WORKDIR}/git/python" | 9 | S = "${UNPACKDIR}/${BP}/python" |
| 10 | 10 | ||
| 11 | RDEPENDS:${PN} = "flatbuffers" | 11 | RDEPENDS:${PN} = "flatbuffers" |
| 12 | 12 | ||
diff --git a/meta-oe/recipes-devtools/flatcc/flatcc_git.bb b/meta-oe/recipes-devtools/flatcc/flatcc_git.bb index 2530dac526..2565e3b9bd 100644 --- a/meta-oe/recipes-devtools/flatcc/flatcc_git.bb +++ b/meta-oe/recipes-devtools/flatcc/flatcc_git.bb | |||
| @@ -14,7 +14,6 @@ SRC_URI = " \ | |||
| 14 | " | 14 | " |
| 15 | SRCREV = "1653ec964730ec7d9892a08a1695ada6d20f5196" | 15 | SRCREV = "1653ec964730ec7d9892a08a1695ada6d20f5196" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | 17 | ||
| 19 | inherit cmake | 18 | inherit cmake |
| 20 | 19 | ||
diff --git a/meta-oe/recipes-devtools/grpc/grpc_1.71.0.bb b/meta-oe/recipes-devtools/grpc/grpc_1.71.0.bb index 6b1a6e5453..53867b8fe6 100644 --- a/meta-oe/recipes-devtools/grpc/grpc_1.71.0.bb +++ b/meta-oe/recipes-devtools/grpc/grpc_1.71.0.bb | |||
| @@ -23,7 +23,6 @@ RDEPENDS:${PN}-dev:append:class-native = " ${PN}-compiler" | |||
| 23 | # Both dependencies are mutually exclusive | 23 | # Both dependencies are mutually exclusive |
| 24 | # RDEPENDS:${PN}-dev += "${PN}-compiler" | 24 | # RDEPENDS:${PN}-dev += "${PN}-compiler" |
| 25 | 25 | ||
| 26 | S = "${WORKDIR}/git" | ||
| 27 | SRCREV_grpc = "4e9357bca1408596663a218c0c608a4c0560a867" | 26 | SRCREV_grpc = "4e9357bca1408596663a218c0c608a4c0560a867" |
| 28 | BRANCH = "v1.71.x" | 27 | BRANCH = "v1.71.x" |
| 29 | SRC_URI = "gitsm://github.com/grpc/grpc.git;protocol=https;name=grpc;branch=${BRANCH} \ | 28 | SRC_URI = "gitsm://github.com/grpc/grpc.git;protocol=https;name=grpc;branch=${BRANCH} \ |
diff --git a/meta-oe/recipes-devtools/guider/guider_3.9.9.bb b/meta-oe/recipes-devtools/guider/guider_3.9.9.bb index 9c956f0ed1..27f39ed1e1 100644 --- a/meta-oe/recipes-devtools/guider/guider_3.9.9.bb +++ b/meta-oe/recipes-devtools/guider/guider_3.9.9.bb | |||
| @@ -10,7 +10,6 @@ PV = "3.9.9" | |||
| 10 | SRC_URI = "git://github.com/iipeace/${BPN};branch=master;protocol=https;tag=versions/${PV}" | 10 | SRC_URI = "git://github.com/iipeace/${BPN};branch=master;protocol=https;tag=versions/${PV}" |
| 11 | SRCREV = "118ab61773463e56dedc78f5cf6723b97a4ad946" | 11 | SRCREV = "118ab61773463e56dedc78f5cf6723b97a4ad946" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | inherit setuptools3 | 14 | inherit setuptools3 |
| 16 | 15 | ||
diff --git a/meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb b/meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb index 599fd2c373..3aca51ee3e 100644 --- a/meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb +++ b/meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb | |||
| @@ -19,7 +19,6 @@ SRC_URI = "git://github.com/KDE/heaptrack.git;protocol=https;branch=master \ | |||
| 19 | 19 | ||
| 20 | SRCREV = "bc9e3744bcc47de978673d1e382f4125a1ab5fa8" | 20 | SRCREV = "bc9e3744bcc47de978673d1e382f4125a1ab5fa8" |
| 21 | 21 | ||
| 22 | S = "${WORKDIR}/git" | ||
| 23 | 22 | ||
| 24 | inherit cmake | 23 | inherit cmake |
| 25 | 24 | ||
diff --git a/meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb b/meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb index cc21c8beae..aa1f417604 100644 --- a/meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb +++ b/meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb | |||
| @@ -20,7 +20,6 @@ SRCREV = "630434bb0ac619f7beec927569782d924c459385" | |||
| 20 | PV_LONG := "${PV}-171-g${SRCREV}" | 20 | PV_LONG := "${PV}-171-g${SRCREV}" |
| 21 | PV .= "+git" | 21 | PV .= "+git" |
| 22 | 22 | ||
| 23 | S = "${WORKDIR}/git" | ||
| 24 | 23 | ||
| 25 | inherit autotools ptest | 24 | inherit autotools ptest |
| 26 | 25 | ||
diff --git a/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator_2.2.0.bb b/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator_2.2.0.bb index 02dcdb2696..241fd328d8 100644 --- a/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator_2.2.0.bb +++ b/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator_2.2.0.bb | |||
| @@ -11,7 +11,6 @@ SRC_URI = "git://github.com/pboettch/json-schema-validator;branch=main;protocol= | |||
| 11 | 11 | ||
| 12 | SRCREV = "6b17782d6a5d1dee5d2c4fc5d25ffb1123913431" | 12 | SRCREV = "6b17782d6a5d1dee5d2c4fc5d25ffb1123913431" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | 14 | ||
| 16 | DEPENDS += "nlohmann-json" | 15 | DEPENDS += "nlohmann-json" |
| 17 | 16 | ||
diff --git a/meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb b/meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb index d6e42c81d5..56ddaf59a5 100644 --- a/meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb +++ b/meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb | |||
| @@ -16,7 +16,7 @@ SRC_URI = "file://json_spirit_v${PV}.zip \ | |||
| 16 | file://0001-Link-to-libatomic.patch \ | 16 | file://0001-Link-to-libatomic.patch \ |
| 17 | " | 17 | " |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/json_spirit_v${PV}" | 19 | S = "${UNPACKDIR}/json_spirit_v${PV}" |
| 20 | 20 | ||
| 21 | inherit cmake | 21 | inherit cmake |
| 22 | 22 | ||
diff --git a/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.6.bb b/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.6.bb index 28820baf48..f68ffd2c0f 100644 --- a/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.6.bb +++ b/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.6.bb | |||
| @@ -16,7 +16,6 @@ PE = "1" | |||
| 16 | SRCREV = "89e2973c754a9c02a49974d839779b151e95afd6" | 16 | SRCREV = "89e2973c754a9c02a49974d839779b151e95afd6" |
| 17 | SRC_URI = "git://github.com/open-source-parsers/jsoncpp;branch=master;protocol=https" | 17 | SRC_URI = "git://github.com/open-source-parsers/jsoncpp;branch=master;protocol=https" |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | ||
| 20 | 19 | ||
| 21 | inherit cmake | 20 | inherit cmake |
| 22 | 21 | ||
diff --git a/meta-oe/recipes-devtools/jsonrpc/jsonrpc_1.4.1.bb b/meta-oe/recipes-devtools/jsonrpc/jsonrpc_1.4.1.bb index 75f2a53b10..ae86e20a4a 100644 --- a/meta-oe/recipes-devtools/jsonrpc/jsonrpc_1.4.1.bb +++ b/meta-oe/recipes-devtools/jsonrpc/jsonrpc_1.4.1.bb | |||
| @@ -13,7 +13,6 @@ SRC_URI = "git://github.com/cinemast/libjson-rpc-cpp;branch=master;protocol=http | |||
| 13 | 13 | ||
| 14 | SRCREV = "ec5ce12fc9c0299e1454cc002c70218b5a6f005b" | 14 | SRCREV = "ec5ce12fc9c0299e1454cc002c70218b5a6f005b" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | 16 | ||
| 18 | PACKAGECONFIG ?= "" | 17 | PACKAGECONFIG ?= "" |
| 19 | PACKAGECONFIG[coverage] = "-DWITH_COVERAGE=YES,-DWITH_COVERAGE=NO,," | 18 | PACKAGECONFIG[coverage] = "-DWITH_COVERAGE=YES,-DWITH_COVERAGE=NO,," |
diff --git a/meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.7.1.bb b/meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.7.1.bb index 57a9cbade1..5ad953d260 100644 --- a/meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.7.1.bb +++ b/meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.7.1.bb | |||
| @@ -9,7 +9,6 @@ SRC_URI = "git://github.com/Thalhammer/jwt-cpp.git;branch=master;protocol=https | |||
| 9 | 9 | ||
| 10 | SRCREV = "e71e0c2d584baff06925bbb3aad683f677e4d498" | 10 | SRCREV = "e71e0c2d584baff06925bbb3aad683f677e4d498" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | DEPENDS = "openssl" | 13 | DEPENDS = "openssl" |
| 15 | 14 | ||
diff --git a/meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb b/meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb index efa8c936b4..43a61908f5 100644 --- a/meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb +++ b/meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb | |||
| @@ -23,7 +23,6 @@ SRCREV = "f22fce3a308be1c7790ebefc6bbedb33c5f7c86a" | |||
| 23 | # Upstream repo does not tag | 23 | # Upstream repo does not tag |
| 24 | UPSTREAM_CHECK_COMMITS = "1" | 24 | UPSTREAM_CHECK_COMMITS = "1" |
| 25 | 25 | ||
| 26 | S = "${WORKDIR}/git" | ||
| 27 | 26 | ||
| 28 | inherit autotools pkgconfig | 27 | inherit autotools pkgconfig |
| 29 | do_configure:prepend () { | 28 | do_configure:prepend () { |
diff --git a/meta-oe/recipes-devtools/lapack/lapack_3.12.1.bb b/meta-oe/recipes-devtools/lapack/lapack_3.12.1.bb index 7cb6c097f3..63069b4b83 100644 --- a/meta-oe/recipes-devtools/lapack/lapack_3.12.1.bb +++ b/meta-oe/recipes-devtools/lapack/lapack_3.12.1.bb | |||
| @@ -20,7 +20,6 @@ SRCREV = "5ebe92156143a341ab7b14bf76560d30093cfc54" | |||
| 20 | SRC_URI = "git://github.com/Reference-LAPACK/lapack.git;protocol=https;branch=master \ | 20 | SRC_URI = "git://github.com/Reference-LAPACK/lapack.git;protocol=https;branch=master \ |
| 21 | ${@bb.utils.contains('PTEST_ENABLED', '1', 'file://run-ptest', '', d)} \ | 21 | ${@bb.utils.contains('PTEST_ENABLED', '1', 'file://run-ptest', '', d)} \ |
| 22 | " | 22 | " |
| 23 | S = "${WORKDIR}/git" | ||
| 24 | 23 | ||
| 25 | PACKAGECONFIG ?= "" | 24 | PACKAGECONFIG ?= "" |
| 26 | PACKAGECONFIG[lapacke] = "-DLAPACKE=ON,-DLAPACKE=OFF" | 25 | PACKAGECONFIG[lapacke] = "-DLAPACKE=ON,-DLAPACKE=OFF" |
diff --git a/meta-oe/recipes-devtools/lemon/lemon_3.44.2.bb b/meta-oe/recipes-devtools/lemon/lemon_3.44.2.bb index 2904a454dc..8a8491b76b 100644 --- a/meta-oe/recipes-devtools/lemon/lemon_3.44.2.bb +++ b/meta-oe/recipes-devtools/lemon/lemon_3.44.2.bb | |||
| @@ -9,7 +9,6 @@ SRC_URI = "git://github.com/sqlite/sqlite;protocol=https;branch=branch-3.44" | |||
| 9 | 9 | ||
| 10 | SRCREV = "c8f9803dc32bfee78a9ca2b1abbe39499729219b" | 10 | SRCREV = "c8f9803dc32bfee78a9ca2b1abbe39499729219b" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | do_compile() { | 13 | do_compile() { |
| 15 | ${CC} ${CFLAGS} ${LDFLAGS} tool/lemon.c -o lemon | 14 | ${CC} ${CFLAGS} ${LDFLAGS} tool/lemon.c -o lemon |
diff --git a/meta-oe/recipes-devtools/libsombok3/libsombok3_2.4.0.bb b/meta-oe/recipes-devtools/libsombok3/libsombok3_2.4.0.bb index 9b18269bcb..3616eb519d 100644 --- a/meta-oe/recipes-devtools/libsombok3/libsombok3_2.4.0.bb +++ b/meta-oe/recipes-devtools/libsombok3/libsombok3_2.4.0.bb | |||
| @@ -16,7 +16,6 @@ inherit autotools-brokensep pkgconfig | |||
| 16 | # sombok-2.4.0 | 16 | # sombok-2.4.0 |
| 17 | SRCREV = "0098d85a037ef5c99a648a3669a077781a45e8cc" | 17 | SRCREV = "0098d85a037ef5c99a648a3669a077781a45e8cc" |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | ||
| 20 | 19 | ||
| 21 | # Disable libthai support | 20 | # Disable libthai support |
| 22 | EXTRA_OECONF = "--disable-libthai" | 21 | EXTRA_OECONF = "--disable-libthai" |
diff --git a/meta-oe/recipes-devtools/libtoml11/libtoml11_4.4.0.bb b/meta-oe/recipes-devtools/libtoml11/libtoml11_4.4.0.bb index 5b357e2492..38786b79ed 100644 --- a/meta-oe/recipes-devtools/libtoml11/libtoml11_4.4.0.bb +++ b/meta-oe/recipes-devtools/libtoml11/libtoml11_4.4.0.bb | |||
| @@ -16,14 +16,13 @@ SRCREV_json = "8c391e04fe4195d8be862c97f38cfe10e2a3472e" | |||
| 16 | SRCREV_doctest = "ae7a13539fb71f270b87eb2e874fbac80bc8dda2" | 16 | SRCREV_doctest = "ae7a13539fb71f270b87eb2e874fbac80bc8dda2" |
| 17 | 17 | ||
| 18 | SRC_URI = "git://github.com/ToruNiina/toml11;branch=main;protocol=https \ | 18 | SRC_URI = "git://github.com/ToruNiina/toml11;branch=main;protocol=https \ |
| 19 | git://github.com/nlohmann/json;destsuffix=git/tests/extlib/json;name=json;branch=develop;protocol=https \ | 19 | git://github.com/nlohmann/json;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/tests/extlib/json;name=json;branch=develop;protocol=https \ |
| 20 | git://github.com/doctest/doctest;destsuffix=git/tests/extlib/doctest;name=doctest;branch=master;protocol=https \ | 20 | git://github.com/doctest/doctest;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/tests/extlib/doctest;name=doctest;branch=master;protocol=https \ |
| 21 | file://0001-Remove-whitespace-in-operator.patch \ | 21 | file://0001-Remove-whitespace-in-operator.patch \ |
| 22 | file://run-ptest \ | 22 | file://run-ptest \ |
| 23 | " | 23 | " |
| 24 | SRCREV_FORMAT = "json_doctest" | 24 | SRCREV_FORMAT = "json_doctest" |
| 25 | 25 | ||
| 26 | S = "${WORKDIR}/git" | ||
| 27 | 26 | ||
| 28 | inherit cmake ptest | 27 | inherit cmake ptest |
| 29 | 28 | ||
diff --git a/meta-oe/recipes-devtools/libubox/libubox_git.bb b/meta-oe/recipes-devtools/libubox/libubox_git.bb index 131929b30e..394cf9c000 100644 --- a/meta-oe/recipes-devtools/libubox/libubox_git.bb +++ b/meta-oe/recipes-devtools/libubox/libubox_git.bb | |||
| @@ -25,7 +25,6 @@ PV = "1.0.1+git" | |||
| 25 | # Upstream repo does not tag | 25 | # Upstream repo does not tag |
| 26 | UPSTREAM_CHECK_COMMITS = "1" | 26 | UPSTREAM_CHECK_COMMITS = "1" |
| 27 | 27 | ||
| 28 | S = "${WORKDIR}/git" | ||
| 29 | 28 | ||
| 30 | inherit cmake pkgconfig | 29 | inherit cmake pkgconfig |
| 31 | 30 | ||
diff --git a/meta-oe/recipes-devtools/lshw/lshw_02.20.bb b/meta-oe/recipes-devtools/lshw/lshw_02.20.bb index 0fb68d8684..95e2084255 100644 --- a/meta-oe/recipes-devtools/lshw/lshw_02.20.bb +++ b/meta-oe/recipes-devtools/lshw/lshw_02.20.bb | |||
| @@ -18,7 +18,6 @@ SRC_URI = " \ | |||
| 18 | file://0001-disable-docbook2man.patch \ | 18 | file://0001-disable-docbook2man.patch \ |
| 19 | " | 19 | " |
| 20 | 20 | ||
| 21 | S = "${WORKDIR}/git" | ||
| 22 | 21 | ||
| 23 | inherit pkgconfig | 22 | inherit pkgconfig |
| 24 | 23 | ||
diff --git a/meta-oe/recipes-devtools/ltrace/ltrace_git.bb b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb index 58cfcb2f06..f84d989eef 100644 --- a/meta-oe/recipes-devtools/ltrace/ltrace_git.bb +++ b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb | |||
| @@ -31,7 +31,6 @@ SRC_URI = "git://gitlab.com/cespedes/ltrace.git;protocol=https;branch=main \ | |||
| 31 | " | 31 | " |
| 32 | SRC_URI:append:libc-musl = " file://add_ppc64le.patch" | 32 | SRC_URI:append:libc-musl = " file://add_ppc64le.patch" |
| 33 | 33 | ||
| 34 | S = "${WORKDIR}/git" | ||
| 35 | 34 | ||
| 36 | inherit autotools | 35 | inherit autotools |
| 37 | 36 | ||
diff --git a/meta-oe/recipes-devtools/luajit/luajit_git.bb b/meta-oe/recipes-devtools/luajit/luajit_git.bb index cbad79f3ae..f4a1345ab2 100644 --- a/meta-oe/recipes-devtools/luajit/luajit_git.bb +++ b/meta-oe/recipes-devtools/luajit/luajit_git.bb | |||
| @@ -11,7 +11,6 @@ SRC_URI = "git://luajit.org/git/luajit-2.0.git;protocol=http;branch=v2.1 \ | |||
| 11 | PV = "2.1" | 11 | PV = "2.1" |
| 12 | SRCREV = "538a82133ad6fddfd0ca64de167c4aca3bc1a2da" | 12 | SRCREV = "538a82133ad6fddfd0ca64de167c4aca3bc1a2da" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | 14 | ||
| 16 | inherit pkgconfig binconfig siteinfo | 15 | inherit pkgconfig binconfig siteinfo |
| 17 | 16 | ||
diff --git a/meta-oe/recipes-devtools/luaposix/luaposix_36.2.1.bb b/meta-oe/recipes-devtools/luaposix/luaposix_36.2.1.bb index 7fb0965813..59bc4dfcfe 100644 --- a/meta-oe/recipes-devtools/luaposix/luaposix_36.2.1.bb +++ b/meta-oe/recipes-devtools/luaposix/luaposix_36.2.1.bb | |||
| @@ -8,7 +8,6 @@ DEPENDS += "lua-native lua virtual/crypt" | |||
| 8 | SRC_URI = "git://github.com/luaposix/luaposix.git;branch=release-v36.2;protocol=https \ | 8 | SRC_URI = "git://github.com/luaposix/luaposix.git;branch=release-v36.2;protocol=https \ |
| 9 | " | 9 | " |
| 10 | SRCREV = "5a8d8c768fc3c51f42cb591e9523a60399efc6a1" | 10 | SRCREV = "5a8d8c768fc3c51f42cb591e9523a60399efc6a1" |
| 11 | S = "${WORKDIR}/git" | ||
| 12 | LUA_VERSION = "5.4" | 11 | LUA_VERSION = "5.4" |
| 13 | 12 | ||
| 14 | B = "${S}" | 13 | B = "${S}" |
diff --git a/meta-oe/recipes-devtools/makeself/makeself_2.5.0.bb b/meta-oe/recipes-devtools/makeself/makeself_2.5.0.bb index f94025dd05..57c8417f44 100644 --- a/meta-oe/recipes-devtools/makeself/makeself_2.5.0.bb +++ b/meta-oe/recipes-devtools/makeself/makeself_2.5.0.bb | |||
| @@ -14,7 +14,6 @@ SRC_URI = "\ | |||
| 14 | 14 | ||
| 15 | SRCREV = "09488c50c6bdc40aec8e3a9b23a539c5054a634c" | 15 | SRCREV = "09488c50c6bdc40aec8e3a9b23a539c5054a634c" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | 17 | ||
| 19 | do_configure[noexec] = "1" | 18 | do_configure[noexec] = "1" |
| 20 | do_compile[noexec] = "1" | 19 | do_compile[noexec] = "1" |
diff --git a/meta-oe/recipes-devtools/mbpoll/mbpoll_1.5.2.bb b/meta-oe/recipes-devtools/mbpoll/mbpoll_1.5.2.bb index 028a8f9e46..4590b49955 100644 --- a/meta-oe/recipes-devtools/mbpoll/mbpoll_1.5.2.bb +++ b/meta-oe/recipes-devtools/mbpoll/mbpoll_1.5.2.bb | |||
| @@ -11,6 +11,5 @@ DEPENDS = "libmodbus (>=3.1.4)" | |||
| 11 | SRC_URI = "git://github.com/epsilonrt/mbpoll;protocol=https;branch=master" | 11 | SRC_URI = "git://github.com/epsilonrt/mbpoll;protocol=https;branch=master" |
| 12 | SRCREV = "a0bd6c08d3d15b086f2104477295c0705aed366a" | 12 | SRCREV = "a0bd6c08d3d15b086f2104477295c0705aed366a" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | 14 | ||
| 16 | inherit pkgconfig cmake | 15 | inherit pkgconfig cmake |
diff --git a/meta-oe/recipes-devtools/memstat/memstat_1.0.bb b/meta-oe/recipes-devtools/memstat/memstat_1.0.bb index 502843c0d1..a65782d017 100644 --- a/meta-oe/recipes-devtools/memstat/memstat_1.0.bb +++ b/meta-oe/recipes-devtools/memstat/memstat_1.0.bb | |||
| @@ -8,7 +8,7 @@ SECTION = "devtool" | |||
| 8 | 8 | ||
| 9 | LICENSE = "GPL-2.0-only" | 9 | LICENSE = "GPL-2.0-only" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/memstattool" | 11 | S = "${UNPACKDIR}/memstattool" |
| 12 | 12 | ||
| 13 | LIC_FILES_CHKSUM = "file://debian/copyright;md5=87be186443b1ac2cfa466f475e1ee0cb" | 13 | LIC_FILES_CHKSUM = "file://debian/copyright;md5=87be186443b1ac2cfa466f475e1ee0cb" |
| 14 | 14 | ||
diff --git a/meta-oe/recipes-devtools/mercurial/mercurial_6.6.3.bb b/meta-oe/recipes-devtools/mercurial/mercurial_6.6.3.bb index 9331cd16fe..a312be4aa7 100644 --- a/meta-oe/recipes-devtools/mercurial/mercurial_6.6.3.bb +++ b/meta-oe/recipes-devtools/mercurial/mercurial_6.6.3.bb | |||
| @@ -12,7 +12,7 @@ inherit python3native python3targetconfig | |||
| 12 | SRC_URI = "https://www.mercurial-scm.org/release/${BP}.tar.gz" | 12 | SRC_URI = "https://www.mercurial-scm.org/release/${BP}.tar.gz" |
| 13 | SRC_URI[sha256sum] = "f75d6a4a75823a1b7d713a4967eca2f596f466e58fc6bc06d72642932fd7e307" | 13 | SRC_URI[sha256sum] = "f75d6a4a75823a1b7d713a4967eca2f596f466e58fc6bc06d72642932fd7e307" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/mercurial-${PV}" | 15 | S = "${UNPACKDIR}/mercurial-${PV}" |
| 16 | 16 | ||
| 17 | BBCLASSEXTEND = "native" | 17 | BBCLASSEXTEND = "native" |
| 18 | 18 | ||
diff --git a/meta-oe/recipes-devtools/microsoft-gsl/microsoft-gsl_4.0.0.bb b/meta-oe/recipes-devtools/microsoft-gsl/microsoft-gsl_4.0.0.bb index 8ba121d5ea..2fbbf8f06a 100644 --- a/meta-oe/recipes-devtools/microsoft-gsl/microsoft-gsl_4.0.0.bb +++ b/meta-oe/recipes-devtools/microsoft-gsl/microsoft-gsl_4.0.0.bb | |||
| @@ -16,7 +16,6 @@ SRC_URI = "git://github.com/microsoft/GSL.git;protocol=https;branch=main \ | |||
| 16 | " | 16 | " |
| 17 | SRCREV = "a3534567187d2edc428efd3f13466ff75fe5805c" | 17 | SRCREV = "a3534567187d2edc428efd3f13466ff75fe5805c" |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | ||
| 20 | 19 | ||
| 21 | inherit cmake pkgconfig ptest | 20 | inherit cmake pkgconfig ptest |
| 22 | 21 | ||
diff --git a/meta-oe/recipes-devtools/msgpack/msgpack-c_6.0.0.bb b/meta-oe/recipes-devtools/msgpack/msgpack-c_6.0.0.bb index 40d997a52c..aa7629763c 100644 --- a/meta-oe/recipes-devtools/msgpack/msgpack-c_6.0.0.bb +++ b/meta-oe/recipes-devtools/msgpack/msgpack-c_6.0.0.bb | |||
| @@ -11,7 +11,6 @@ SRC_URI = "git://github.com/msgpack/msgpack-c;branch=c_master;protocol=https \ | |||
| 11 | " | 11 | " |
| 12 | SRCREV = "8160ede5e20fd3019a77eea46d9c72cf6163f802" | 12 | SRCREV = "8160ede5e20fd3019a77eea46d9c72cf6163f802" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | 14 | ||
| 16 | inherit cmake pkgconfig | 15 | inherit cmake pkgconfig |
| 17 | 16 | ||
diff --git a/meta-oe/recipes-devtools/msgpack/msgpack-cpp_6.1.1.bb b/meta-oe/recipes-devtools/msgpack/msgpack-cpp_6.1.1.bb index ccbaf9cea7..3457964609 100644 --- a/meta-oe/recipes-devtools/msgpack/msgpack-cpp_6.1.1.bb +++ b/meta-oe/recipes-devtools/msgpack/msgpack-cpp_6.1.1.bb | |||
| @@ -13,7 +13,7 @@ SRC_URI[sha256sum] = "5fd555742e37bbd58d166199e669f01f743c7b3c6177191dd7b31fb0c3 | |||
| 13 | UPSTREAM_CHECK_URI = "https://github.com/msgpack/msgpack-c/releases" | 13 | UPSTREAM_CHECK_URI = "https://github.com/msgpack/msgpack-c/releases" |
| 14 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | 14 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/msgpack-cxx-${PV}" | 16 | S = "${UNPACKDIR}/msgpack-cxx-${PV}" |
| 17 | 17 | ||
| 18 | DEPENDS += "boost" | 18 | DEPENDS += "boost" |
| 19 | 19 | ||
diff --git a/meta-oe/recipes-devtools/msr-tools/msr-tools_1.3.bb b/meta-oe/recipes-devtools/msr-tools/msr-tools_1.3.bb index 51fb98ccc8..2183170ba6 100644 --- a/meta-oe/recipes-devtools/msr-tools/msr-tools_1.3.bb +++ b/meta-oe/recipes-devtools/msr-tools/msr-tools_1.3.bb | |||
| @@ -7,7 +7,7 @@ SECTION = "devel" | |||
| 7 | SRC_URI = "https://01.org/sites/default/files/downloads/msr-tools/msr-tools-${PV}.zip" | 7 | SRC_URI = "https://01.org/sites/default/files/downloads/msr-tools/msr-tools-${PV}.zip" |
| 8 | SRC_URI[sha256sum] = "f9457b5340f5f274da4239a461f0db6b514142b40461559d9c6150f05aab1d1e" | 8 | SRC_URI[sha256sum] = "f9457b5340f5f274da4239a461f0db6b514142b40461559d9c6150f05aab1d1e" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/msr-tools-master" | 10 | S = "${UNPACKDIR}/msr-tools-master" |
| 11 | 11 | ||
| 12 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' | 12 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' |
| 13 | 13 | ||
diff --git a/meta-oe/recipes-devtools/musl/musl-nscd_git.bb b/meta-oe/recipes-devtools/musl/musl-nscd_git.bb index 82e5c3bc5e..ef2553760d 100644 --- a/meta-oe/recipes-devtools/musl/musl-nscd_git.bb +++ b/meta-oe/recipes-devtools/musl/musl-nscd_git.bb | |||
| @@ -20,7 +20,6 @@ UPSTREAM_CHECK_COMMITS = "1" | |||
| 20 | 20 | ||
| 21 | inherit autotools-brokensep | 21 | inherit autotools-brokensep |
| 22 | 22 | ||
| 23 | S = "${WORKDIR}/git" | ||
| 24 | 23 | ||
| 25 | do_configure () { | 24 | do_configure () { |
| 26 | # no debug set -s flag | 25 | # no debug set -s flag |
diff --git a/meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb b/meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb index 36e46021bb..ec87535ec7 100644 --- a/meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb +++ b/meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb | |||
| @@ -12,7 +12,6 @@ SRCREV = "d732aaf9a315415ae8fd7eb11e3a4c1f80e42a48" | |||
| 12 | 12 | ||
| 13 | UPSTREAM_CHECK_COMMITS = "1" | 13 | UPSTREAM_CHECK_COMMITS = "1" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | 15 | ||
| 17 | # nlohmann-fifo is a header only C++ library, so the main package will be empty. | 16 | # nlohmann-fifo is a header only C++ library, so the main package will be empty. |
| 18 | 17 | ||
diff --git a/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.12.0.bb b/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.12.0.bb index 58567a781e..1dfcc6ad75 100644 --- a/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.12.0.bb +++ b/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.12.0.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=3b489645de9825cca5beeb9a7e18b6eb" | |||
| 7 | CVE_PRODUCT = "json-for-modern-cpp" | 7 | CVE_PRODUCT = "json-for-modern-cpp" |
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/nlohmann/json.git;branch=master;protocol=https \ | 9 | SRC_URI = "git://github.com/nlohmann/json.git;branch=master;protocol=https \ |
| 10 | git://github.com/nlohmann/json_test_data.git;destsuffix=git/json_test_data;name=json-test-data;branch=master;protocol=https \ | 10 | git://github.com/nlohmann/json_test_data.git;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/json_test_data;name=json-test-data;branch=master;protocol=https \ |
| 11 | file://run-ptest \ | 11 | file://run-ptest \ |
| 12 | " | 12 | " |
| 13 | 13 | ||
| @@ -16,7 +16,6 @@ SRCREV_json-test-data = "a1375cea09d27cc1c4cadb8d00470375b421ac37" | |||
| 16 | 16 | ||
| 17 | SRCREV_FORMAT .= "_json-test-data" | 17 | SRCREV_FORMAT .= "_json-test-data" |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | ||
| 20 | 19 | ||
| 21 | inherit cmake ptest | 20 | inherit cmake ptest |
| 22 | 21 | ||
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-native_22.16.bb b/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-native_22.16.bb index d4b818f967..1dcd1f7926 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-native_22.16.bb +++ b/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-native_22.16.bb | |||
| @@ -8,8 +8,7 @@ SRC_URI = "\ | |||
| 8 | 8 | ||
| 9 | inherit native | 9 | inherit native |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/sources" | 11 | S = "${UNPACKDIR}" |
| 12 | UNPACKDIR = "${S}" | ||
| 13 | 12 | ||
| 14 | B = "${WORKDIR}/build" | 13 | B = "${WORKDIR}/build" |
| 15 | 14 | ||
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_22.16.0.bb b/meta-oe/recipes-devtools/nodejs/nodejs_22.16.0.bb index b29c83400a..4bc829f140 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs_22.16.0.bb +++ b/meta-oe/recipes-devtools/nodejs/nodejs_22.16.0.bb | |||
| @@ -40,7 +40,7 @@ SRC_URI:append:toolchain-clang:powerpc64le = " \ | |||
| 40 | " | 40 | " |
| 41 | SRC_URI[sha256sum] = "720894f323e5c1ac24968eb2676660c90730d715cb7f090be71a668662a17c37" | 41 | SRC_URI[sha256sum] = "720894f323e5c1ac24968eb2676660c90730d715cb7f090be71a668662a17c37" |
| 42 | 42 | ||
| 43 | S = "${WORKDIR}/node-v${PV}" | 43 | S = "${UNPACKDIR}/node-v${PV}" |
| 44 | 44 | ||
| 45 | CVE_PRODUCT += "node.js" | 45 | CVE_PRODUCT += "node.js" |
| 46 | 46 | ||
diff --git a/meta-oe/recipes-devtools/openocd/openocd_git.bb b/meta-oe/recipes-devtools/openocd/openocd_git.bb index b1ce2ec168..3bbe33ca1d 100644 --- a/meta-oe/recipes-devtools/openocd/openocd_git.bb +++ b/meta-oe/recipes-devtools/openocd/openocd_git.bb | |||
| @@ -7,8 +7,8 @@ RDEPENDS:${PN} = "libusb1" | |||
| 7 | SRC_URI = " \ | 7 | SRC_URI = " \ |
| 8 | git://repo.or.cz/openocd.git;protocol=http;name=openocd;branch=master \ | 8 | git://repo.or.cz/openocd.git;protocol=http;name=openocd;branch=master \ |
| 9 | git://repo.or.cz/r/git2cl.git;protocol=http;destsuffix=tools/git2cl;name=git2cl;branch=master \ | 9 | git://repo.or.cz/r/git2cl.git;protocol=http;destsuffix=tools/git2cl;name=git2cl;branch=master \ |
| 10 | git://github.com/msteveb/jimtcl.git;protocol=https;destsuffix=git/jimtcl;name=jimtcl;branch=master \ | 10 | git://github.com/msteveb/jimtcl.git;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/jimtcl;name=jimtcl;branch=master \ |
| 11 | git://repo.or.cz/r/libjaylink.git;protocol=http;destsuffix=git/src/jtag/drivers/libjaylink;name=libjaylink;branch=master \ | 11 | git://repo.or.cz/r/libjaylink.git;protocol=http;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/src/jtag/drivers/libjaylink;name=libjaylink;branch=master \ |
| 12 | file://0001-Makefile.am-Use-SOURCE_DATE_EPOCH-environment-variab.patch \ | 12 | file://0001-Makefile.am-Use-SOURCE_DATE_EPOCH-environment-variab.patch \ |
| 13 | " | 13 | " |
| 14 | 14 | ||
| @@ -19,7 +19,6 @@ SRCREV_jimtcl = "fcbb4499a6b46ef69e7a95da53e30796e20817f0" | |||
| 19 | SRCREV_libjaylink = "9aa7a5957c07bb6e862fc1a6d3153d109c7407e4" | 19 | SRCREV_libjaylink = "9aa7a5957c07bb6e862fc1a6d3153d109c7407e4" |
| 20 | 20 | ||
| 21 | PV = "0.12+git" | 21 | PV = "0.12+git" |
| 22 | S = "${WORKDIR}/git" | ||
| 23 | 22 | ||
| 24 | inherit pkgconfig autotools-brokensep gettext | 23 | inherit pkgconfig autotools-brokensep gettext |
| 25 | 24 | ||
diff --git a/meta-oe/recipes-devtools/pahole/pahole_1.29.bb b/meta-oe/recipes-devtools/pahole/pahole_1.29.bb index d5fa3b4746..aca915bf32 100644 --- a/meta-oe/recipes-devtools/pahole/pahole_1.29.bb +++ b/meta-oe/recipes-devtools/pahole/pahole_1.29.bb | |||
| @@ -13,7 +13,6 @@ SRCREV = "b9cc7963051b2099795129450f9b70c81950d02f" | |||
| 13 | SRC_URI = "git://git.kernel.org/pub/scm/devel/pahole/pahole.git;branch=master \ | 13 | SRC_URI = "git://git.kernel.org/pub/scm/devel/pahole/pahole.git;branch=master \ |
| 14 | file://0001-Use-usr-bin-env-python3-instead-of-just-usr-bin-pyth.patch" | 14 | file://0001-Use-usr-bin-env-python3-instead-of-just-usr-bin-pyth.patch" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | 16 | ||
| 18 | inherit cmake pkgconfig | 17 | inherit cmake pkgconfig |
| 19 | 18 | ||
diff --git a/meta-oe/recipes-devtools/pcimem/pcimem_2.0.bb b/meta-oe/recipes-devtools/pcimem/pcimem_2.0.bb index 52af9b99b1..130980b0cd 100644 --- a/meta-oe/recipes-devtools/pcimem/pcimem_2.0.bb +++ b/meta-oe/recipes-devtools/pcimem/pcimem_2.0.bb | |||
| @@ -13,7 +13,6 @@ SRC_URI = "git://github.com/billfarrow/pcimem.git;branch=master;protocol=https" | |||
| 13 | # Upstream repo does not tag | 13 | # Upstream repo does not tag |
| 14 | UPSTREAM_CHECK_COMMITS = "1" | 14 | UPSTREAM_CHECK_COMMITS = "1" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | 16 | ||
| 18 | do_install() { | 17 | do_install() { |
| 19 | install -D -m 0755 ${B}/pcimem ${D}${bindir}/pcimem | 18 | install -D -m 0755 ${B}/pcimem ${D}${bindir}/pcimem |
diff --git a/meta-oe/recipes-devtools/perfetto/perfetto.bb b/meta-oe/recipes-devtools/perfetto/perfetto.bb index 6b4e6372d3..e284ec8d1e 100644 --- a/meta-oe/recipes-devtools/perfetto/perfetto.bb +++ b/meta-oe/recipes-devtools/perfetto/perfetto.bb | |||
| @@ -11,20 +11,20 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d2572d98547d43906b53615f856a8c2d \ | |||
| 11 | 11 | ||
| 12 | # Dependencies from perfetto/tools/install-build-deps | 12 | # Dependencies from perfetto/tools/install-build-deps |
| 13 | SRC_URI:append = " \ | 13 | SRC_URI:append = " \ |
| 14 | git://github.com/protocolbuffers/protobuf.git;branch=main;protocol=https;destsuffix=git/buildtools/protobuf;name=protobuf \ | 14 | git://github.com/protocolbuffers/protobuf.git;branch=main;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/buildtools/protobuf;name=protobuf \ |
| 15 | git://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git;protocol=https;destsuffix=git/buildtools/libcxx;branch=main;name=libcxx \ | 15 | git://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/buildtools/libcxx;branch=main;name=libcxx \ |
| 16 | git://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git;protocol=https;destsuffix=git/buildtools/libcxxabi;branch=main;name=libcxxabi \ | 16 | git://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/buildtools/libcxxabi;branch=main;name=libcxxabi \ |
| 17 | git://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git;protocol=https;destsuffix=git/buildtools/libunwind;branch=main;name=libunwind \ | 17 | git://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/buildtools/libunwind;branch=main;name=libunwind \ |
| 18 | git://android.googlesource.com/platform/system/libbase.git;branch=master;protocol=https;destsuffix=git/buildtools/android-libbase;name=libbase \ | 18 | git://android.googlesource.com/platform/system/libbase.git;branch=master;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/buildtools/android-libbase;name=libbase \ |
| 19 | git://android.googlesource.com/platform/system/unwinding.git;branch=master;protocol=https;destsuffix=git/buildtools/android-unwinding;name=unwinding \ | 19 | git://android.googlesource.com/platform/system/unwinding.git;branch=master;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/buildtools/android-unwinding;name=unwinding \ |
| 20 | git://android.googlesource.com/platform/system/logging.git;branch=master;protocol=https;destsuffix=git/buildtools/android-logging;name=logging \ | 20 | git://android.googlesource.com/platform/system/logging.git;branch=master;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/buildtools/android-logging;name=logging \ |
| 21 | git://android.googlesource.com/platform/system/libprocinfo.git;branch=master;protocol=https;destsuffix=git/buildtools/android-libprocinfo;name=libprocinfo \ | 21 | git://android.googlesource.com/platform/system/libprocinfo.git;branch=master;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/buildtools/android-libprocinfo;name=libprocinfo \ |
| 22 | git://android.googlesource.com/platform/system/core.git;branch=master;protocol=https;destsuffix=git/buildtools/android-core;name=core \ | 22 | git://android.googlesource.com/platform/system/core.git;branch=master;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/buildtools/android-core;name=core \ |
| 23 | git://android.googlesource.com/platform/bionic.git;branch=master;protocol=https;destsuffix=git/buildtools/bionic;name=bionic \ | 23 | git://android.googlesource.com/platform/bionic.git;branch=master;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/buildtools/bionic;name=bionic \ |
| 24 | git://android.googlesource.com/platform/external/zlib.git;branch=master;protocol=https;destsuffix=git/buildtools/zlib;name=zlib \ | 24 | git://android.googlesource.com/platform/external/zlib.git;branch=master;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/buildtools/zlib;name=zlib \ |
| 25 | git://android.googlesource.com/platform/external/lzma.git;branch=master;protocol=https;destsuffix=git/buildtools/lzma;name=lzma \ | 25 | git://android.googlesource.com/platform/external/lzma.git;branch=master;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/buildtools/lzma;name=lzma \ |
| 26 | git://android.googlesource.com/platform/external/zstd.git;branch=master;protocol=https;destsuffix=git/buildtools/zstd;name=zstd \ | 26 | git://android.googlesource.com/platform/external/zstd.git;branch=master;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/buildtools/zstd;name=zstd \ |
| 27 | https://storage.googleapis.com/perfetto/gn-linux64-1968-0725d782;subdir=git/buildtools/;name=gn \ | 27 | https://storage.googleapis.com/perfetto/gn-linux64-1968-0725d782;subdir=${BB_GIT_DEFAULT_DESTSUFFIX}/buildtools/;name=gn \ |
| 28 | \ | 28 | \ |
| 29 | file://0001-Remove-check_build_deps-build-steps.patch \ | 29 | file://0001-Remove-check_build_deps-build-steps.patch \ |
| 30 | file://0002-traced-fix-missing-include.patch \ | 30 | file://0002-traced-fix-missing-include.patch \ |
diff --git a/meta-oe/recipes-devtools/perfetto/perfetto.inc b/meta-oe/recipes-devtools/perfetto/perfetto.inc index 3cd0cb91b8..1c7e9144cc 100644 --- a/meta-oe/recipes-devtools/perfetto/perfetto.inc +++ b/meta-oe/recipes-devtools/perfetto/perfetto.inc | |||
| @@ -10,4 +10,3 @@ SRCREV_perfetto = "c74251226a8caa0b43377902ee06d2570faa0c15" | |||
| 10 | SRCREV_FORMAT = "perfetto" | 10 | SRCREV_FORMAT = "perfetto" |
| 11 | PV = "47.0" | 11 | PV = "47.0" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
diff --git a/meta-oe/recipes-devtools/perl/dbd-mariadb_1.24.bb b/meta-oe/recipes-devtools/perl/dbd-mariadb_1.24.bb index 3b686f7fdc..65f2ec232a 100644 --- a/meta-oe/recipes-devtools/perl/dbd-mariadb_1.24.bb +++ b/meta-oe/recipes-devtools/perl/dbd-mariadb_1.24.bb | |||
| @@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "f977a25b4116a0a95a7c8a894fd37097abe19af9a6a9ed4d800604ec17 | |||
| 10 | 10 | ||
| 11 | RDEPENDS:${PN} = "libdbi-perl" | 11 | RDEPENDS:${PN} = "libdbi-perl" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/DBD-MariaDB-${PV}" | 13 | S = "${UNPACKDIR}/DBD-MariaDB-${PV}" |
| 14 | 14 | ||
| 15 | inherit cpan | 15 | inherit cpan |
| 16 | 16 | ||
diff --git a/meta-oe/recipes-devtools/perl/exiftool_12.89.bb b/meta-oe/recipes-devtools/perl/exiftool_12.89.bb index 3d745146f1..69a4f79815 100644 --- a/meta-oe/recipes-devtools/perl/exiftool_12.89.bb +++ b/meta-oe/recipes-devtools/perl/exiftool_12.89.bb | |||
| @@ -10,7 +10,6 @@ inherit cpan | |||
| 10 | SRCREV = "e04534a40925354187e8432d44248229d774f34a" | 10 | SRCREV = "e04534a40925354187e8432d44248229d774f34a" |
| 11 | SRC_URI = "git://github.com/exiftool/exiftool;protocol=https;branch=master" | 11 | SRC_URI = "git://github.com/exiftool/exiftool;protocol=https;branch=master" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | RDEPENDS:${PN} = " \ | 14 | RDEPENDS:${PN} = " \ |
| 16 | perl \ | 15 | perl \ |
diff --git a/meta-oe/recipes-devtools/perl/ipc-run_20231003.0.bb b/meta-oe/recipes-devtools/perl/ipc-run_20231003.0.bb index e28b6ea018..9cdb0a52cc 100644 --- a/meta-oe/recipes-devtools/perl/ipc-run_20231003.0.bb +++ b/meta-oe/recipes-devtools/perl/ipc-run_20231003.0.bb | |||
| @@ -12,7 +12,6 @@ DEPENDS = "perl" | |||
| 12 | SRC_URI = "git://github.com/toddr/IPC-Run.git;branch=master;protocol=https" | 12 | SRC_URI = "git://github.com/toddr/IPC-Run.git;branch=master;protocol=https" |
| 13 | SRCREV = "ad56c3b5f5a211d32bbb8ac29f180d707ee58c1b" | 13 | SRCREV = "ad56c3b5f5a211d32bbb8ac29f180d707ee58c1b" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | 15 | ||
| 17 | inherit cpan | 16 | inherit cpan |
| 18 | 17 | ||
diff --git a/meta-oe/recipes-devtools/perl/libconfig-general-perl_2.67.bb b/meta-oe/recipes-devtools/perl/libconfig-general-perl_2.67.bb index 9171cbc89c..4886333f3a 100644 --- a/meta-oe/recipes-devtools/perl/libconfig-general-perl_2.67.bb +++ b/meta-oe/recipes-devtools/perl/libconfig-general-perl_2.67.bb | |||
| @@ -10,7 +10,7 @@ SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TL/TLINDEN/${SRCNAME}-${PV}. | |||
| 10 | 10 | ||
| 11 | SRC_URI[sha256sum] = "473d65127b23dac0e8039c01e28bc4072cb9a6e93e81a1ea4893cea08c698db0" | 11 | SRC_URI[sha256sum] = "473d65127b23dac0e8039c01e28bc4072cb9a6e93e81a1ea4893cea08c698db0" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 13 | S = "${UNPACKDIR}/${SRCNAME}-${PV}" |
| 14 | 14 | ||
| 15 | EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" | 15 | EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" |
| 16 | 16 | ||
diff --git a/meta-oe/recipes-devtools/perl/libdbi-perl_1.647.bb b/meta-oe/recipes-devtools/perl/libdbi-perl_1.647.bb index f70f737ba2..c128cb7154 100644 --- a/meta-oe/recipes-devtools/perl/libdbi-perl_1.647.bb +++ b/meta-oe/recipes-devtools/perl/libdbi-perl_1.647.bb | |||
| @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=65f65488c774efe1da488e36ad6c4a36" | |||
| 12 | SRC_URI = "${CPAN_MIRROR}/authors/id/H/HM/HMBRAND/DBI-${PV}.tgz" | 12 | SRC_URI = "${CPAN_MIRROR}/authors/id/H/HM/HMBRAND/DBI-${PV}.tgz" |
| 13 | SRC_URI[sha256sum] = "0df16af8e5b3225a68b7b592ab531004ddb35a9682b50300ce50174ad867d9aa" | 13 | SRC_URI[sha256sum] = "0df16af8e5b3225a68b7b592ab531004ddb35a9682b50300ce50174ad867d9aa" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/DBI-${PV}" | 15 | S = "${UNPACKDIR}/DBI-${PV}" |
| 16 | 16 | ||
| 17 | inherit cpan ptest-perl | 17 | inherit cpan ptest-perl |
| 18 | 18 | ||
diff --git a/meta-oe/recipes-devtools/perl/libdev-checklib-perl_1.16.bb b/meta-oe/recipes-devtools/perl/libdev-checklib-perl_1.16.bb index 21e46f5521..43614d55ac 100644 --- a/meta-oe/recipes-devtools/perl/libdev-checklib-perl_1.16.bb +++ b/meta-oe/recipes-devtools/perl/libdev-checklib-perl_1.16.bb | |||
| @@ -13,7 +13,7 @@ SRC_URI = "https://cpan.metacpan.org/modules/by-module/Devel/Devel-CheckLib-${PV | |||
| 13 | " | 13 | " |
| 14 | SRC_URI[sha256sum] = "869d38c258e646dcef676609f0dd7ca90f085f56cf6fd7001b019a5d5b831fca" | 14 | SRC_URI[sha256sum] = "869d38c258e646dcef676609f0dd7ca90f085f56cf6fd7001b019a5d5b831fca" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/Devel-CheckLib-${PV}" | 16 | S = "${UNPACKDIR}/Devel-CheckLib-${PV}" |
| 17 | 17 | ||
| 18 | inherit cpan | 18 | inherit cpan |
| 19 | 19 | ||
diff --git a/meta-oe/recipes-devtools/perl/libio-pty-perl_1.20.bb b/meta-oe/recipes-devtools/perl/libio-pty-perl_1.20.bb index 6029b7aae9..1464a84d34 100644 --- a/meta-oe/recipes-devtools/perl/libio-pty-perl_1.20.bb +++ b/meta-oe/recipes-devtools/perl/libio-pty-perl_1.20.bb | |||
| @@ -7,7 +7,7 @@ SRC_URI = "http://www.cpan.org/modules/by-module/IO/IO-Tty-${PV}.tar.gz" | |||
| 7 | 7 | ||
| 8 | SRC_URI[sha256sum] = "b15309fc85623893289cb9b2b88dfa9ed1e69156b75f29938553a45be6d730af" | 8 | SRC_URI[sha256sum] = "b15309fc85623893289cb9b2b88dfa9ed1e69156b75f29938553a45be6d730af" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/IO-Tty-${PV}" | 10 | S = "${UNPACKDIR}/IO-Tty-${PV}" |
| 11 | 11 | ||
| 12 | inherit cpan ptest-perl | 12 | inherit cpan ptest-perl |
| 13 | 13 | ||
diff --git a/meta-oe/recipes-devtools/perl/libjson-perl_4.05000.bb b/meta-oe/recipes-devtools/perl/libjson-perl_4.05000.bb index 407ba39140..ded0dea0d1 100644 --- a/meta-oe/recipes-devtools/perl/libjson-perl_4.05000.bb +++ b/meta-oe/recipes-devtools/perl/libjson-perl_4.05000.bb | |||
| @@ -13,7 +13,6 @@ SRC_URI = "git://github.com/makamaka/JSON.git;protocol=https;branch=master" | |||
| 13 | 13 | ||
| 14 | SRCREV = "39bc0e567c202762a575fed2844ebdb941c3ca09" | 14 | SRCREV = "39bc0e567c202762a575fed2844ebdb941c3ca09" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | 16 | ||
| 18 | inherit cpan | 17 | inherit cpan |
| 19 | 18 | ||
diff --git a/meta-oe/recipes-devtools/perl/libparse-yapp-perl_1.21.bb b/meta-oe/recipes-devtools/perl/libparse-yapp-perl_1.21.bb index b77a5c95a2..a7e05922d6 100644 --- a/meta-oe/recipes-devtools/perl/libparse-yapp-perl_1.21.bb +++ b/meta-oe/recipes-devtools/perl/libparse-yapp-perl_1.21.bb | |||
| @@ -13,7 +13,7 @@ SRC_URI = "https://www.cpan.org/authors/id/W/WB/WBRASWELL/Parse-Yapp-${PV}.tar.g | |||
| 13 | 13 | ||
| 14 | SRC_URI[sha256sum] = "3810e998308fba2e0f4f26043035032b027ce51ce5c8a52a8b8e340ca65f13e5" | 14 | SRC_URI[sha256sum] = "3810e998308fba2e0f4f26043035032b027ce51ce5c8a52a8b8e340ca65f13e5" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/Parse-Yapp-${PV}" | 16 | S = "${UNPACKDIR}/Parse-Yapp-${PV}" |
| 17 | 17 | ||
| 18 | inherit cpan | 18 | inherit cpan |
| 19 | 19 | ||
diff --git a/meta-oe/recipes-devtools/perl/libpcsc-perl_1.4.15.bb b/meta-oe/recipes-devtools/perl/libpcsc-perl_1.4.15.bb index 1bdb332a75..3e4137a68c 100644 --- a/meta-oe/recipes-devtools/perl/libpcsc-perl_1.4.15.bb +++ b/meta-oe/recipes-devtools/perl/libpcsc-perl_1.4.15.bb | |||
| @@ -13,7 +13,7 @@ SRC_URI[sha256sum] = "5cc834438739bd6e4e837fb7e10bd8befb809cd185ae6cf4b33e5fa916 | |||
| 13 | UPSTREAM_CHECK_URI = "https://cpan.metacpan.org/authors/id/W/WH/WHOM/" | 13 | UPSTREAM_CHECK_URI = "https://cpan.metacpan.org/authors/id/W/WH/WHOM/" |
| 14 | UPSTREAM_CHECK_REGEX = "pcsc-perl-(?P<pver>\d+(\.\d+)+)" | 14 | UPSTREAM_CHECK_REGEX = "pcsc-perl-(?P<pver>\d+(\.\d+)+)" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/pcsc-perl-${PV}" | 16 | S = "${UNPACKDIR}/pcsc-perl-${PV}" |
| 17 | 17 | ||
| 18 | inherit cpan pkgconfig | 18 | inherit cpan pkgconfig |
| 19 | 19 | ||
diff --git a/meta-oe/recipes-devtools/perl/libperlio-gzip-perl_0.20.bb b/meta-oe/recipes-devtools/perl/libperlio-gzip-perl_0.20.bb index 4ce31d6fe6..981c946483 100644 --- a/meta-oe/recipes-devtools/perl/libperlio-gzip-perl_0.20.bb +++ b/meta-oe/recipes-devtools/perl/libperlio-gzip-perl_0.20.bb | |||
| @@ -13,7 +13,7 @@ SRC_URI = "https://cpan.metacpan.org/authors/id/N/NW/NWCLARK/PerlIO-gzip-${PV}.t | |||
| 13 | 13 | ||
| 14 | SRC_URI[sha256sum] = "4848679a3f201e3f3b0c5f6f9526e602af52923ffa471a2a3657db786bd3bdc5" | 14 | SRC_URI[sha256sum] = "4848679a3f201e3f3b0c5f6f9526e602af52923ffa471a2a3657db786bd3bdc5" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/PerlIO-gzip-${PV}" | 16 | S = "${UNPACKDIR}/PerlIO-gzip-${PV}" |
| 17 | 17 | ||
| 18 | EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" | 18 | EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" |
| 19 | 19 | ||
diff --git a/meta-oe/recipes-devtools/php/php_8.4.6.bb b/meta-oe/recipes-devtools/php/php_8.4.6.bb index 1b8c019a5d..5118ddd6ab 100644 --- a/meta-oe/recipes-devtools/php/php_8.4.6.bb +++ b/meta-oe/recipes-devtools/php/php_8.4.6.bb | |||
| @@ -27,7 +27,7 @@ SRC_URI:append:class-target = " \ | |||
| 27 | file://php-fpm.service \ | 27 | file://php-fpm.service \ |
| 28 | " | 28 | " |
| 29 | 29 | ||
| 30 | S = "${WORKDIR}/php-${PV}" | 30 | S = "${UNPACKDIR}/php-${PV}" |
| 31 | 31 | ||
| 32 | SRC_URI[sha256sum] = "9cf2734509b603f6589617ab52a9712a03e0fe059951cddd2d4623df4bf7c6c6" | 32 | SRC_URI[sha256sum] = "9cf2734509b603f6589617ab52a9712a03e0fe059951cddd2d4623df4bf7c6c6" |
| 33 | 33 | ||
diff --git a/meta-oe/recipes-devtools/pistache/pistache_0.4.26.bb b/meta-oe/recipes-devtools/pistache/pistache_0.4.26.bb index feffff623d..b0a20e3ece 100644 --- a/meta-oe/recipes-devtools/pistache/pistache_0.4.26.bb +++ b/meta-oe/recipes-devtools/pistache/pistache_0.4.26.bb | |||
| @@ -7,7 +7,6 @@ SRC_URI = "git://github.com/pistacheio/pistache.git;branch=master;protocol=https | |||
| 7 | # SRCREV tagged 0.4.26 | 7 | # SRCREV tagged 0.4.26 |
| 8 | SRCREV = "ddffda861aa49012dcda28f1362d0339e718cd52" | 8 | SRCREV = "ddffda861aa49012dcda28f1362d0339e718cd52" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | 10 | ||
| 12 | DEPENDS = "rapidjson" | 11 | DEPENDS = "rapidjson" |
| 13 | 12 | ||
diff --git a/meta-oe/recipes-devtools/ply/ply_git.bb b/meta-oe/recipes-devtools/ply/ply_git.bb index 5a39456b2d..916ff29118 100644 --- a/meta-oe/recipes-devtools/ply/ply_git.bb +++ b/meta-oe/recipes-devtools/ply/ply_git.bb | |||
| @@ -10,7 +10,6 @@ PV = "2.4.0" | |||
| 10 | SRC_URI = "git://github.com/iovisor/ply;branch=master;protocol=https" | 10 | SRC_URI = "git://github.com/iovisor/ply;branch=master;protocol=https" |
| 11 | SRCREV = "282558cfa1c0f0e095354e3a6ec4486b524179dc" | 11 | SRCREV = "282558cfa1c0f0e095354e3a6ec4486b524179dc" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | CACHED_CONFIGUREVARS = 'LD="${HOST_PREFIX}ld.bfd${TOOLCHAIN_OPTIONS} ${HOST_LD_ARCH}"' | 14 | CACHED_CONFIGUREVARS = 'LD="${HOST_PREFIX}ld.bfd${TOOLCHAIN_OPTIONS} ${HOST_LD_ARCH}"' |
| 16 | 15 | ||
diff --git a/meta-oe/recipes-devtools/pocketpy/pocketpy_2.0.6.bb b/meta-oe/recipes-devtools/pocketpy/pocketpy_2.0.6.bb index 7b06d10526..f3ffccf626 100644 --- a/meta-oe/recipes-devtools/pocketpy/pocketpy_2.0.6.bb +++ b/meta-oe/recipes-devtools/pocketpy/pocketpy_2.0.6.bb | |||
| @@ -16,7 +16,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8cdfa87bc5e09bc07f8cf64135026d91" | |||
| 16 | SRC_URI = "git://github.com/pocketpy/pocketpy.git;protocol=https;branch=main" | 16 | SRC_URI = "git://github.com/pocketpy/pocketpy.git;protocol=https;branch=main" |
| 17 | SRCREV = "8a3bdd7e0a43b44e3b32548543128d95e68a3802" | 17 | SRCREV = "8a3bdd7e0a43b44e3b32548543128d95e68a3802" |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | ||
| 20 | 19 | ||
| 21 | inherit cmake | 20 | inherit cmake |
| 22 | 21 | ||
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf-c_1.5.1.bb b/meta-oe/recipes-devtools/protobuf/protobuf-c_1.5.1.bb index 7640797771..30c9e19b16 100644 --- a/meta-oe/recipes-devtools/protobuf/protobuf-c_1.5.1.bb +++ b/meta-oe/recipes-devtools/protobuf/protobuf-c_1.5.1.bb | |||
| @@ -19,7 +19,6 @@ SRC_URI:append:class-native = " file://0001-Makefile.am-do-not-compile-the-code- | |||
| 19 | 19 | ||
| 20 | SRCREV = "185beed28e65494be7505b30c1afeaf199e19b23" | 20 | SRCREV = "185beed28e65494be7505b30c1afeaf199e19b23" |
| 21 | 21 | ||
| 22 | S = "${WORKDIR}/git" | ||
| 23 | 22 | ||
| 24 | inherit autotools pkgconfig | 23 | inherit autotools pkgconfig |
| 25 | 24 | ||
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_5.29.4.bb b/meta-oe/recipes-devtools/protobuf/protobuf_5.29.4.bb index 30b805e6b1..61aff1da28 100644 --- a/meta-oe/recipes-devtools/protobuf/protobuf_5.29.4.bb +++ b/meta-oe/recipes-devtools/protobuf/protobuf_5.29.4.bb | |||
| @@ -26,7 +26,6 @@ SRC_URI:append:mipsarcho32:toolchain-clang = " file://0001-Fix-build-on-mips-cla | |||
| 26 | 26 | ||
| 27 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.(25\.(\d+)))" | 27 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.(25\.(\d+)))" |
| 28 | 28 | ||
| 29 | S = "${WORKDIR}/git" | ||
| 30 | 29 | ||
| 31 | CVE_PRODUCT = "google:protobuf protobuf:protobuf google-protobuf protobuf-cpp" | 30 | CVE_PRODUCT = "google:protobuf protobuf:protobuf google-protobuf protobuf-cpp" |
| 32 | 31 | ||
diff --git a/meta-oe/recipes-devtools/python/python3-apt_2.5.3.bb b/meta-oe/recipes-devtools/python/python3-apt_2.5.3.bb index 1d54b9f6af..d5c440f413 100644 --- a/meta-oe/recipes-devtools/python/python3-apt_2.5.3.bb +++ b/meta-oe/recipes-devtools/python/python3-apt_2.5.3.bb | |||
| @@ -7,7 +7,6 @@ SRC_URI = "git://salsa.debian.org/apt-team/python-apt.git;protocol=https;branch= | |||
| 7 | 7 | ||
| 8 | SRCREV = "3252935b6224b3bd2e2250894b9559b47c61b2e1" | 8 | SRCREV = "3252935b6224b3bd2e2250894b9559b47c61b2e1" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | 10 | ||
| 12 | inherit setuptools3 | 11 | inherit setuptools3 |
| 13 | 12 | ||
diff --git a/meta-oe/recipes-devtools/python/python3-distutils-extra_2.39.bb b/meta-oe/recipes-devtools/python/python3-distutils-extra_2.39.bb index a98dfab6d9..d80eac7756 100644 --- a/meta-oe/recipes-devtools/python/python3-distutils-extra_2.39.bb +++ b/meta-oe/recipes-devtools/python/python3-distutils-extra_2.39.bb | |||
| @@ -10,6 +10,6 @@ SRC_URI[sha256sum] = "723f24f4d65fc8d99b33a002fbbb3771d4cc9d664c97085bf37f3997ae | |||
| 10 | 10 | ||
| 11 | inherit setuptools3 | 11 | inherit setuptools3 |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/python-distutils-extra-${PV}" | 13 | S = "${UNPACKDIR}/python-distutils-extra-${PV}" |
| 14 | 14 | ||
| 15 | BBCLASSEXTEND = "native" | 15 | BBCLASSEXTEND = "native" |
diff --git a/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb b/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb index 8519479c4d..724d329ee2 100644 --- a/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb +++ b/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb | |||
| @@ -10,7 +10,6 @@ SRCREV = "0ccdbf364c577803e2a751f5aededce935314313" | |||
| 10 | 10 | ||
| 11 | PV = "1.1.0+git" | 11 | PV = "1.1.0+git" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | inherit cmake | 14 | inherit cmake |
| 16 | 15 | ||
diff --git a/meta-oe/recipes-devtools/serialcheck/serialcheck_1.0.0.bb b/meta-oe/recipes-devtools/serialcheck/serialcheck_1.0.0.bb index 29abfe1af5..672c46055d 100644 --- a/meta-oe/recipes-devtools/serialcheck/serialcheck_1.0.0.bb +++ b/meta-oe/recipes-devtools/serialcheck/serialcheck_1.0.0.bb | |||
| @@ -9,7 +9,6 @@ SRC_URI = " \ | |||
| 9 | 9 | ||
| 10 | SRCREV = "45eb2ffa5378396e85432872833890b0a1cba872" | 10 | SRCREV = "45eb2ffa5378396e85432872833890b0a1cba872" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | inherit autotools | 13 | inherit autotools |
| 15 | 14 | ||
diff --git a/meta-oe/recipes-devtools/sexpect/sexpect_2.3.15.bb b/meta-oe/recipes-devtools/sexpect/sexpect_2.3.15.bb index b97700e53d..72ccd1d6b7 100644 --- a/meta-oe/recipes-devtools/sexpect/sexpect_2.3.15.bb +++ b/meta-oe/recipes-devtools/sexpect/sexpect_2.3.15.bb | |||
| @@ -7,6 +7,5 @@ BRANCH = "master" | |||
| 7 | SRC_URI = "git://github.com/clarkwang/sexpect;branch=${BRANCH};protocol=https;tag=v${PV}" | 7 | SRC_URI = "git://github.com/clarkwang/sexpect;branch=${BRANCH};protocol=https;tag=v${PV}" |
| 8 | SRCREV = "d3645392424d47532be90fcbc0abf3148324785b" | 8 | SRCREV = "d3645392424d47532be90fcbc0abf3148324785b" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | 10 | ||
| 12 | inherit cmake | 11 | inherit cmake |
diff --git a/meta-oe/recipes-devtools/smemstat/smemstat_0.02.13.bb b/meta-oe/recipes-devtools/smemstat/smemstat_0.02.13.bb index bf5c52fe50..ea4fc5d3dd 100644 --- a/meta-oe/recipes-devtools/smemstat/smemstat_0.02.13.bb +++ b/meta-oe/recipes-devtools/smemstat/smemstat_0.02.13.bb | |||
| @@ -9,7 +9,6 @@ DEPENDS = "ncurses" | |||
| 9 | SRC_URI = "git://github.com/ColinIanKing/smemstat.git;protocol=https;branch=master" | 9 | SRC_URI = "git://github.com/ColinIanKing/smemstat.git;protocol=https;branch=master" |
| 10 | SRCREV = "1edc560602aa116b96408110b8b9d66a4edef60e" | 10 | SRCREV = "1edc560602aa116b96408110b8b9d66a4edef60e" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | inherit bash-completion | 13 | inherit bash-completion |
| 15 | 14 | ||
diff --git a/meta-oe/recipes-devtools/sqlite-orm/sqlite-orm_1.5.bb b/meta-oe/recipes-devtools/sqlite-orm/sqlite-orm_1.5.bb index 17c24d5abf..ee203f83e2 100644 --- a/meta-oe/recipes-devtools/sqlite-orm/sqlite-orm_1.5.bb +++ b/meta-oe/recipes-devtools/sqlite-orm/sqlite-orm_1.5.bb | |||
| @@ -12,7 +12,6 @@ SRC_URI = " \ | |||
| 12 | git://github.com/fnc12/sqlite_orm;protocol=https;branch=master \ | 12 | git://github.com/fnc12/sqlite_orm;protocol=https;branch=master \ |
| 13 | file://0001-fix-cstdint-error-with-gcc-15.0.1.patch \ | 13 | file://0001-fix-cstdint-error-with-gcc-15.0.1.patch \ |
| 14 | " | 14 | " |
| 15 | S = "${WORKDIR}/git" | ||
| 16 | 15 | ||
| 17 | EXTRA_OECMAKE += "-DSqliteOrm_BuildTests=OFF -DLIB_INSTALL_DIR=${libdir} \ | 16 | EXTRA_OECMAKE += "-DSqliteOrm_BuildTests=OFF -DLIB_INSTALL_DIR=${libdir} \ |
| 18 | -DCMAKE_INSTALL_DIR=${libdir}/cmake \ | 17 | -DCMAKE_INSTALL_DIR=${libdir}/cmake \ |
diff --git a/meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.3.2.bb b/meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.3.2.bb index 10e0e27a20..966d14874e 100644 --- a/meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.3.2.bb +++ b/meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.3.2.bb | |||
| @@ -14,7 +14,6 @@ LIC_FILES_CHKSUM = "file://COPYING.md;md5=a709b68f1ce8a9f10aeea6401446c1f4 \ | |||
| 14 | SRCREV = "667faf69cc35215e33e747b4bffdcba3643c2629" | 14 | SRCREV = "667faf69cc35215e33e747b4bffdcba3643c2629" |
| 15 | SRC_URI = "git://github.com/AgentD/squashfs-tools-ng.git;protocol=https;branch=fixes-1.3.0" | 15 | SRC_URI = "git://github.com/AgentD/squashfs-tools-ng.git;protocol=https;branch=fixes-1.3.0" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | 17 | ||
| 19 | inherit autotools pkgconfig | 18 | inherit autotools pkgconfig |
| 20 | 19 | ||
diff --git a/meta-oe/recipes-devtools/ssd1306/ssd1306_git.bb b/meta-oe/recipes-devtools/ssd1306/ssd1306_git.bb index 2c01e126ff..7824ed1a68 100644 --- a/meta-oe/recipes-devtools/ssd1306/ssd1306_git.bb +++ b/meta-oe/recipes-devtools/ssd1306/ssd1306_git.bb | |||
| @@ -11,7 +11,6 @@ SRC_URI = " \ | |||
| 11 | " | 11 | " |
| 12 | SRCREV = "34b42992a43fda69c6ba2557b718601cafe16251" | 12 | SRCREV = "34b42992a43fda69c6ba2557b718601cafe16251" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | 14 | ||
| 16 | # coreutils provides fmt which is used in the Makefile | 15 | # coreutils provides fmt which is used in the Makefile |
| 17 | DEPENDS = "i2c-tools coreutils-native" | 16 | DEPENDS = "i2c-tools coreutils-native" |
diff --git a/meta-oe/recipes-devtools/suitesparse/suitesparse_5.10.1.bb b/meta-oe/recipes-devtools/suitesparse/suitesparse_5.10.1.bb index 29f114a9dc..8effd042fb 100644 --- a/meta-oe/recipes-devtools/suitesparse/suitesparse_5.10.1.bb +++ b/meta-oe/recipes-devtools/suitesparse/suitesparse_5.10.1.bb | |||
| @@ -8,7 +8,6 @@ SRC_URI = "git://github.com/DrTimothyAldenDavis/SuiteSparse;protocol=https;branc | |||
| 8 | " | 8 | " |
| 9 | SRCREV = "538273cfd53720a10e34a3d80d3779b607e1ac26" | 9 | SRCREV = "538273cfd53720a10e34a3d80d3779b607e1ac26" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | 11 | ||
| 13 | DEPENDS = "cmake-native lapack gmp mpfr chrpath-native" | 12 | DEPENDS = "cmake-native lapack gmp mpfr chrpath-native" |
| 14 | 13 | ||
diff --git a/meta-oe/recipes-devtools/systemd/nativesdk-systemd-systemctl.bb b/meta-oe/recipes-devtools/systemd/nativesdk-systemd-systemctl.bb index 3360ccf357..6c5591b461 100644 --- a/meta-oe/recipes-devtools/systemd/nativesdk-systemd-systemctl.bb +++ b/meta-oe/recipes-devtools/systemd/nativesdk-systemd-systemctl.bb | |||
| @@ -7,8 +7,7 @@ inherit nativesdk | |||
| 7 | 7 | ||
| 8 | SRC_URI = "file://systemctl" | 8 | SRC_URI = "file://systemctl" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/sources" | 10 | S = "${UNPACKDIR}" |
| 11 | UNPACKDIR = "${S}" | ||
| 12 | 11 | ||
| 13 | do_install() { | 12 | do_install() { |
| 14 | install -d ${D}${bindir} | 13 | install -d ${D}${bindir} |
diff --git a/meta-oe/recipes-devtools/tclap/tclap_1.4.0.bb b/meta-oe/recipes-devtools/tclap/tclap_1.4.0.bb index 60dbc7b422..6f452d3b93 100644 --- a/meta-oe/recipes-devtools/tclap/tclap_1.4.0.bb +++ b/meta-oe/recipes-devtools/tclap/tclap_1.4.0.bb | |||
| @@ -13,7 +13,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5c64b2e8cc50917b2744a90950faa7cd" | |||
| 13 | SRCREV = "81b3d2a0c47895c22e9bb8c577f5ab521f76e5d2" | 13 | SRCREV = "81b3d2a0c47895c22e9bb8c577f5ab521f76e5d2" |
| 14 | SRC_URI = "git://git.code.sf.net/p/tclap/code;branch=1.4" | 14 | SRC_URI = "git://git.code.sf.net/p/tclap/code;branch=1.4" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | inherit cmake | 16 | inherit cmake |
| 18 | 17 | ||
| 19 | ALLOW_EMPTY:${PN} = "1" | 18 | ALLOW_EMPTY:${PN} = "1" |
diff --git a/meta-oe/recipes-devtools/tcltk/tk8_8.6.15.bb b/meta-oe/recipes-devtools/tcltk/tk8_8.6.15.bb index 8518fb8dfe..8cb9f6cb5e 100644 --- a/meta-oe/recipes-devtools/tcltk/tk8_8.6.15.bb +++ b/meta-oe/recipes-devtools/tcltk/tk8_8.6.15.bb | |||
| @@ -29,7 +29,7 @@ SRC_URI[sha256sum] = "550969f35379f952b3020f3ab7b9dd5bfd11c1ef7c9b7c6a75f5c49aca | |||
| 29 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/tcl/files/Tcl/" | 29 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/tcl/files/Tcl/" |
| 30 | UPSTREAM_CHECK_REGEX = "Tcl/(?P<pver>\d+(\.\d+)+)/" | 30 | UPSTREAM_CHECK_REGEX = "Tcl/(?P<pver>\d+(\.\d+)+)/" |
| 31 | 31 | ||
| 32 | S = "${WORKDIR}/tk${PV}" | 32 | S = "${UNPACKDIR}/tk${PV}" |
| 33 | 33 | ||
| 34 | # Short version format: "8.6" | 34 | # Short version format: "8.6" |
| 35 | VER = "${@os.path.splitext(d.getVar('PV'))[0]}" | 35 | VER = "${@os.path.splitext(d.getVar('PV'))[0]}" |
diff --git a/meta-oe/recipes-devtools/tcltk/tk_9.0.1.bb b/meta-oe/recipes-devtools/tcltk/tk_9.0.1.bb index 8701686b11..504b40927e 100644 --- a/meta-oe/recipes-devtools/tcltk/tk_9.0.1.bb +++ b/meta-oe/recipes-devtools/tcltk/tk_9.0.1.bb | |||
| @@ -25,7 +25,7 @@ SRC_URI[sha256sum] = "d6f01a4d598bfc6398be9584e1bab828c907b0758db4bbb351a1429106 | |||
| 25 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/tcl/files/Tcl/" | 25 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/tcl/files/Tcl/" |
| 26 | UPSTREAM_CHECK_REGEX = "Tcl/(?P<pver>\d+(\.\d+)+)/" | 26 | UPSTREAM_CHECK_REGEX = "Tcl/(?P<pver>\d+(\.\d+)+)/" |
| 27 | 27 | ||
| 28 | S = "${WORKDIR}/${BPN}${PV}" | 28 | S = "${UNPACKDIR}/${BPN}${PV}" |
| 29 | 29 | ||
| 30 | # Short version format: "8.6" | 30 | # Short version format: "8.6" |
| 31 | VER = "${@os.path.splitext(d.getVar('PV'))[0]}" | 31 | VER = "${@os.path.splitext(d.getVar('PV'))[0]}" |
diff --git a/meta-oe/recipes-devtools/tomlplusplus/tomlplusplus_git.bb b/meta-oe/recipes-devtools/tomlplusplus/tomlplusplus_git.bb index a6ec89a2ff..da8b1602be 100644 --- a/meta-oe/recipes-devtools/tomlplusplus/tomlplusplus_git.bb +++ b/meta-oe/recipes-devtools/tomlplusplus/tomlplusplus_git.bb | |||
| @@ -9,7 +9,6 @@ SRC_URI = "git://github.com/marzer/tomlplusplus.git;protocol=https;branch=master | |||
| 9 | 9 | ||
| 10 | PV = "3.4.0" | 10 | PV = "3.4.0" |
| 11 | SRCREV = "30172438cee64926dc41fdd9c11fb3ba5b2ba9de" | 11 | SRCREV = "30172438cee64926dc41fdd9c11fb3ba5b2ba9de" |
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | DEPENDS = "cmake-native" | 13 | DEPENDS = "cmake-native" |
| 15 | 14 | ||
diff --git a/meta-oe/recipes-devtools/uftrace/uftrace_0.17.bb b/meta-oe/recipes-devtools/uftrace/uftrace_0.17.bb index 8fecadb22f..776bb014f4 100644 --- a/meta-oe/recipes-devtools/uftrace/uftrace_0.17.bb +++ b/meta-oe/recipes-devtools/uftrace/uftrace_0.17.bb | |||
| @@ -13,7 +13,6 @@ inherit autotools | |||
| 13 | SRCREV = "b0d936107edcefb519abbc9c363ca40daaac23b3" | 13 | SRCREV = "b0d936107edcefb519abbc9c363ca40daaac23b3" |
| 14 | SRC_URI = "git://github.com/namhyung/${BPN};branch=master;protocol=https \ | 14 | SRC_URI = "git://github.com/namhyung/${BPN};branch=master;protocol=https \ |
| 15 | file://0001-include-libgen.h-for-basename.patch" | 15 | file://0001-include-libgen.h-for-basename.patch" |
| 16 | S = "${WORKDIR}/git" | ||
| 17 | 16 | ||
| 18 | LDFLAGS:append:libc-musl = " -largp" | 17 | LDFLAGS:append:libc-musl = " -largp" |
| 19 | 18 | ||
diff --git a/meta-oe/recipes-devtools/unattended-upgrades/unattended-upgrades_2.9.1.bb b/meta-oe/recipes-devtools/unattended-upgrades/unattended-upgrades_2.9.1.bb index e37dbcd02f..3d92f59ff2 100644 --- a/meta-oe/recipes-devtools/unattended-upgrades/unattended-upgrades_2.9.1.bb +++ b/meta-oe/recipes-devtools/unattended-upgrades/unattended-upgrades_2.9.1.bb | |||
| @@ -12,7 +12,6 @@ SRC_URI = "git://github.com/mvo5/unattended-upgrades.git;protocol=https;branch=m | |||
| 12 | 12 | ||
| 13 | SRCREV = "5aff8fa2b5b60b7c11bbfb39c884477e72d11d02" | 13 | SRCREV = "5aff8fa2b5b60b7c11bbfb39c884477e72d11d02" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | 15 | ||
| 17 | inherit setuptools3_legacy | 16 | inherit setuptools3_legacy |
| 18 | 17 | ||
diff --git a/meta-oe/recipes-devtools/uw-imap/uw-imap_2007f.bb b/meta-oe/recipes-devtools/uw-imap/uw-imap_2007f.bb index 54d33379da..877f1d57f6 100644 --- a/meta-oe/recipes-devtools/uw-imap/uw-imap_2007f.bb +++ b/meta-oe/recipes-devtools/uw-imap/uw-imap_2007f.bb | |||
| @@ -22,7 +22,7 @@ SRC_URI = "https://fossies.org/linux/misc/old/imap-${PV}.tar.gz \ | |||
| 22 | 22 | ||
| 23 | SRC_URI[sha256sum] = "53e15a2b5c1bc80161d42e9f69792a3fa18332b7b771910131004eb520004a28" | 23 | SRC_URI[sha256sum] = "53e15a2b5c1bc80161d42e9f69792a3fa18332b7b771910131004eb520004a28" |
| 24 | 24 | ||
| 25 | S = "${WORKDIR}/imap-${PV}" | 25 | S = "${UNPACKDIR}/imap-${PV}" |
| 26 | 26 | ||
| 27 | CVE_STATUS[CVE-2005-0198] = "fixed-version: The CPE in the NVD database doesn't reflect correctly the vulnerable versions." | 27 | CVE_STATUS[CVE-2005-0198] = "fixed-version: The CPE in the NVD database doesn't reflect correctly the vulnerable versions." |
| 28 | 28 | ||
diff --git a/meta-oe/recipes-devtools/valijson/valijson_1.0.6.bb b/meta-oe/recipes-devtools/valijson/valijson_1.0.6.bb index 7f5d0b1416..4e5f02746c 100644 --- a/meta-oe/recipes-devtools/valijson/valijson_1.0.6.bb +++ b/meta-oe/recipes-devtools/valijson/valijson_1.0.6.bb | |||
| @@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5c4583a434195e4f3b418e17c8ca2daf" | |||
| 6 | SRC_URI = "git://github.com/tristanpenman/valijson.git;branch=master;protocol=https;tag=v${PV}" | 6 | SRC_URI = "git://github.com/tristanpenman/valijson.git;branch=master;protocol=https;tag=v${PV}" |
| 7 | SRCREV = "4edda758546436462da479bb8c8514f8a95c35ad" | 7 | SRCREV = "4edda758546436462da479bb8c8514f8a95c35ad" |
| 8 | 8 | ||
| 9 | S = "${WORKDIR}/git" | ||
| 10 | 9 | ||
| 11 | inherit cmake | 10 | inherit cmake |
| 12 | 11 | ||
diff --git a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.64.0.bb b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.64.0.bb index e9442697fa..3b923fb99e 100644 --- a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.64.0.bb +++ b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.64.0.bb | |||
| @@ -13,7 +13,7 @@ SRC_URI = "git://github.com/mirror/xmlrpc-c.git;branch=master;protocol=https \ | |||
| 13 | " | 13 | " |
| 14 | SRCREV = "8ce36bce2438df9b02fcaafd19efa90a56426601" | 14 | SRCREV = "8ce36bce2438df9b02fcaafd19efa90a56426601" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git/advanced" | 16 | S = "${UNPACKDIR}/${BP}/advanced" |
| 17 | 17 | ||
| 18 | inherit autotools-brokensep binconfig pkgconfig | 18 | inherit autotools-brokensep binconfig pkgconfig |
| 19 | 19 | ||
diff --git a/meta-oe/recipes-devtools/yajl/yajl_1.0.12.bb b/meta-oe/recipes-devtools/yajl/yajl_1.0.12.bb index 186f2c8ed0..3e569859b7 100644 --- a/meta-oe/recipes-devtools/yajl/yajl_1.0.12.bb +++ b/meta-oe/recipes-devtools/yajl/yajl_1.0.12.bb | |||
| @@ -14,7 +14,6 @@ SRC_URI = "git://github.com/lloyd/yajl;nobranch=1;protocol=https" | |||
| 14 | 14 | ||
| 15 | inherit cmake lib_package | 15 | inherit cmake lib_package |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | 17 | ||
| 19 | EXTRA_OECMAKE = "-DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')}" | 18 | EXTRA_OECMAKE = "-DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')}" |
| 20 | 19 | ||
diff --git a/meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb b/meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb index c5b5e60027..e4434bee45 100644 --- a/meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb +++ b/meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb | |||
| @@ -15,7 +15,6 @@ SRC_URI = "git://github.com/lloyd/yajl;branch=master;protocol=https \ | |||
| 15 | " | 15 | " |
| 16 | SRCREV = "a0ecdde0c042b9256170f2f8890dd9451a4240aa" | 16 | SRCREV = "a0ecdde0c042b9256170f2f8890dd9451a4240aa" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | 18 | ||
| 20 | inherit cmake lib_package | 19 | inherit cmake lib_package |
| 21 | 20 | ||
diff --git a/meta-oe/recipes-devtools/yasm/yasm_git.bb b/meta-oe/recipes-devtools/yasm/yasm_git.bb index de7eb45c1d..68895a1697 100644 --- a/meta-oe/recipes-devtools/yasm/yasm_git.bb +++ b/meta-oe/recipes-devtools/yasm/yasm_git.bb | |||
| @@ -16,7 +16,6 @@ SRC_URI = "git://github.com/yasm/yasm.git;branch=master;protocol=https \ | |||
| 16 | file://0001-bitvect-fix-build-with-gcc-15.patch \ | 16 | file://0001-bitvect-fix-build-with-gcc-15.patch \ |
| 17 | " | 17 | " |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | ||
| 20 | 19 | ||
| 21 | inherit autotools gettext python3native | 20 | inherit autotools gettext python3native |
| 22 | 21 | ||
diff --git a/meta-oe/recipes-extended/7zip/7zip_24.09.bb b/meta-oe/recipes-extended/7zip/7zip_24.09.bb index 4b6c7a613c..74e44c44e3 100644 --- a/meta-oe/recipes-extended/7zip/7zip_24.09.bb +++ b/meta-oe/recipes-extended/7zip/7zip_24.09.bb | |||
| @@ -14,7 +14,6 @@ SRCREV = "e5431fa6f5505e385c6f9367260717e9c47dc2ee" | |||
| 14 | 14 | ||
| 15 | UPSTREAM_CHECK_URI = "https://github.com/ip7z/7zip/releases/latest" | 15 | UPSTREAM_CHECK_URI = "https://github.com/ip7z/7zip/releases/latest" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | 17 | ||
| 19 | # Support Yocto cross compiling | 18 | # Support Yocto cross compiling |
| 20 | CXXFLAGS:append:toolchain-clang = " -Wno-error=cast-qual -Wno-error=sign-conversion \ | 19 | CXXFLAGS:append:toolchain-clang = " -Wno-error=cast-qual -Wno-error=sign-conversion \ |
diff --git a/meta-oe/recipes-extended/7zip/bit7z_4.0.9.bb b/meta-oe/recipes-extended/7zip/bit7z_4.0.9.bb index 645ea1a2ae..033461d614 100644 --- a/meta-oe/recipes-extended/7zip/bit7z_4.0.9.bb +++ b/meta-oe/recipes-extended/7zip/bit7z_4.0.9.bb | |||
| @@ -32,7 +32,6 @@ SRCHASH_CPM = "c8cdc32c03816538ce22781ed72964dc864b2a34a310d3b7104812a5ca2d835d" | |||
| 32 | TAG_CPM = "0.40.2" | 32 | TAG_CPM = "0.40.2" |
| 33 | SRC_URI[sha256sum] = "${SRCHASH_CPM}" | 33 | SRC_URI[sha256sum] = "${SRCHASH_CPM}" |
| 34 | 34 | ||
| 35 | S = "${WORKDIR}/git" | ||
| 36 | 35 | ||
| 37 | inherit cmake ptest | 36 | inherit cmake ptest |
| 38 | 37 | ||
diff --git a/meta-oe/recipes-extended/beep/beep_1.4.12.bb b/meta-oe/recipes-extended/beep/beep_1.4.12.bb index a4bc10c366..a8d720d9dd 100644 --- a/meta-oe/recipes-extended/beep/beep_1.4.12.bb +++ b/meta-oe/recipes-extended/beep/beep_1.4.12.bb | |||
| @@ -10,7 +10,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
| 10 | SRC_URI = "git://github.com/spkr-beep/beep.git;protocol=https;branch=master \ | 10 | SRC_URI = "git://github.com/spkr-beep/beep.git;protocol=https;branch=master \ |
| 11 | file://0001-beep-library-Make-it-compatible-with-c99.patch" | 11 | file://0001-beep-library-Make-it-compatible-with-c99.patch" |
| 12 | SRCREV = "11453a79f2cea81832329b06ca3a284aa7a0a52e" | 12 | SRCREV = "11453a79f2cea81832329b06ca3a284aa7a0a52e" |
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | EXTRA_OEMAKE = "prefix='${prefix}' CFLAGS='${CFLAGS}' LDFLAGS='${LDFLAGS}'" | 14 | EXTRA_OEMAKE = "prefix='${prefix}' CFLAGS='${CFLAGS}' LDFLAGS='${LDFLAGS}'" |
| 16 | 15 | ||
diff --git a/meta-oe/recipes-extended/bitwise/bitwise_0.50.bb b/meta-oe/recipes-extended/bitwise/bitwise_0.50.bb index 4d560eb4b8..397829c87b 100644 --- a/meta-oe/recipes-extended/bitwise/bitwise_0.50.bb +++ b/meta-oe/recipes-extended/bitwise/bitwise_0.50.bb | |||
| @@ -20,7 +20,7 @@ SRC_URI[sha256sum] = "806271fa5bf31de0600315e8720004a8f529954480e991ca84a9868dc1 | |||
| 20 | UPSTREAM_CHECK_URI = "https://github.com/mellowcandle/bitwise/releases" | 20 | UPSTREAM_CHECK_URI = "https://github.com/mellowcandle/bitwise/releases" |
| 21 | UPSTREAM_CHECK_REGEX = "releases/tag/v(?P<pver>\d+(\.\d+)+)" | 21 | UPSTREAM_CHECK_REGEX = "releases/tag/v(?P<pver>\d+(\.\d+)+)" |
| 22 | 22 | ||
| 23 | S = "${WORKDIR}/${BPN}-v${PV}" | 23 | S = "${UNPACKDIR}/${BPN}-v${PV}" |
| 24 | 24 | ||
| 25 | DEPENDS = "ncurses readline" | 25 | DEPENDS = "ncurses readline" |
| 26 | 26 | ||
diff --git a/meta-oe/recipes-extended/boinc/boinc-client_7.20.5.bb b/meta-oe/recipes-extended/boinc/boinc-client_7.20.5.bb index cfd134dd4f..b2cfd9b874 100644 --- a/meta-oe/recipes-extended/boinc/boinc-client_7.20.5.bb +++ b/meta-oe/recipes-extended/boinc/boinc-client_7.20.5.bb | |||
| @@ -41,7 +41,6 @@ inherit gettext autotools pkgconfig features_check systemd | |||
| 41 | 41 | ||
| 42 | REQUIRED_DISTRO_FEATURES += "opengl" | 42 | REQUIRED_DISTRO_FEATURES += "opengl" |
| 43 | 43 | ||
| 44 | S = "${WORKDIR}/git" | ||
| 45 | 44 | ||
| 46 | EXTRA_OECONF += "\ | 45 | EXTRA_OECONF += "\ |
| 47 | --enable-libraries \ | 46 | --enable-libraries \ |
diff --git a/meta-oe/recipes-extended/brotli/brotli_1.1.0.bb b/meta-oe/recipes-extended/brotli/brotli_1.1.0.bb index 58214ea59c..411f8a7610 100644 --- a/meta-oe/recipes-extended/brotli/brotli_1.1.0.bb +++ b/meta-oe/recipes-extended/brotli/brotli_1.1.0.bb | |||
| @@ -9,7 +9,6 @@ LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=941ee9cd1609382f946352712a319b4b" | |||
| 9 | SRC_URI = "git://github.com/google/brotli.git;branch=master;protocol=https" | 9 | SRC_URI = "git://github.com/google/brotli.git;branch=master;protocol=https" |
| 10 | SRCREV = "ed738e842d2fbdf2d6459e39267a633c4a9b2f5d" | 10 | SRCREV = "ed738e842d2fbdf2d6459e39267a633c4a9b2f5d" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | inherit cmake lib_package | 13 | inherit cmake lib_package |
| 15 | 14 | ||
diff --git a/meta-oe/recipes-extended/canopenterm/canopenterm_1.0.10.bb b/meta-oe/recipes-extended/canopenterm/canopenterm_1.0.10.bb index dad8e8e8e2..26c80195b0 100644 --- a/meta-oe/recipes-extended/canopenterm/canopenterm_1.0.10.bb +++ b/meta-oe/recipes-extended/canopenterm/canopenterm_1.0.10.bb | |||
| @@ -19,7 +19,6 @@ SRC_URI = "git://github.com/CANopenTerm/CANopenTerm.git;protocol=https;branch=ma | |||
| 19 | 19 | ||
| 20 | SRCREV = "e0760b2e9657907e691be4df384ca7617109635d" | 20 | SRCREV = "e0760b2e9657907e691be4df384ca7617109635d" |
| 21 | 21 | ||
| 22 | S = "${WORKDIR}/git" | ||
| 23 | 22 | ||
| 24 | inherit cmake ptest | 23 | inherit cmake ptest |
| 25 | 24 | ||
diff --git a/meta-oe/recipes-extended/cmatrix/cmatrix_2.0.bb b/meta-oe/recipes-extended/cmatrix/cmatrix_2.0.bb index 829e9588c8..e1a6af622b 100644 --- a/meta-oe/recipes-extended/cmatrix/cmatrix_2.0.bb +++ b/meta-oe/recipes-extended/cmatrix/cmatrix_2.0.bb | |||
| @@ -8,7 +8,6 @@ SRC_URI = " \ | |||
| 8 | file://0001-reproducibility-Prevent-configuration-from-reading-h.patch \ | 8 | file://0001-reproducibility-Prevent-configuration-from-reading-h.patch \ |
| 9 | " | 9 | " |
| 10 | SRCREV = "adfdf1656f23e5ab3b52c7d7edf91249a4477e8d" | 10 | SRCREV = "adfdf1656f23e5ab3b52c7d7edf91249a4477e8d" |
| 11 | S = "${WORKDIR}/git" | ||
| 12 | 11 | ||
| 13 | inherit cmake | 12 | inherit cmake |
| 14 | 13 | ||
diff --git a/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.5.bb b/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.5.bb index e1f6c558df..da710eaedb 100644 --- a/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.5.bb +++ b/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.5.bb | |||
| @@ -13,7 +13,6 @@ SRC_URI = "git://github.com/kkaempf/cmpi-bindings.git;protocol=https;branch=main | |||
| 13 | " | 13 | " |
| 14 | 14 | ||
| 15 | SRCREV = "49d6dcfc71ca421100fcf325e31625817c469fc9" | 15 | SRCREV = "49d6dcfc71ca421100fcf325e31625817c469fc9" |
| 16 | S = "${WORKDIR}/git" | ||
| 17 | 16 | ||
| 18 | inherit cmake python3targetconfig | 17 | inherit cmake python3targetconfig |
| 19 | 18 | ||
diff --git a/meta-oe/recipes-extended/dialog/dialog_1.3-20250116.bb b/meta-oe/recipes-extended/dialog/dialog_1.3-20250116.bb index f2dbe4029b..7c596371e5 100644 --- a/meta-oe/recipes-extended/dialog/dialog_1.3-20250116.bb +++ b/meta-oe/recipes-extended/dialog/dialog_1.3-20250116.bb | |||
| @@ -12,7 +12,7 @@ SRC_URI = "https://invisible-mirror.net/archives/${BPN}/${BP}.tgz" | |||
| 12 | SRC_URI[sha256sum] = "68406329827b783d0a8959cc20a94c6e1791ac861a27f854e06e9020541816dd" | 12 | SRC_URI[sha256sum] = "68406329827b783d0a8959cc20a94c6e1791ac861a27f854e06e9020541816dd" |
| 13 | 13 | ||
| 14 | # hardcoded here for use in dialog-static recipe | 14 | # hardcoded here for use in dialog-static recipe |
| 15 | S = "${WORKDIR}/dialog-${PV}" | 15 | S = "${UNPACKDIR}/dialog-${PV}" |
| 16 | 16 | ||
| 17 | inherit autotools-brokensep pkgconfig | 17 | inherit autotools-brokensep pkgconfig |
| 18 | 18 | ||
diff --git a/meta-oe/recipes-extended/dlt-daemon/dlt-daemon_2.18.10.bb b/meta-oe/recipes-extended/dlt-daemon/dlt-daemon_2.18.10.bb index 888289b357..8b48d20aac 100644 --- a/meta-oe/recipes-extended/dlt-daemon/dlt-daemon_2.18.10.bb +++ b/meta-oe/recipes-extended/dlt-daemon/dlt-daemon_2.18.10.bb | |||
| @@ -23,7 +23,6 @@ SRC_URI = "git://github.com/COVESA/${BPN}.git;protocol=https;branch=master \ | |||
| 23 | " | 23 | " |
| 24 | SRCREV = "0f2d4cfffada6f8448a2cb27995b38eb4271044f" | 24 | SRCREV = "0f2d4cfffada6f8448a2cb27995b38eb4271044f" |
| 25 | 25 | ||
| 26 | S = "${WORKDIR}/git" | ||
| 27 | 26 | ||
| 28 | PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', ' systemd systemd-watchdog systemd-journal ', '', d)} \ | 27 | PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', ' systemd systemd-watchdog systemd-journal ', '', d)} \ |
| 29 | dlt-examples dlt-adaptor dlt-adaptor-stdin dlt-adaptor-udp dlt-console \ | 28 | dlt-examples dlt-adaptor dlt-adaptor-stdin dlt-adaptor-udp dlt-console \ |
diff --git a/meta-oe/recipes-extended/docopt.cpp/docopt.cpp_git.bb b/meta-oe/recipes-extended/docopt.cpp/docopt.cpp_git.bb index ec0b4da935..71305cc35f 100644 --- a/meta-oe/recipes-extended/docopt.cpp/docopt.cpp_git.bb +++ b/meta-oe/recipes-extended/docopt.cpp/docopt.cpp_git.bb | |||
| @@ -20,7 +20,6 @@ SRC_URI = "\ | |||
| 20 | git://github.com/docopt/docopt.cpp.git;protocol=https;branch=master \ | 20 | git://github.com/docopt/docopt.cpp.git;protocol=https;branch=master \ |
| 21 | " | 21 | " |
| 22 | 22 | ||
| 23 | S = "${WORKDIR}/git" | ||
| 24 | 23 | ||
| 25 | inherit cmake | 24 | inherit cmake |
| 26 | 25 | ||
diff --git a/meta-oe/recipes-extended/dumb-init/dumb-init_1.2.5.bb b/meta-oe/recipes-extended/dumb-init/dumb-init_1.2.5.bb index 310081b822..ad2aee4570 100644 --- a/meta-oe/recipes-extended/dumb-init/dumb-init_1.2.5.bb +++ b/meta-oe/recipes-extended/dumb-init/dumb-init_1.2.5.bb | |||
| @@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5940d39995ea6857d01b8227109c2e9c" | |||
| 5 | 5 | ||
| 6 | SRCREV = "89c1502b9d40b5cb4a844498b14d74ba1dd559bf" | 6 | SRCREV = "89c1502b9d40b5cb4a844498b14d74ba1dd559bf" |
| 7 | SRC_URI = "git://github.com/Yelp/dumb-init;branch=master;protocol=https" | 7 | SRC_URI = "git://github.com/Yelp/dumb-init;branch=master;protocol=https" |
| 8 | S = "${WORKDIR}/git" | ||
| 9 | 8 | ||
| 10 | EXTRA_OEMAKE = "CC='${CC}' CFLAGS='${CFLAGS} ${LDFLAGS}'" | 9 | EXTRA_OEMAKE = "CC='${CC}' CFLAGS='${CFLAGS} ${LDFLAGS}'" |
| 11 | 10 | ||
diff --git a/meta-oe/recipes-extended/etcd/etcd-cpp-apiv3_0.15.4.bb b/meta-oe/recipes-extended/etcd/etcd-cpp-apiv3_0.15.4.bb index 82f8366aeb..c3a5a02a3f 100644 --- a/meta-oe/recipes-extended/etcd/etcd-cpp-apiv3_0.15.4.bb +++ b/meta-oe/recipes-extended/etcd/etcd-cpp-apiv3_0.15.4.bb | |||
| @@ -16,7 +16,6 @@ inherit cmake | |||
| 16 | 16 | ||
| 17 | DEPENDS += "grpc protobuf cpprest grpc-native protobuf-native" | 17 | DEPENDS += "grpc protobuf cpprest grpc-native protobuf-native" |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | ||
| 20 | 19 | ||
| 21 | EXTRA_OECONF += "-DCPPREST_EXCLUDE_WEBSOCKETS=ON" | 20 | EXTRA_OECONF += "-DCPPREST_EXCLUDE_WEBSOCKETS=ON" |
| 22 | 21 | ||
diff --git a/meta-oe/recipes-extended/figlet/figlet_git.bb b/meta-oe/recipes-extended/figlet/figlet_git.bb index 9789ac16d4..d226806050 100644 --- a/meta-oe/recipes-extended/figlet/figlet_git.bb +++ b/meta-oe/recipes-extended/figlet/figlet_git.bb | |||
| @@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1688bcd97b27704f1afcac7336409857" | |||
| 7 | SRC_URI = "git://github.com/cmatsuoka/figlet.git;branch=master;protocol=https \ | 7 | SRC_URI = "git://github.com/cmatsuoka/figlet.git;branch=master;protocol=https \ |
| 8 | file://0001-build-add-autotools-support-to-allow-easy-cross-comp.patch" | 8 | file://0001-build-add-autotools-support-to-allow-easy-cross-comp.patch" |
| 9 | SRCREV = "5bbcd7383a8c3a531299b216b0c734e1495c6db3" | 9 | SRCREV = "5bbcd7383a8c3a531299b216b0c734e1495c6db3" |
| 10 | S = "${WORKDIR}/git" | ||
| 11 | PV = "2.2.5+git" | 10 | PV = "2.2.5+git" |
| 12 | 11 | ||
| 13 | inherit autotools | 12 | inherit autotools |
diff --git a/meta-oe/recipes-extended/flatpak/flatpak-xdg-utils_1.0.6.bb b/meta-oe/recipes-extended/flatpak/flatpak-xdg-utils_1.0.6.bb index 5dfba25140..df7a4e2758 100644 --- a/meta-oe/recipes-extended/flatpak/flatpak-xdg-utils_1.0.6.bb +++ b/meta-oe/recipes-extended/flatpak/flatpak-xdg-utils_1.0.6.bb | |||
| @@ -7,7 +7,6 @@ SRC_URI = "git://github.com/flatpak/flatpak-xdg-utils.git;protocol=https;branch= | |||
| 7 | 7 | ||
| 8 | SRCREV = "05abdd7421688be5835a6b12f2b068086c38d4aa" | 8 | SRCREV = "05abdd7421688be5835a6b12f2b068086c38d4aa" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | 10 | ||
| 12 | inherit meson pkgconfig | 11 | inherit meson pkgconfig |
| 13 | 12 | ||
diff --git a/meta-oe/recipes-extended/flatpak/flatpak_1.16.0.bb b/meta-oe/recipes-extended/flatpak/flatpak_1.16.0.bb index 6696d8347b..f99c8ac36a 100644 --- a/meta-oe/recipes-extended/flatpak/flatpak_1.16.0.bb +++ b/meta-oe/recipes-extended/flatpak/flatpak_1.16.0.bb | |||
| @@ -10,7 +10,6 @@ SRC_URI = " \ | |||
| 10 | 10 | ||
| 11 | SRCREV = "1440f4faa67ebf69c7559f31d2cab59e6ec6fe2b" | 11 | SRCREV = "1440f4faa67ebf69c7559f31d2cab59e6ec6fe2b" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | inherit meson pkgconfig gettext systemd gtk-doc gobject-introspection python3native mime features_check useradd | 14 | inherit meson pkgconfig gettext systemd gtk-doc gobject-introspection python3native mime features_check useradd |
| 16 | 15 | ||
diff --git a/meta-oe/recipes-extended/fluentbit/fluentbit_4.0.1.bb b/meta-oe/recipes-extended/fluentbit/fluentbit_4.0.1.bb index 4d82abc783..05e4fd937f 100644 --- a/meta-oe/recipes-extended/fluentbit/fluentbit_4.0.1.bb +++ b/meta-oe/recipes-extended/fluentbit/fluentbit_4.0.1.bb | |||
| @@ -32,7 +32,6 @@ SRC_URI:append:libc-musl = "\ | |||
| 32 | # prefix tag with "v" to avoid upgrade to random tags like "20220215" | 32 | # prefix tag with "v" to avoid upgrade to random tags like "20220215" |
| 33 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(\d+(\.\d+)+))" | 33 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(\d+(\.\d+)+))" |
| 34 | 34 | ||
| 35 | S = "${WORKDIR}/git" | ||
| 36 | 35 | ||
| 37 | PACKAGECONFIG ??= "\ | 36 | PACKAGECONFIG ??= "\ |
| 38 | aws \ | 37 | aws \ |
diff --git a/meta-oe/recipes-extended/haveged/haveged_1.9.19.bb b/meta-oe/recipes-extended/haveged/haveged_1.9.19.bb index 7dcc36080a..69de5628c4 100644 --- a/meta-oe/recipes-extended/haveged/haveged_1.9.19.bb +++ b/meta-oe/recipes-extended/haveged/haveged_1.9.19.bb | |||
| @@ -9,7 +9,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | |||
| 9 | SRCREV = "0ef7dd915ee8be4ca2bb10b5cc2bee92b8ede61d" | 9 | SRCREV = "0ef7dd915ee8be4ca2bb10b5cc2bee92b8ede61d" |
| 10 | SRC_URI = "git://github.com/jirka-h/haveged.git;branch=master;protocol=https \ | 10 | SRC_URI = "git://github.com/jirka-h/haveged.git;branch=master;protocol=https \ |
| 11 | " | 11 | " |
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | UPSTREAM_CHECK_URI = "https://github.com/jirka-h/haveged/releases" | 13 | UPSTREAM_CHECK_URI = "https://github.com/jirka-h/haveged/releases" |
| 15 | 14 | ||
diff --git a/meta-oe/recipes-extended/hexedit/hexedit_1.6.bb b/meta-oe/recipes-extended/hexedit/hexedit_1.6.bb index d2b23b41b4..2299d55b2b 100644 --- a/meta-oe/recipes-extended/hexedit/hexedit_1.6.bb +++ b/meta-oe/recipes-extended/hexedit/hexedit_1.6.bb | |||
| @@ -11,7 +11,6 @@ SRC_URI = "git://github.com/pixel/hexedit.git;branch=master;protocol=https \ | |||
| 11 | 11 | ||
| 12 | SRCREV = "eab92dcaa34b66bc5182772afc9fda4ac8a27597" | 12 | SRCREV = "eab92dcaa34b66bc5182772afc9fda4ac8a27597" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | 14 | ||
| 16 | inherit autotools-brokensep update-alternatives | 15 | inherit autotools-brokensep update-alternatives |
| 17 | 16 | ||
diff --git a/meta-oe/recipes-extended/highway/highway_1.2.0.bb b/meta-oe/recipes-extended/highway/highway_1.2.0.bb index e7dfc706bd..ea38310398 100644 --- a/meta-oe/recipes-extended/highway/highway_1.2.0.bb +++ b/meta-oe/recipes-extended/highway/highway_1.2.0.bb | |||
| @@ -10,7 +10,6 @@ SRC_URI = "git://github.com/google/highway.git;protocol=https;branch=master \ | |||
| 10 | file://0001-Add-cmake-check-for-deducing-32bit-or-64bit-RISCV.patch" | 10 | file://0001-Add-cmake-check-for-deducing-32bit-or-64bit-RISCV.patch" |
| 11 | 11 | ||
| 12 | SRCREV = "457c891775a7397bdb0376bb1031e6e027af1c48" | 12 | SRCREV = "457c891775a7397bdb0376bb1031e6e027af1c48" |
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | EXTRA_OECMAKE = "-DBUILD_TESTING=0 -DCMAKE_BUILD_TYPE=Release" | 14 | EXTRA_OECMAKE = "-DBUILD_TESTING=0 -DCMAKE_BUILD_TYPE=Release" |
| 16 | 15 | ||
diff --git a/meta-oe/recipes-extended/hiredis/hiredis_1.2.0.bb b/meta-oe/recipes-extended/hiredis/hiredis_1.2.0.bb index dfabbb91a6..8678447cf5 100644 --- a/meta-oe/recipes-extended/hiredis/hiredis_1.2.0.bb +++ b/meta-oe/recipes-extended/hiredis/hiredis_1.2.0.bb | |||
| @@ -10,7 +10,6 @@ SRC_URI = " \ | |||
| 10 | " | 10 | " |
| 11 | SRCREV = "60e5075d4ac77424809f855ba3e398df7aacefe8" | 11 | SRCREV = "60e5075d4ac77424809f855ba3e398df7aacefe8" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | inherit cmake ptest | 14 | inherit cmake ptest |
| 16 | 15 | ||
diff --git a/meta-oe/recipes-extended/inputattach-config/inputattach-config.bb b/meta-oe/recipes-extended/inputattach-config/inputattach-config.bb index 9bb2e2f1f3..af9fbda9b8 100644 --- a/meta-oe/recipes-extended/inputattach-config/inputattach-config.bb +++ b/meta-oe/recipes-extended/inputattach-config/inputattach-config.bb | |||
| @@ -4,8 +4,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171d | |||
| 4 | 4 | ||
| 5 | SRC_URI = "file://inputattach.conf" | 5 | SRC_URI = "file://inputattach.conf" |
| 6 | 6 | ||
| 7 | S = "${WORKDIR}/sources" | 7 | S = "${UNPACKDIR}" |
| 8 | UNPACKDIR = "${S}" | ||
| 9 | 8 | ||
| 10 | do_configure[noexec] = "1" | 9 | do_configure[noexec] = "1" |
| 11 | do_compile[noexec] = "1" | 10 | do_compile[noexec] = "1" |
diff --git a/meta-oe/recipes-extended/iotop/iotop_1.30.bb b/meta-oe/recipes-extended/iotop/iotop_1.30.bb index 7d04a3b17b..9fe774f9f2 100644 --- a/meta-oe/recipes-extended/iotop/iotop_1.30.bb +++ b/meta-oe/recipes-extended/iotop/iotop_1.30.bb | |||
| @@ -7,7 +7,6 @@ DEPENDS = "ncurses" | |||
| 7 | SRC_URI = "git://github.com/Tomas-M/iotop.git;branch=master;protocol=https;tag=v${PV}" | 7 | SRC_URI = "git://github.com/Tomas-M/iotop.git;branch=master;protocol=https;tag=v${PV}" |
| 8 | SRCREV = "c3366a8a235f9c8ddc4797625f22cfdf12ba2c36" | 8 | SRCREV = "c3366a8a235f9c8ddc4797625f22cfdf12ba2c36" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | 10 | ||
| 12 | inherit pkgconfig | 11 | inherit pkgconfig |
| 13 | 12 | ||
diff --git a/meta-oe/recipes-extended/isomd5sum/isomd5sum_1.2.5.bb b/meta-oe/recipes-extended/isomd5sum/isomd5sum_1.2.5.bb index 87fcf8cc61..fc94d2caab 100644 --- a/meta-oe/recipes-extended/isomd5sum/isomd5sum_1.2.5.bb +++ b/meta-oe/recipes-extended/isomd5sum/isomd5sum_1.2.5.bb | |||
| @@ -12,7 +12,6 @@ SRC_URI = "git://github.com/rhinstaller/isomd5sum.git;branch=master;protocol=htt | |||
| 12 | file://0002-fix-parallel-error.patch \ | 12 | file://0002-fix-parallel-error.patch \ |
| 13 | " | 13 | " |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | inherit python3native | 15 | inherit python3native |
| 17 | 16 | ||
| 18 | EXTRA_OEMAKE += " \ | 17 | EXTRA_OEMAKE += " \ |
diff --git a/meta-oe/recipes-extended/jpnevulator/jpnevulator_git.bb b/meta-oe/recipes-extended/jpnevulator/jpnevulator_git.bb index bfa0e79d8f..7129d6ef8c 100644 --- a/meta-oe/recipes-extended/jpnevulator/jpnevulator_git.bb +++ b/meta-oe/recipes-extended/jpnevulator/jpnevulator_git.bb | |||
| @@ -7,7 +7,6 @@ PV = "2.3.6+git" | |||
| 7 | SRC_URI = "git://github.com/snarlistic/jpnevulator.git;protocol=https;branch=master" | 7 | SRC_URI = "git://github.com/snarlistic/jpnevulator.git;protocol=https;branch=master" |
| 8 | SRCREV = "bc1d4f6587a4a4829b5d55e3ca7ad584da6de545" | 8 | SRCREV = "bc1d4f6587a4a4829b5d55e3ca7ad584da6de545" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | 10 | ||
| 12 | do_compile() { | 11 | do_compile() { |
| 13 | oe_runmake | 12 | oe_runmake |
diff --git a/meta-oe/recipes-extended/konkretcmpi/konkretcmpi_0.9.2.bb b/meta-oe/recipes-extended/konkretcmpi/konkretcmpi_0.9.2.bb index bd3a8f2ff5..f3f70b8da3 100644 --- a/meta-oe/recipes-extended/konkretcmpi/konkretcmpi_0.9.2.bb +++ b/meta-oe/recipes-extended/konkretcmpi/konkretcmpi_0.9.2.bb | |||
| @@ -15,7 +15,6 @@ SRC_URI = "git://github.com/rnovacek/konkretcmpi.git;branch=master;protocol=http | |||
| 15 | " | 15 | " |
| 16 | 16 | ||
| 17 | SRCREV = "ad28225e6eceff88417a60c1ba8896c8e40f21a7" | 17 | SRCREV = "ad28225e6eceff88417a60c1ba8896c8e40f21a7" |
| 18 | S = "${WORKDIR}/git" | ||
| 19 | 18 | ||
| 20 | inherit cmake python3-dir | 19 | inherit cmake python3-dir |
| 21 | 20 | ||
diff --git a/meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb b/meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb index 0c2382fe85..6ca8569bc5 100644 --- a/meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb +++ b/meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb | |||
| @@ -16,7 +16,6 @@ SRCREV = "9ae4f4ae4481b1e69d38ed810980d33103544613" | |||
| 16 | # The current PV is not a git tag but a README content | 16 | # The current PV is not a git tag but a README content |
| 17 | UPSTREAM_CHECK_COMMITS = "1" | 17 | UPSTREAM_CHECK_COMMITS = "1" |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | ||
| 20 | 19 | ||
| 21 | inherit autotools | 20 | inherit autotools |
| 22 | 21 | ||
diff --git a/meta-oe/recipes-extended/libblockdev/libblockdev_3.2.1.bb b/meta-oe/recipes-extended/libblockdev/libblockdev_3.2.1.bb index b98942379e..37c514a219 100644 --- a/meta-oe/recipes-extended/libblockdev/libblockdev_3.2.1.bb +++ b/meta-oe/recipes-extended/libblockdev/libblockdev_3.2.1.bb | |||
| @@ -16,7 +16,6 @@ SRC_URI = "git://github.com/storaged-project/libblockdev;branch=3.2.x-branch;pro | |||
| 16 | file://0001-fix-pythondir-for-multilib-when-cross-compiling.patch \ | 16 | file://0001-fix-pythondir-for-multilib-when-cross-compiling.patch \ |
| 17 | " | 17 | " |
| 18 | SRCREV = "b829b60d9ff049abb190f09a3b9a5fac648cd5a3" | 18 | SRCREV = "b829b60d9ff049abb190f09a3b9a5fac648cd5a3" |
| 19 | S = "${WORKDIR}/git" | ||
| 20 | 19 | ||
| 21 | FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}" | 20 | FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}" |
| 22 | 21 | ||
diff --git a/meta-oe/recipes-extended/libcbor/libcbor_0.12.0.bb b/meta-oe/recipes-extended/libcbor/libcbor_0.12.0.bb index 4c5eb8a640..60c3c6fadd 100755 --- a/meta-oe/recipes-extended/libcbor/libcbor_0.12.0.bb +++ b/meta-oe/recipes-extended/libcbor/libcbor_0.12.0.bb | |||
| @@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=6f3b3881df62ca763a02d359a6e94071" | |||
| 7 | SRC_URI = "git://github.com/PJK/libcbor.git;protocol=https;branch=master" | 7 | SRC_URI = "git://github.com/PJK/libcbor.git;protocol=https;branch=master" |
| 8 | SRCREV = "ae000f44e8d2a69e1f72a738f7c0b6b4b7cc4fbf" | 8 | SRCREV = "ae000f44e8d2a69e1f72a738f7c0b6b4b7cc4fbf" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | 10 | ||
| 12 | inherit cmake | 11 | inherit cmake |
| 13 | 12 | ||
diff --git a/meta-oe/recipes-extended/libcec/libcec_7.0.0.bb b/meta-oe/recipes-extended/libcec/libcec_7.0.0.bb index 532179a9bb..2def38d73f 100644 --- a/meta-oe/recipes-extended/libcec/libcec_7.0.0.bb +++ b/meta-oe/recipes-extended/libcec/libcec_7.0.0.bb | |||
| @@ -14,7 +14,6 @@ SRC_URI = "git://github.com/Pulse-Eight/libcec.git;branch=release;protocol=https | |||
| 14 | file://0001-Enhance-reproducibility.patch \ | 14 | file://0001-Enhance-reproducibility.patch \ |
| 15 | " | 15 | " |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | 17 | ||
| 19 | inherit cmake pkgconfig | 18 | inherit cmake pkgconfig |
| 20 | 19 | ||
diff --git a/meta-oe/recipes-extended/libdeflate/libdeflate_1.20.bb b/meta-oe/recipes-extended/libdeflate/libdeflate_1.20.bb index e3de8aca62..6683c396e2 100644 --- a/meta-oe/recipes-extended/libdeflate/libdeflate_1.20.bb +++ b/meta-oe/recipes-extended/libdeflate/libdeflate_1.20.bb | |||
| @@ -10,7 +10,6 @@ SRC_URI = "git://github.com/ebiggers/libdeflate.git;protocol=https;branch=master | |||
| 10 | file://0001-lib-arm-don-t-use-explicit-armv8.2-a-on-gcc-13.2-and.patch \ | 10 | file://0001-lib-arm-don-t-use-explicit-armv8.2-a-on-gcc-13.2-and.patch \ |
| 11 | " | 11 | " |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | SRCREV = "275aa5141db6eda3587214e0f1d3a134768f557d" | 13 | SRCREV = "275aa5141db6eda3587214e0f1d3a134768f557d" |
| 15 | 14 | ||
| 16 | inherit cmake pkgconfig | 15 | inherit cmake pkgconfig |
diff --git a/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb b/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb index 87778c6314..9f4b2a19d0 100644 --- a/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb +++ b/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb | |||
| @@ -14,6 +14,5 @@ SRCREV = "db9371cf9f38b5a3b2f6e4fae3f92eb052d2d929" | |||
| 14 | SRC_URI = "git://github.com/libdivecomputer/libdivecomputer.git;protocol=https;branch=master \ | 14 | SRC_URI = "git://github.com/libdivecomputer/libdivecomputer.git;protocol=https;branch=master \ |
| 15 | " | 15 | " |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | 17 | ||
| 19 | 18 | ||
diff --git a/meta-oe/recipes-extended/libimobiledevice/libplist_2.6.0.bb b/meta-oe/recipes-extended/libimobiledevice/libplist_2.6.0.bb index 7278299a08..7f01962a97 100644 --- a/meta-oe/recipes-extended/libimobiledevice/libplist_2.6.0.bb +++ b/meta-oe/recipes-extended/libimobiledevice/libplist_2.6.0.bb | |||
| @@ -11,7 +11,6 @@ inherit autotools pkgconfig python3native python3targetconfig | |||
| 11 | SRCREV = "2117b8fdb6b4096455bd2041a63e59a028120136" | 11 | SRCREV = "2117b8fdb6b4096455bd2041a63e59a028120136" |
| 12 | SRC_URI = "git://github.com/libimobiledevice/libplist;protocol=https;branch=master" | 12 | SRC_URI = "git://github.com/libimobiledevice/libplist;protocol=https;branch=master" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | 14 | ||
| 16 | CVE_STATUS_GROUPS += "CVE_STATUS_LIBLIST" | 15 | CVE_STATUS_GROUPS += "CVE_STATUS_LIBLIST" |
| 17 | CVE_STATUS_LIBLIST[status] = "fixed-version: The CPE in the NVD database doesn't reflect correctly the vulnerable versions." | 16 | CVE_STATUS_LIBLIST[status] = "fixed-version: The CPE in the NVD database doesn't reflect correctly the vulnerable versions." |
diff --git a/meta-oe/recipes-extended/libimobiledevice/libplist_git.bb b/meta-oe/recipes-extended/libimobiledevice/libplist_git.bb index bfd4af053c..e29ec88e06 100644 --- a/meta-oe/recipes-extended/libimobiledevice/libplist_git.bb +++ b/meta-oe/recipes-extended/libimobiledevice/libplist_git.bb | |||
| @@ -13,7 +13,6 @@ PV = "2.3.0+git" | |||
| 13 | SRCREV = "2cd858c679d25633077ca78b67182a9b77653816" | 13 | SRCREV = "2cd858c679d25633077ca78b67182a9b77653816" |
| 14 | SRC_URI = "git://github.com/libimobiledevice/libplist;protocol=https;branch=master" | 14 | SRC_URI = "git://github.com/libimobiledevice/libplist;protocol=https;branch=master" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | 16 | ||
| 18 | CVE_STATUS_GROUPS += "CVE_STATUS_LIBLIST" | 17 | CVE_STATUS_GROUPS += "CVE_STATUS_LIBLIST" |
| 19 | CVE_STATUS_LIBLIST[status] = "fixed-version: The CPE in the NVD database doesn't reflect correctly the vulnerable versions." | 18 | CVE_STATUS_LIBLIST[status] = "fixed-version: The CPE in the NVD database doesn't reflect correctly the vulnerable versions." |
diff --git a/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.1.1.bb b/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.1.1.bb index 5a7548a7e6..7869fc1941 100644 --- a/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.1.1.bb +++ b/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.1.1.bb | |||
| @@ -11,6 +11,5 @@ PKGV = "${GITPKGVTAG}" | |||
| 11 | SRCREV = "adf9c22b9010490e4b55eaeb14731991db1c172c" | 11 | SRCREV = "adf9c22b9010490e4b55eaeb14731991db1c172c" |
| 12 | SRC_URI = "git://github.com/libimobiledevice/libusbmuxd;protocol=https;branch=master" | 12 | SRC_URI = "git://github.com/libimobiledevice/libusbmuxd;protocol=https;branch=master" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | 14 | ||
| 16 | FILES:${PN} += "${base_libdir}/udev/rules.d/" | 15 | FILES:${PN} += "${base_libdir}/udev/rules.d/" |
diff --git a/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_git.bb b/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_git.bb index b9f5c34094..76759fe69d 100644 --- a/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_git.bb +++ b/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_git.bb | |||
| @@ -12,6 +12,5 @@ PV = "2.0.2+git" | |||
| 12 | SRCREV = "36ffb7ab6e2a7e33bd1b56398a88895b7b8c615a" | 12 | SRCREV = "36ffb7ab6e2a7e33bd1b56398a88895b7b8c615a" |
| 13 | SRC_URI = "git://github.com/libimobiledevice/libusbmuxd;protocol=https;branch=master" | 13 | SRC_URI = "git://github.com/libimobiledevice/libusbmuxd;protocol=https;branch=master" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | 15 | ||
| 17 | FILES:${PN} += "${base_libdir}/udev/rules.d/" | 16 | FILES:${PN} += "${base_libdir}/udev/rules.d/" |
diff --git a/meta-oe/recipes-extended/libleak/libleak_0.3.6.bb b/meta-oe/recipes-extended/libleak/libleak_0.3.6.bb index e3e4c01acb..8021d8cf06 100644 --- a/meta-oe/recipes-extended/libleak/libleak_0.3.6.bb +++ b/meta-oe/recipes-extended/libleak/libleak_0.3.6.bb | |||
| @@ -14,7 +14,6 @@ SRC_URI = "gitsm://github.com/WuBingzheng/libleak;protocol=https;branch=master \ | |||
| 14 | file://0001-respect-environment-variables.patch \ | 14 | file://0001-respect-environment-variables.patch \ |
| 15 | " | 15 | " |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | 17 | ||
| 19 | do_configure () { | 18 | do_configure () { |
| 20 | : | 19 | : |
diff --git a/meta-oe/recipes-extended/liblightmodbus/liblightmodbus_2.0.2.bb b/meta-oe/recipes-extended/liblightmodbus/liblightmodbus_2.0.2.bb index 1d650ac63b..c310e0f527 100644 --- a/meta-oe/recipes-extended/liblightmodbus/liblightmodbus_2.0.2.bb +++ b/meta-oe/recipes-extended/liblightmodbus/liblightmodbus_2.0.2.bb | |||
| @@ -12,4 +12,3 @@ SRC_URI = "git://github.com/Jacajack/liblightmodbus.git;protocol=https;branch=ma | |||
| 12 | " | 12 | " |
| 13 | SRCREV = "59d2b405f95701e5b04326589786dbb43ce49e81" | 13 | SRCREV = "59d2b405f95701e5b04326589786dbb43ce49e81" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | ||
diff --git a/meta-oe/recipes-extended/liblockfile/liblockfile_1.17.bb b/meta-oe/recipes-extended/liblockfile/liblockfile_1.17.bb index b094337e90..99f23fef05 100644 --- a/meta-oe/recipes-extended/liblockfile/liblockfile_1.17.bb +++ b/meta-oe/recipes-extended/liblockfile/liblockfile_1.17.bb | |||
| @@ -17,7 +17,7 @@ SRC_URI = "${DEBIAN_MIRROR}/main/libl/liblockfile/liblockfile_1.17.orig.tar.gz \ | |||
| 17 | SRC_URI[sha256sum] = "6e937f3650afab4aac198f348b89b1ca42edceb17fb6bb0918f642143ccfd15e" | 17 | SRC_URI[sha256sum] = "6e937f3650afab4aac198f348b89b1ca42edceb17fb6bb0918f642143ccfd15e" |
| 18 | SRC_URI[1.17-1.sha256sum] = "e3657c0e3facfeccb58900c0b48d56cd68ad5f9f24d1b4c6eaa69c26490fb673" | 18 | SRC_URI[1.17-1.sha256sum] = "e3657c0e3facfeccb58900c0b48d56cd68ad5f9f24d1b4c6eaa69c26490fb673" |
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/${BP}" | 20 | S = "${UNPACKDIR}/${BP}" |
| 21 | 21 | ||
| 22 | inherit autotools-brokensep | 22 | inherit autotools-brokensep |
| 23 | 23 | ||
diff --git a/meta-oe/recipes-extended/liblognorm/liblognorm_2.0.6.bb b/meta-oe/recipes-extended/liblognorm/liblognorm_2.0.6.bb index 0cc128c8c4..89670d10ca 100644 --- a/meta-oe/recipes-extended/liblognorm/liblognorm_2.0.6.bb +++ b/meta-oe/recipes-extended/liblognorm/liblognorm_2.0.6.bb | |||
| @@ -13,7 +13,6 @@ SRC_URI = "git://github.com/rsyslog/liblognorm;branch=master;protocol=https \ | |||
| 13 | " | 13 | " |
| 14 | SRCREV = "46c6ee4c8e5f827893e485a4ef1aff04ea881273" | 14 | SRCREV = "46c6ee4c8e5f827893e485a4ef1aff04ea881273" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | 16 | ||
| 18 | inherit autotools pkgconfig | 17 | inherit autotools pkgconfig |
| 19 | 18 | ||
diff --git a/meta-oe/recipes-extended/libmodbus/libmodbus_3.1.11.bb b/meta-oe/recipes-extended/libmodbus/libmodbus_3.1.11.bb index 80644b0833..ffbb3a8c8e 100644 --- a/meta-oe/recipes-extended/libmodbus/libmodbus_3.1.11.bb +++ b/meta-oe/recipes-extended/libmodbus/libmodbus_3.1.11.bb | |||
| @@ -9,7 +9,6 @@ LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c" | |||
| 9 | SRC_URI = "git://github.com/stephane/libmodbus;branch=master;protocol=https" | 9 | SRC_URI = "git://github.com/stephane/libmodbus;branch=master;protocol=https" |
| 10 | SRCREV = "5190e5e141780ae481f24be16d7b39a5f3ad8f8f" | 10 | SRCREV = "5190e5e141780ae481f24be16d7b39a5f3ad8f8f" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | inherit autotools pkgconfig | 13 | inherit autotools pkgconfig |
| 15 | 14 | ||
diff --git a/meta-oe/recipes-extended/libpwquality/libpwquality_1.4.5.bb b/meta-oe/recipes-extended/libpwquality/libpwquality_1.4.5.bb index f08fea7de3..7ec01ecd3f 100644 --- a/meta-oe/recipes-extended/libpwquality/libpwquality_1.4.5.bb +++ b/meta-oe/recipes-extended/libpwquality/libpwquality_1.4.5.bb | |||
| @@ -13,7 +13,6 @@ SRC_URI = "git://github.com/libpwquality/libpwquality;branch=master;protocol=htt | |||
| 13 | " | 13 | " |
| 14 | SRCREV = "5490e96a3dd6ed7371435ca5b3ccef98bdb48b5a" | 14 | SRCREV = "5490e96a3dd6ed7371435ca5b3ccef98bdb48b5a" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | 16 | ||
| 18 | inherit autotools-brokensep gettext setuptools3-base | 17 | inherit autotools-brokensep gettext setuptools3-base |
| 19 | 18 | ||
diff --git a/meta-oe/recipes-extended/libreport/libreport_2.17.15.bb b/meta-oe/recipes-extended/libreport/libreport_2.17.15.bb index 28c64a1614..ba10f062ec 100644 --- a/meta-oe/recipes-extended/libreport/libreport_2.17.15.bb +++ b/meta-oe/recipes-extended/libreport/libreport_2.17.15.bb | |||
| @@ -21,7 +21,6 @@ SRCREV = "f6bb06a699617d078fcd4f8b71b4d063bf47b52b" | |||
| 21 | 21 | ||
| 22 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" | 22 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" |
| 23 | 23 | ||
| 24 | S = "${WORKDIR}/git" | ||
| 25 | 24 | ||
| 26 | inherit features_check | 25 | inherit features_check |
| 27 | REQUIRED_DISTRO_FEATURES = "systemd" | 26 | REQUIRED_DISTRO_FEATURES = "systemd" |
diff --git a/meta-oe/recipes-extended/libuio/libuio_0.2.1.bb b/meta-oe/recipes-extended/libuio/libuio_0.2.1.bb index 6e6c8cc226..d7e88f4fd0 100644 --- a/meta-oe/recipes-extended/libuio/libuio_0.2.1.bb +++ b/meta-oe/recipes-extended/libuio/libuio_0.2.1.bb | |||
| @@ -11,7 +11,6 @@ PV .= "+0.2.2+git" | |||
| 11 | 11 | ||
| 12 | inherit autotools | 12 | inherit autotools |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | 14 | ||
| 16 | PACKAGES += "${PN}-tools" | 15 | PACKAGES += "${PN}-tools" |
| 17 | 16 | ||
diff --git a/meta-oe/recipes-extended/libwmf/libwmf_0.2.13.bb b/meta-oe/recipes-extended/libwmf/libwmf_0.2.13.bb index 7a82f6b4b6..c5411d53a1 100644 --- a/meta-oe/recipes-extended/libwmf/libwmf_0.2.13.bb +++ b/meta-oe/recipes-extended/libwmf/libwmf_0.2.13.bb | |||
| @@ -19,7 +19,6 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
| 19 | SRC_URI = "git://github.com/caolanm/libwmf.git;protocol=https;branch=master" | 19 | SRC_URI = "git://github.com/caolanm/libwmf.git;protocol=https;branch=master" |
| 20 | SRCREV = "9e4737f2293c0d127bda92e5b01896df10571424" | 20 | SRCREV = "9e4737f2293c0d127bda92e5b01896df10571424" |
| 21 | 21 | ||
| 22 | S = "${WORKDIR}/git" | ||
| 23 | 22 | ||
| 24 | do_install:append() { | 23 | do_install:append() { |
| 25 | sed -i -e 's@${RECIPE_SYSROOT}@@g' ${D}${bindir}/libwmf-config ${D}${libdir}/pkgconfig/libwmf.pc | 24 | sed -i -e 's@${RECIPE_SYSROOT}@@g' ${D}${bindir}/libwmf-config ${D}${libdir}/pkgconfig/libwmf.pc |
diff --git a/meta-oe/recipes-extended/libyang/libyang_3.12.2.bb b/meta-oe/recipes-extended/libyang/libyang_3.12.2.bb index ea51f6cb14..7fff0b96a1 100644 --- a/meta-oe/recipes-extended/libyang/libyang_3.12.2.bb +++ b/meta-oe/recipes-extended/libyang/libyang_3.12.2.bb | |||
| @@ -13,7 +13,6 @@ SRC_URI = "git://github.com/CESNET/libyang.git;branch=master;protocol=https;tag= | |||
| 13 | file://run-ptest \ | 13 | file://run-ptest \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | 16 | ||
| 18 | # Main dependencies | 17 | # Main dependencies |
| 19 | inherit cmake pkgconfig lib_package ptest multilib_header | 18 | inherit cmake pkgconfig lib_package ptest multilib_header |
diff --git a/meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.1.bb b/meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.1.bb index 53023b99a0..4911cebd16 100644 --- a/meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.1.bb +++ b/meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.1.bb | |||
| @@ -21,7 +21,7 @@ SRC_URI = "\ | |||
| 21 | 21 | ||
| 22 | SRC_URI[sha256sum] = "bd4d4b7e37da02fc67e47ddf20b6f1243c0a7af7b02b918d5e72138ea8727547" | 22 | SRC_URI[sha256sum] = "bd4d4b7e37da02fc67e47ddf20b6f1243c0a7af7b02b918d5e72138ea8727547" |
| 23 | 23 | ||
| 24 | S = "${WORKDIR}/linuxconsoletools-${PV}" | 24 | S = "${UNPACKDIR}/linuxconsoletools-${PV}" |
| 25 | 25 | ||
| 26 | inherit systemd pkgconfig | 26 | inherit systemd pkgconfig |
| 27 | 27 | ||
diff --git a/meta-oe/recipes-extended/magic-enum/magic-enum_0.9.7.bb b/meta-oe/recipes-extended/magic-enum/magic-enum_0.9.7.bb index 4557ed0a80..6d5399c8d0 100644 --- a/meta-oe/recipes-extended/magic-enum/magic-enum_0.9.7.bb +++ b/meta-oe/recipes-extended/magic-enum/magic-enum_0.9.7.bb | |||
| @@ -17,7 +17,6 @@ SRC_URI = " \ | |||
| 17 | " | 17 | " |
| 18 | 18 | ||
| 19 | SRCREV = "e046b69a3736d314fad813e159b1c192eaef92cd" | 19 | SRCREV = "e046b69a3736d314fad813e159b1c192eaef92cd" |
| 20 | S = "${WORKDIR}/git" | ||
| 21 | 20 | ||
| 22 | inherit cmake ptest | 21 | inherit cmake ptest |
| 23 | 22 | ||
diff --git a/meta-oe/recipes-extended/md5deep/md5deep_git.bb b/meta-oe/recipes-extended/md5deep/md5deep_git.bb index 5351a37db6..4b7192290e 100644 --- a/meta-oe/recipes-extended/md5deep/md5deep_git.bb +++ b/meta-oe/recipes-extended/md5deep/md5deep_git.bb | |||
| @@ -13,6 +13,5 @@ SRC_URI = "git://github.com/jessek/hashdeep.git;branch=master;protocol=https \ | |||
| 13 | file://0001-Fix-literal-and-identifier-spacing-as-dictated-by-C-.patch \ | 13 | file://0001-Fix-literal-and-identifier-spacing-as-dictated-by-C-.patch \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | 16 | ||
| 18 | inherit autotools | 17 | inherit autotools |
diff --git a/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.99.1.bb b/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.99.1.bb index 44daf94c98..ab08322805 100644 --- a/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.99.1.bb +++ b/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.99.1.bb | |||
| @@ -58,7 +58,6 @@ SRC_URI[ossp-uuid.sha256sum] = "11a615225baa5f8bb686824423f50e4427acd3f70d394765 | |||
| 58 | # libsodium: 1.0.19 | 58 | # libsodium: 1.0.19 |
| 59 | SRC_URI[libsodium.sha256sum] = "018d79fe0a045cca07331d37bd0cb57b2e838c51bc48fd837a1472e50068bbea" | 59 | SRC_URI[libsodium.sha256sum] = "018d79fe0a045cca07331d37bd0cb57b2e838c51bc48fd837a1472e50068bbea" |
| 60 | 60 | ||
| 61 | S = "${UNPACKDIR}/git" | ||
| 62 | 61 | ||
| 63 | inherit pkgconfig cmake systemd | 62 | inherit pkgconfig cmake systemd |
| 64 | 63 | ||
diff --git a/meta-oe/recipes-extended/mozjs/mozjs-128_128.5.2.bb b/meta-oe/recipes-extended/mozjs/mozjs-128_128.5.2.bb index c3804ec64d..ceb81d07e5 100644 --- a/meta-oe/recipes-extended/mozjs/mozjs-128_128.5.2.bb +++ b/meta-oe/recipes-extended/mozjs/mozjs-128_128.5.2.bb | |||
| @@ -22,7 +22,7 @@ SRC_URI[sha256sum] = "25d633eb81499cbda44b8c64fa1c1a5879d55024b864ef495d4997154d | |||
| 22 | UPSTREAM_CHECK_URI = "https://tracker.debian.org/pkg/mozjs128" | 22 | UPSTREAM_CHECK_URI = "https://tracker.debian.org/pkg/mozjs128" |
| 23 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | 23 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" |
| 24 | 24 | ||
| 25 | S = "${WORKDIR}/firefox-${PV}" | 25 | S = "${UNPACKDIR}/firefox-${PV}" |
| 26 | 26 | ||
| 27 | inherit pkgconfig perlnative python3native rust cargo | 27 | inherit pkgconfig perlnative python3native rust cargo |
| 28 | 28 | ||
diff --git a/meta-oe/recipes-extended/mraa/mraa_git.bb b/meta-oe/recipes-extended/mraa/mraa_git.bb index df487bd769..b53be9803e 100644 --- a/meta-oe/recipes-extended/mraa/mraa_git.bb +++ b/meta-oe/recipes-extended/mraa/mraa_git.bb | |||
| @@ -14,7 +14,6 @@ SRC_URI = "git://github.com/eclipse/${BPN}.git;protocol=https;branch=master \ | |||
| 14 | file://0002-gpio-Include-limits.h-for-PATH_MAX.patch \ | 14 | file://0002-gpio-Include-limits.h-for-PATH_MAX.patch \ |
| 15 | " | 15 | " |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | 17 | ||
| 19 | # CMakeLists.txt checks the architecture, only x86 and ARM supported for now | 18 | # CMakeLists.txt checks the architecture, only x86 and ARM supported for now |
| 20 | COMPATIBLE_HOST = "(x86_64.*|i.86.*|aarch64.*|arm.*)-linux" | 19 | COMPATIBLE_HOST = "(x86_64.*|i.86.*|aarch64.*|arm.*)-linux" |
diff --git a/meta-oe/recipes-extended/nana/nana_git.bb b/meta-oe/recipes-extended/nana/nana_git.bb index d292bb8827..bad5a797a7 100644 --- a/meta-oe/recipes-extended/nana/nana_git.bb +++ b/meta-oe/recipes-extended/nana/nana_git.bb | |||
| @@ -10,7 +10,6 @@ SRC_URI = "git://github.com/pjmaker/nana;protocol=https;branch=master \ | |||
| 10 | file://0001-Makefile.am-fix-build-with-separate-build-dir.patch \ | 10 | file://0001-Makefile.am-fix-build-with-separate-build-dir.patch \ |
| 11 | file://0002-man-Makefile.am-we-seem-not-to-need-the-work-around-.patch \ | 11 | file://0002-man-Makefile.am-we-seem-not-to-need-the-work-around-.patch \ |
| 12 | " | 12 | " |
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | LICENSE = "BSD-2-Clause" | 14 | LICENSE = "BSD-2-Clause" |
| 16 | 15 | ||
diff --git a/meta-oe/recipes-extended/networking/mstpd_git.bb b/meta-oe/recipes-extended/networking/mstpd_git.bb index e6e1f9a3b2..b003b52d25 100644 --- a/meta-oe/recipes-extended/networking/mstpd_git.bb +++ b/meta-oe/recipes-extended/networking/mstpd_git.bb | |||
| @@ -9,7 +9,6 @@ SRC_URI = " \ | |||
| 9 | file://mstpd.service \ | 9 | file://mstpd.service \ |
| 10 | " | 10 | " |
| 11 | SRCREV = "181c453fc1a00573e19f14960dcc54ad84beea7c" | 11 | SRCREV = "181c453fc1a00573e19f14960dcc54ad84beea7c" |
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+){2,})" | 13 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+){2,})" |
| 15 | 14 | ||
diff --git a/meta-oe/recipes-extended/newt/libnewt_0.52.25.bb b/meta-oe/recipes-extended/newt/libnewt_0.52.25.bb index aa6b120037..18a45a3342 100644 --- a/meta-oe/recipes-extended/newt/libnewt_0.52.25.bb +++ b/meta-oe/recipes-extended/newt/libnewt_0.52.25.bb | |||
| @@ -24,7 +24,7 @@ SRC_URI = "https://releases.pagure.org/newt/newt-${PV}.tar.gz \ | |||
| 24 | 24 | ||
| 25 | SRC_URI[sha256sum] = "ef0ca9ee27850d1a5c863bb7ff9aa08096c9ed312ece9087b30f3a426828de82" | 25 | SRC_URI[sha256sum] = "ef0ca9ee27850d1a5c863bb7ff9aa08096c9ed312ece9087b30f3a426828de82" |
| 26 | 26 | ||
| 27 | S = "${WORKDIR}/newt-${PV}" | 27 | S = "${UNPACKDIR}/newt-${PV}" |
| 28 | 28 | ||
| 29 | inherit autotools-brokensep python3native python3-dir python3targetconfig | 29 | inherit autotools-brokensep python3native python3-dir python3targetconfig |
| 30 | 30 | ||
diff --git a/meta-oe/recipes-extended/openwsman/openwsman_2.7.2.bb b/meta-oe/recipes-extended/openwsman/openwsman_2.7.2.bb index d8dda6d090..970d7fb5fc 100644 --- a/meta-oe/recipes-extended/openwsman/openwsman_2.7.2.bb +++ b/meta-oe/recipes-extended/openwsman/openwsman_2.7.2.bb | |||
| @@ -24,7 +24,6 @@ SRC_URI = "git://github.com/Openwsman/openwsman.git;branch=main;protocol=https \ | |||
| 24 | file://0001-Link-with-libm-for-floor-function.patch \ | 24 | file://0001-Link-with-libm-for-floor-function.patch \ |
| 25 | " | 25 | " |
| 26 | 26 | ||
| 27 | S = "${WORKDIR}/git" | ||
| 28 | 27 | ||
| 29 | LICENSE = "BSD-3-Clause" | 28 | LICENSE = "BSD-3-Clause" |
| 30 | LIC_FILES_CHKSUM = "file://COPYING;md5=d4f53d4c6cf73b9d43186ce3be6dd0ba" | 29 | LIC_FILES_CHKSUM = "file://COPYING;md5=d4f53d4c6cf73b9d43186ce3be6dd0ba" |
diff --git a/meta-oe/recipes-extended/ostree/ostree_2024.10.bb b/meta-oe/recipes-extended/ostree/ostree_2024.10.bb index 0667fd670f..c33624987a 100644 --- a/meta-oe/recipes-extended/ostree/ostree_2024.10.bb +++ b/meta-oe/recipes-extended/ostree/ostree_2024.10.bb | |||
| @@ -24,7 +24,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/libostree-${PV}.tar.xz \ | |||
| 24 | " | 24 | " |
| 25 | SRC_URI[sha256sum] = "54e3387dee1ff16031a0679aca2b60da90ab7f4a26c211822333c7f23000abee" | 25 | SRC_URI[sha256sum] = "54e3387dee1ff16031a0679aca2b60da90ab7f4a26c211822333c7f23000abee" |
| 26 | 26 | ||
| 27 | S = "${WORKDIR}/libostree-${PV}" | 27 | S = "${UNPACKDIR}/libostree-${PV}" |
| 28 | 28 | ||
| 29 | inherit autotools bash-completion gobject-introspection github-releases gtk-doc manpages pkgconfig ptest-gnome systemd | 29 | inherit autotools bash-completion gobject-introspection github-releases gtk-doc manpages pkgconfig ptest-gnome systemd |
| 30 | 30 | ||
diff --git a/meta-oe/recipes-extended/p8platform/p8platform_git.bb b/meta-oe/recipes-extended/p8platform/p8platform_git.bb index dc7280f099..e69d544b66 100644 --- a/meta-oe/recipes-extended/p8platform/p8platform_git.bb +++ b/meta-oe/recipes-extended/p8platform/p8platform_git.bb | |||
| @@ -9,7 +9,6 @@ PV = "2.1.0.1+git" | |||
| 9 | SRC_URI = "git://github.com/Pulse-Eight/platform.git;branch=master;protocol=https" | 9 | SRC_URI = "git://github.com/Pulse-Eight/platform.git;branch=master;protocol=https" |
| 10 | SRCREV = "a7cd0d5780ed80a4e70480d1650749f29e8a1fb2" | 10 | SRCREV = "a7cd0d5780ed80a4e70480d1650749f29e8a1fb2" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | inherit cmake pkgconfig | 13 | inherit cmake pkgconfig |
| 15 | 14 | ||
diff --git a/meta-oe/recipes-extended/pam/pam-plugin-ccreds_11.bb b/meta-oe/recipes-extended/pam/pam-plugin-ccreds_11.bb index 1637389dba..ab5a8ef342 100644 --- a/meta-oe/recipes-extended/pam/pam-plugin-ccreds_11.bb +++ b/meta-oe/recipes-extended/pam/pam-plugin-ccreds_11.bb | |||
| @@ -18,7 +18,6 @@ SRC_URI = "git://github.com/PADL/pam_ccreds;branch=master;protocol=https \ | |||
| 18 | # Upstream repo does not tag | 18 | # Upstream repo does not tag |
| 19 | UPSTREAM_CHECK_COMMITS = "1" | 19 | UPSTREAM_CHECK_COMMITS = "1" |
| 20 | 20 | ||
| 21 | S = "${WORKDIR}/git" | ||
| 22 | 21 | ||
| 23 | inherit autotools | 22 | inherit autotools |
| 24 | 23 | ||
diff --git a/meta-oe/recipes-extended/pam/pam-plugin-ldapdb_1.3.1.bb b/meta-oe/recipes-extended/pam/pam-plugin-ldapdb_1.3.1.bb index d5137f80af..2886137b7d 100644 --- a/meta-oe/recipes-extended/pam/pam-plugin-ldapdb_1.3.1.bb +++ b/meta-oe/recipes-extended/pam/pam-plugin-ldapdb_1.3.1.bb | |||
| @@ -13,7 +13,6 @@ REQUIRED_DISTRO_FEATURES = "pam" | |||
| 13 | SRCREV = "3e026863cad1fd45c760ee1bc93ef4f0606cc852" | 13 | SRCREV = "3e026863cad1fd45c760ee1bc93ef4f0606cc852" |
| 14 | SRC_URI = "git://github.com/rmbreak/pam_ldapdb;branch=master;protocol=https" | 14 | SRC_URI = "git://github.com/rmbreak/pam_ldapdb;branch=master;protocol=https" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | 16 | ||
| 18 | do_install () { | 17 | do_install () { |
| 19 | oe_runmake install DESTDIR=${D} PAMDIR=${base_libdir}/security | 18 | oe_runmake install DESTDIR=${D} PAMDIR=${base_libdir}/security |
diff --git a/meta-oe/recipes-extended/pam/pam-radius_3.0.0.bb b/meta-oe/recipes-extended/pam/pam-radius_3.0.0.bb index 6633656cea..0e2199b066 100644 --- a/meta-oe/recipes-extended/pam/pam-radius_3.0.0.bb +++ b/meta-oe/recipes-extended/pam/pam-radius_3.0.0.bb | |||
| @@ -10,7 +10,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=cbbd794e2a0a289b9dfcc9f513d1996e" | |||
| 10 | SRC_URI = "git://github.com/FreeRADIUS/pam_radius.git;protocol=https;branch=master" | 10 | SRC_URI = "git://github.com/FreeRADIUS/pam_radius.git;protocol=https;branch=master" |
| 11 | SRCREV = "b6442c3e0147f1019990520483fa3a30e4ccf059" | 11 | SRCREV = "b6442c3e0147f1019990520483fa3a30e4ccf059" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | DEPENDS = "libpam" | 14 | DEPENDS = "libpam" |
| 16 | 15 | ||
diff --git a/meta-oe/recipes-extended/pam/pam-ssh-agent-auth_0.10.3.bb b/meta-oe/recipes-extended/pam/pam-ssh-agent-auth_0.10.3.bb index 609d2902c0..d14a20609a 100644 --- a/meta-oe/recipes-extended/pam/pam-ssh-agent-auth_0.10.3.bb +++ b/meta-oe/recipes-extended/pam/pam-ssh-agent-auth_0.10.3.bb | |||
| @@ -25,7 +25,7 @@ RDEPENDS:${PN} += "openssh-misc" | |||
| 25 | 25 | ||
| 26 | # Kind of unfortunate to have underscores in the name. | 26 | # Kind of unfortunate to have underscores in the name. |
| 27 | # | 27 | # |
| 28 | S = "${WORKDIR}/pam_ssh_agent_auth-${PV}" | 28 | S = "${UNPACKDIR}/pam_ssh_agent_auth-${PV}" |
| 29 | 29 | ||
| 30 | inherit autotools-brokensep perlnative | 30 | inherit autotools-brokensep perlnative |
| 31 | 31 | ||
diff --git a/meta-oe/recipes-extended/pegtl/pegtl_3.2.8.bb b/meta-oe/recipes-extended/pegtl/pegtl_3.2.8.bb index 917cc694c7..4d540d0180 100644 --- a/meta-oe/recipes-extended/pegtl/pegtl_3.2.8.bb +++ b/meta-oe/recipes-extended/pegtl/pegtl_3.2.8.bb | |||
| @@ -12,7 +12,6 @@ SRCREV = "be527327653e94b02e711f7eff59285ad13e1db0" | |||
| 12 | 12 | ||
| 13 | inherit cmake ptest | 13 | inherit cmake ptest |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | 15 | ||
| 17 | do_install_ptest () { | 16 | do_install_ptest () { |
| 18 | install -d ${D}${PTEST_PATH}/src/test/pegtl/data | 17 | install -d ${D}${PTEST_PATH}/src/test/pegtl/data |
diff --git a/meta-oe/recipes-extended/perl/libfile-fnmatch-perl_0.02.bb b/meta-oe/recipes-extended/perl/libfile-fnmatch-perl_0.02.bb index eeb314fdd4..367aedd4c5 100644 --- a/meta-oe/recipes-extended/perl/libfile-fnmatch-perl_0.02.bb +++ b/meta-oe/recipes-extended/perl/libfile-fnmatch-perl_0.02.bb | |||
| @@ -14,7 +14,7 @@ SRC_URI = "https://cpan.metacpan.org/authors/id/M/MJ/MJP/File-FnMatch-${PV}.tar. | |||
| 14 | 14 | ||
| 15 | SRC_URI[sha256sum] = "962454b8e86bea8b132bf8af35757d0c6a8f5d599015bd6a5d68cb7ae7a9e916" | 15 | SRC_URI[sha256sum] = "962454b8e86bea8b132bf8af35757d0c6a8f5d599015bd6a5d68cb7ae7a9e916" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/File-FnMatch-${PV}" | 17 | S = "${UNPACKDIR}/File-FnMatch-${PV}" |
| 18 | 18 | ||
| 19 | inherit cpan | 19 | inherit cpan |
| 20 | 20 | ||
diff --git a/meta-oe/recipes-extended/pmdk/pmdk_2.1.1.bb b/meta-oe/recipes-extended/pmdk/pmdk_2.1.1.bb index 7baa7945b5..5aba331acc 100644 --- a/meta-oe/recipes-extended/pmdk/pmdk_2.1.1.bb +++ b/meta-oe/recipes-extended/pmdk/pmdk_2.1.1.bb | |||
| @@ -9,7 +9,6 @@ DEPENDS = "ndctl" | |||
| 9 | # Required to have the fts.h header for musl | 9 | # Required to have the fts.h header for musl |
| 10 | DEPENDS:append:libc-musl = " fts" | 10 | DEPENDS:append:libc-musl = " fts" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | SRC_URI = "git://github.com/pmem/pmdk.git;branch=master;protocol=https" | 13 | SRC_URI = "git://github.com/pmem/pmdk.git;branch=master;protocol=https" |
| 15 | SRCREV = "0f0ab391d8e3db52f745f33c92b9d9a462bb3695" | 14 | SRCREV = "0f0ab391d8e3db52f745f33c92b9d9a462bb3695" |
diff --git a/meta-oe/recipes-extended/polkit/polkit_126.bb b/meta-oe/recipes-extended/polkit/polkit_126.bb index c503ca9dc4..0438c4e464 100644 --- a/meta-oe/recipes-extended/polkit/polkit_126.bb +++ b/meta-oe/recipes-extended/polkit/polkit_126.bb | |||
| @@ -7,7 +7,6 @@ BUGTRACKER = "https://github.com/polkit-org/polkit/issues" | |||
| 7 | 7 | ||
| 8 | SRC_URI = "git://github.com/polkit-org/polkit.git;protocol=https;branch=main" | 8 | SRC_URI = "git://github.com/polkit-org/polkit.git;protocol=https;branch=main" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | SRCREV = "d627b0d1e1108563658dabe3fb8d2a065e64df10" | 10 | SRCREV = "d627b0d1e1108563658dabe3fb8d2a065e64df10" |
| 12 | 11 | ||
| 13 | DEPENDS = "expat glib-2.0 duktape" | 12 | DEPENDS = "expat glib-2.0 duktape" |
diff --git a/meta-oe/recipes-extended/properties-cpp/properties-cpp_git.bb b/meta-oe/recipes-extended/properties-cpp/properties-cpp_git.bb index 029ec2337e..20b7f0a5bd 100644 --- a/meta-oe/recipes-extended/properties-cpp/properties-cpp_git.bb +++ b/meta-oe/recipes-extended/properties-cpp/properties-cpp_git.bb | |||
| @@ -14,7 +14,6 @@ SRC_URI = "git://github.com/lib-cpp/${BPN}.git;branch=master;protocol=https" | |||
| 14 | # Upstream repo does not tag | 14 | # Upstream repo does not tag |
| 15 | UPSTREAM_CHECK_COMMITS = "1" | 15 | UPSTREAM_CHECK_COMMITS = "1" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | 17 | ||
| 19 | do_configure:prepend() { | 18 | do_configure:prepend() { |
| 20 | echo " " > ${S}/tests/CMakeLists.txt | 19 | echo " " > ${S}/tests/CMakeLists.txt |
diff --git a/meta-oe/recipes-extended/qad/qad_git.bb b/meta-oe/recipes-extended/qad/qad_git.bb index c68469fce5..189d2f9d15 100644 --- a/meta-oe/recipes-extended/qad/qad_git.bb +++ b/meta-oe/recipes-extended/qad/qad_git.bb | |||
| @@ -17,7 +17,6 @@ SRCREV = "ae0c099c1fdc0ca6f5d631cea6b302937122b362" | |||
| 17 | # Upstream repo does not tag | 17 | # Upstream repo does not tag |
| 18 | UPSTREAM_CHECK_COMMITS = "1" | 18 | UPSTREAM_CHECK_COMMITS = "1" |
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/git" | ||
| 21 | PV = "0.0+git" | 20 | PV = "0.0+git" |
| 22 | 21 | ||
| 23 | DEPENDS = "cjson libmicrohttpd libdrm libpng" | 22 | DEPENDS = "cjson libmicrohttpd libdrm libpng" |
diff --git a/meta-oe/recipes-extended/qcbor/qcbor_1.4.1.bb b/meta-oe/recipes-extended/qcbor/qcbor_1.4.1.bb index b04d8df131..00cae11c4e 100644 --- a/meta-oe/recipes-extended/qcbor/qcbor_1.4.1.bb +++ b/meta-oe/recipes-extended/qcbor/qcbor_1.4.1.bb | |||
| @@ -12,7 +12,6 @@ SRC_URI = "git://github.com/laurencelundblade/QCBOR;protocol=https;branch=master | |||
| 12 | 12 | ||
| 13 | SRCREV = "4487f10e1bf258434fb8a39e4f59c29e31910ad0" | 13 | SRCREV = "4487f10e1bf258434fb8a39e4f59c29e31910ad0" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | 15 | ||
| 17 | inherit pkgconfig | 16 | inherit pkgconfig |
| 18 | 17 | ||
diff --git a/meta-oe/recipes-extended/rarpd/rarpd_ss981107.bb b/meta-oe/recipes-extended/rarpd/rarpd_ss981107.bb index 2b09b6bcad..c7f320660f 100644 --- a/meta-oe/recipes-extended/rarpd/rarpd_ss981107.bb +++ b/meta-oe/recipes-extended/rarpd/rarpd_ss981107.bb | |||
| @@ -24,7 +24,7 @@ SRC_URI += "file://0001-rarpd.8-add-man-file.patch \ | |||
| 24 | LICENSE = "GPL-2.0-or-later" | 24 | LICENSE = "GPL-2.0-or-later" |
| 25 | LIC_FILES_CHKSUM = "file://rarpd.c;md5=199b20b172ea93121bc613a9c77b6931" | 25 | LIC_FILES_CHKSUM = "file://rarpd.c;md5=199b20b172ea93121bc613a9c77b6931" |
| 26 | 26 | ||
| 27 | S = "${WORKDIR}/${BPN}" | 27 | S = "${UNPACKDIR}/${BPN}" |
| 28 | 28 | ||
| 29 | EXTRA_OEMAKE = "-e MAKEFLAGS=" | 29 | EXTRA_OEMAKE = "-e MAKEFLAGS=" |
| 30 | 30 | ||
diff --git a/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.3.11.bb b/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.3.11.bb index 3e757e6037..d643c6f0b9 100644 --- a/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.3.11.bb +++ b/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.3.11.bb | |||
| @@ -10,7 +10,6 @@ SRC_URI = "git://github.com/sewenew/redis-plus-plus;branch=master;protocol=https | |||
| 10 | file://0001-CMakeLists.txt-fix-substitution-for-static-libs.patch" | 10 | file://0001-CMakeLists.txt-fix-substitution-for-static-libs.patch" |
| 11 | SRCREV = "ad6baa121f4c6fbc7622d83d606210ac22549c78" | 11 | SRCREV = "ad6baa121f4c6fbc7622d83d606210ac22549c78" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | inherit cmake | 14 | inherit cmake |
| 16 | 15 | ||
diff --git a/meta-oe/recipes-extended/rrdtool/rrdtool_1.9.0.bb b/meta-oe/recipes-extended/rrdtool/rrdtool_1.9.0.bb index 330647a210..69c281bd92 100644 --- a/meta-oe/recipes-extended/rrdtool/rrdtool_1.9.0.bb +++ b/meta-oe/recipes-extended/rrdtool/rrdtool_1.9.0.bb | |||
| @@ -13,7 +13,6 @@ SRC_URI = "\ | |||
| 13 | git://github.com/oetiker/rrdtool-1.x.git;protocol=https;branch=master \ | 13 | git://github.com/oetiker/rrdtool-1.x.git;protocol=https;branch=master \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | 16 | ||
| 18 | inherit cpan autotools-brokensep gettext pkgconfig python3native python3-dir systemd | 17 | inherit cpan autotools-brokensep gettext pkgconfig python3native python3-dir systemd |
| 19 | 18 | ||
diff --git a/meta-oe/recipes-extended/rsyslog/libfastjson_1.2304.0.bb b/meta-oe/recipes-extended/rsyslog/libfastjson_1.2304.0.bb index 967018ca1f..f1235d7b96 100644 --- a/meta-oe/recipes-extended/rsyslog/libfastjson_1.2304.0.bb +++ b/meta-oe/recipes-extended/rsyslog/libfastjson_1.2304.0.bb | |||
| @@ -10,7 +10,6 @@ SRC_URI = "git://github.com/rsyslog/libfastjson.git;protocol=https;branch=master | |||
| 10 | 10 | ||
| 11 | SRCREV = "3a8402c1de7c7747c95229db26d8d32fb85a7a52" | 11 | SRCREV = "3a8402c1de7c7747c95229db26d8d32fb85a7a52" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | CVE_PRODUCT = "rsyslog:libfastjson" | 14 | CVE_PRODUCT = "rsyslog:libfastjson" |
| 16 | 15 | ||
diff --git a/meta-oe/recipes-extended/rsyslog/librelp_1.11.0.bb b/meta-oe/recipes-extended/rsyslog/librelp_1.11.0.bb index 343a2c2840..3ccb87a9c5 100644 --- a/meta-oe/recipes-extended/rsyslog/librelp_1.11.0.bb +++ b/meta-oe/recipes-extended/rsyslog/librelp_1.11.0.bb | |||
| @@ -17,7 +17,6 @@ SRC_URI = "git://github.com/rsyslog/librelp.git;protocol=https;branch=stable \ | |||
| 17 | 17 | ||
| 18 | SRCREV = "b421f56d9ee31a966058d23bd23c966221c91396" | 18 | SRCREV = "b421f56d9ee31a966058d23bd23c966221c91396" |
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/git" | ||
| 21 | 20 | ||
| 22 | CVE_PRODUCT = "rsyslog:librelp" | 21 | CVE_PRODUCT = "rsyslog:librelp" |
| 23 | 22 | ||
diff --git a/meta-oe/recipes-extended/sanlock/sanlock_4.0.0.bb b/meta-oe/recipes-extended/sanlock/sanlock_4.0.0.bb index 8da180ac05..fe8592be39 100644 --- a/meta-oe/recipes-extended/sanlock/sanlock_4.0.0.bb +++ b/meta-oe/recipes-extended/sanlock/sanlock_4.0.0.bb | |||
| @@ -19,7 +19,6 @@ SRC_URI = "git://pagure.io/sanlock.git;protocol=http;branch=master \ | |||
| 19 | " | 19 | " |
| 20 | SRCREV = "70c268a07273da78a4aadd14c40ffb75138ccebe" | 20 | SRCREV = "70c268a07273da78a4aadd14c40ffb75138ccebe" |
| 21 | 21 | ||
| 22 | S = "${WORKDIR}/git" | ||
| 23 | 22 | ||
| 24 | CVE_STATUS[CVE-2012-5638] = "fixed-version: The CPE in the NVD database doesn't reflect correctly the vulnerable versions." | 23 | CVE_STATUS[CVE-2012-5638] = "fixed-version: The CPE in the NVD database doesn't reflect correctly the vulnerable versions." |
| 25 | 24 | ||
diff --git a/meta-oe/recipes-extended/sblim-sfc-common/sblim-sfc-common_1.0.1.bb b/meta-oe/recipes-extended/sblim-sfc-common/sblim-sfc-common_1.0.1.bb index 29b01d5bf4..03d8d4940c 100644 --- a/meta-oe/recipes-extended/sblim-sfc-common/sblim-sfc-common_1.0.1.bb +++ b/meta-oe/recipes-extended/sblim-sfc-common/sblim-sfc-common_1.0.1.bb | |||
| @@ -9,7 +9,7 @@ SECTION = "Development/Libraries" | |||
| 9 | 9 | ||
| 10 | DEPENDS = "cmpi-bindings" | 10 | DEPENDS = "cmpi-bindings" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/sblim-sfcCommon-${PV}" | 12 | S = "${UNPACKDIR}/sblim-sfcCommon-${PV}" |
| 13 | SRC_URI = "http://downloads.sourceforge.net/sblim/sblim-sfcCommon-${PV}.tar.bz2" | 13 | SRC_URI = "http://downloads.sourceforge.net/sblim/sblim-sfcCommon-${PV}.tar.bz2" |
| 14 | SRC_URI[sha256sum] = "b9b1037173d6ae0181c3bd5a316ddab5afd6a342ad0dbdc18e940fc0ad2c3297" | 14 | SRC_URI[sha256sum] = "b9b1037173d6ae0181c3bd5a316ddab5afd6a342ad0dbdc18e940fc0ad2c3297" |
| 15 | 15 | ||
diff --git a/meta-oe/recipes-extended/sedutil/sedutil_git.bb b/meta-oe/recipes-extended/sedutil/sedutil_git.bb index 64d5111f45..e8987b2dd0 100644 --- a/meta-oe/recipes-extended/sedutil/sedutil_git.bb +++ b/meta-oe/recipes-extended/sedutil/sedutil_git.bb | |||
| @@ -14,6 +14,5 @@ SRC_URI = "git://github.com/Drive-Trust-Alliance/sedutil.git;branch=master;proto | |||
| 14 | file://0001-Fix-build-on-big-endian-architectures.patch \ | 14 | file://0001-Fix-build-on-big-endian-architectures.patch \ |
| 15 | " | 15 | " |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | 17 | ||
| 19 | inherit autotools-brokensep | 18 | inherit autotools-brokensep |
diff --git a/meta-oe/recipes-extended/sgpio/sgpio_1.2.0.10.bb b/meta-oe/recipes-extended/sgpio/sgpio_1.2.0.10.bb index 98e22f1164..1b3a484ccb 100644 --- a/meta-oe/recipes-extended/sgpio/sgpio_1.2.0.10.bb +++ b/meta-oe/recipes-extended/sgpio/sgpio_1.2.0.10.bb | |||
| @@ -8,7 +8,7 @@ SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/${BPN}/${BPN}-1.2-0.10-src.ta | |||
| 8 | " | 8 | " |
| 9 | SRC_URI[sha256sum] = "9bf8c42acaa247efd9321bdb1fc2390022f0c554d77fbbd4a7363d990fc0270b" | 9 | SRC_URI[sha256sum] = "9bf8c42acaa247efd9321bdb1fc2390022f0c554d77fbbd4a7363d990fc0270b" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/${BPN}" | 11 | S = "${UNPACKDIR}/${BPN}" |
| 12 | 12 | ||
| 13 | LICENSE = "GPL-2.0-or-later" | 13 | LICENSE = "GPL-2.0-or-later" |
| 14 | LIC_FILES_CHKSUM = "file://LICENSE_GPL;md5=393a5ca445f6965873eca0259a17f833" | 14 | LIC_FILES_CHKSUM = "file://LICENSE_GPL;md5=393a5ca445f6965873eca0259a17f833" |
diff --git a/meta-oe/recipes-extended/snappy/snappy_1.1.10.bb b/meta-oe/recipes-extended/snappy/snappy_1.1.10.bb index bc3bc3aa47..2a49ba99b0 100644 --- a/meta-oe/recipes-extended/snappy/snappy_1.1.10.bb +++ b/meta-oe/recipes-extended/snappy/snappy_1.1.10.bb | |||
| @@ -15,7 +15,6 @@ SRC_URI = "gitsm://github.com/google/snappy.git;protocol=https;branch=main \ | |||
| 15 | 15 | ||
| 16 | SRCREV = "dc05e026488865bc69313a68bcc03ef2e4ea8e83" | 16 | SRCREV = "dc05e026488865bc69313a68bcc03ef2e4ea8e83" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | 18 | ||
| 20 | inherit cmake pkgconfig | 19 | inherit cmake pkgconfig |
| 21 | 20 | ||
diff --git a/meta-oe/recipes-extended/socketcan/can-isotp_git.bb b/meta-oe/recipes-extended/socketcan/can-isotp_git.bb index fa43c9de58..530e38ce21 100644 --- a/meta-oe/recipes-extended/socketcan/can-isotp_git.bb +++ b/meta-oe/recipes-extended/socketcan/can-isotp_git.bb | |||
| @@ -8,7 +8,6 @@ SRC_URI = "git://github.com/hartkopp/can-isotp.git;protocol=https;branch=master" | |||
| 8 | # Upstream repo does not tag | 8 | # Upstream repo does not tag |
| 9 | UPSTREAM_CHECK_COMMITS = "1" | 9 | UPSTREAM_CHECK_COMMITS = "1" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | 11 | ||
| 13 | inherit module | 12 | inherit module |
| 14 | 13 | ||
diff --git a/meta-oe/recipes-extended/socketcan/can-utils_2025.01.bb b/meta-oe/recipes-extended/socketcan/can-utils_2025.01.bb index 63c1e130ad..5dc41bcb93 100644 --- a/meta-oe/recipes-extended/socketcan/can-utils_2025.01.bb +++ b/meta-oe/recipes-extended/socketcan/can-utils_2025.01.bb | |||
| @@ -9,7 +9,6 @@ SRC_URI = "git://github.com/linux-can/${BPN}.git;protocol=https;branch=master \ | |||
| 9 | 9 | ||
| 10 | SRCREV = "01083a64ebf28cc716efe2d2fd51c141042ae34b" | 10 | SRCREV = "01083a64ebf28cc716efe2d2fd51c141042ae34b" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | inherit cmake pkgconfig update-alternatives | 13 | inherit cmake pkgconfig update-alternatives |
| 15 | 14 | ||
diff --git a/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb b/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb index 6989531c81..b92b8086d6 100644 --- a/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb +++ b/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb | |||
| @@ -14,7 +14,6 @@ SRC_URI = "git://git.pengutronix.de/git/tools/canutils.git;protocol=https;branch | |||
| 14 | 14 | ||
| 15 | inherit update-alternatives | 15 | inherit update-alternatives |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | 17 | ||
| 19 | inherit autotools pkgconfig | 18 | inherit autotools pkgconfig |
| 20 | 19 | ||
diff --git a/meta-oe/recipes-extended/socketcan/libsocketcan_0.0.12.bb b/meta-oe/recipes-extended/socketcan/libsocketcan_0.0.12.bb index f45c2d750d..535f37f84c 100644 --- a/meta-oe/recipes-extended/socketcan/libsocketcan_0.0.12.bb +++ b/meta-oe/recipes-extended/socketcan/libsocketcan_0.0.12.bb | |||
| @@ -9,7 +9,6 @@ SRCREV = "077def398ad303043d73339112968e5112d8d7c8" | |||
| 9 | 9 | ||
| 10 | SRC_URI = "git://git.pengutronix.de/git/tools/libsocketcan.git;protocol=https;branch=master" | 10 | SRC_URI = "git://git.pengutronix.de/git/tools/libsocketcan.git;protocol=https;branch=master" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | inherit autotools pkgconfig | 13 | inherit autotools pkgconfig |
| 15 | 14 | ||
diff --git a/meta-oe/recipes-extended/socketcan/socketcand_git.bb b/meta-oe/recipes-extended/socketcan/socketcand_git.bb index 4e58c76460..ba69875c93 100644 --- a/meta-oe/recipes-extended/socketcan/socketcand_git.bb +++ b/meta-oe/recipes-extended/socketcan/socketcand_git.bb | |||
| @@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = " \ | |||
| 7 | 7 | ||
| 8 | SRC_URI = "git://github.com/linux-can/socketcand;branch=master;protocol=https" | 8 | SRC_URI = "git://github.com/linux-can/socketcand;branch=master;protocol=https" |
| 9 | SRCREV = "998b0394d028e791aa97d549bfc686b4fbadf5ee" | 9 | SRCREV = "998b0394d028e791aa97d549bfc686b4fbadf5ee" |
| 10 | S = "${WORKDIR}/git" | ||
| 11 | 10 | ||
| 12 | inherit meson pkgconfig | 11 | inherit meson pkgconfig |
| 13 | 12 | ||
diff --git a/meta-oe/recipes-extended/sysdig/sysdig_0.28.0.bb b/meta-oe/recipes-extended/sysdig/sysdig_0.28.0.bb index 9b95c14de0..b60f9c643c 100644 --- a/meta-oe/recipes-extended/sysdig/sysdig_0.28.0.bb +++ b/meta-oe/recipes-extended/sysdig/sysdig_0.28.0.bb | |||
| @@ -23,7 +23,7 @@ DEPENDS += "libb64 lua${JIT} zlib c-ares grpc-native grpc curl ncurses jsoncpp \ | |||
| 23 | RDEPENDS:${PN} = "bash" | 23 | RDEPENDS:${PN} = "bash" |
| 24 | 24 | ||
| 25 | SRC_URI = "git://github.com/draios/sysdig.git;branch=dev;protocol=https;name=sysdig \ | 25 | SRC_URI = "git://github.com/draios/sysdig.git;branch=dev;protocol=https;name=sysdig \ |
| 26 | git://github.com/falcosecurity/libs;protocol=https;branch=master;name=falco;subdir=git/falcosecurity-libs \ | 26 | git://github.com/falcosecurity/libs;protocol=https;branch=master;name=falco;subdir=${BB_GIT_DEFAULT_DESTSUFFIX}/falcosecurity-libs \ |
| 27 | file://0001-Add-cstdint-for-uintXX_t-types.patch;patchdir=./falcosecurity-libs \ | 27 | file://0001-Add-cstdint-for-uintXX_t-types.patch;patchdir=./falcosecurity-libs \ |
| 28 | file://0001-cmake-Pass-PROBE_NAME-via-CFLAGS.patch \ | 28 | file://0001-cmake-Pass-PROBE_NAME-via-CFLAGS.patch \ |
| 29 | file://0001-libsinsp-fix-build-with-gcc-15.patch;patchdir=./falcosecurity-libs \ | 29 | file://0001-libsinsp-fix-build-with-gcc-15.patch;patchdir=./falcosecurity-libs \ |
| @@ -33,7 +33,6 @@ SRCREV_falco = "caa0e4d0044fdaaebab086592a97f0c7f32aeaa9" | |||
| 33 | 33 | ||
| 34 | SRCREV_FORMAT = "sysdig_falco" | 34 | SRCREV_FORMAT = "sysdig_falco" |
| 35 | 35 | ||
| 36 | S = "${WORKDIR}/git" | ||
| 37 | 36 | ||
| 38 | EXTRA_OECMAKE = "\ | 37 | EXTRA_OECMAKE = "\ |
| 39 | -DBUILD_DRIVER=OFF \ | 38 | -DBUILD_DRIVER=OFF \ |
diff --git a/meta-oe/recipes-extended/tipcutils/tipcutils_git.bb b/meta-oe/recipes-extended/tipcutils/tipcutils_git.bb index 71b62cc513..a4bf3eaaca 100644 --- a/meta-oe/recipes-extended/tipcutils/tipcutils_git.bb +++ b/meta-oe/recipes-extended/tipcutils/tipcutils_git.bb | |||
| @@ -18,7 +18,6 @@ DEPENDS += "libdaemon" | |||
| 18 | 18 | ||
| 19 | RDEPENDS:${PN} = "iproute2-tipc" | 19 | RDEPENDS:${PN} = "iproute2-tipc" |
| 20 | 20 | ||
| 21 | S = "${WORKDIR}/git" | ||
| 22 | 21 | ||
| 23 | do_configure:prepend() { | 22 | do_configure:prepend() { |
| 24 | ( cd ${S}; ${S}/bootstrap ) | 23 | ( cd ${S}; ${S}/bootstrap ) |
diff --git a/meta-oe/recipes-extended/tmate/tmate_2.4.0.bb b/meta-oe/recipes-extended/tmate/tmate_2.4.0.bb index 4e66d8d05a..5fb28b0085 100644 --- a/meta-oe/recipes-extended/tmate/tmate_2.4.0.bb +++ b/meta-oe/recipes-extended/tmate/tmate_2.4.0.bb | |||
| @@ -12,6 +12,5 @@ SRC_URI = "\ | |||
| 12 | 12 | ||
| 13 | SRCREV = "5e00bfa5e137e76c81888727712ced2b3fd99f5b" | 13 | SRCREV = "5e00bfa5e137e76c81888727712ced2b3fd99f5b" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | 15 | ||
| 17 | inherit pkgconfig autotools | 16 | inherit pkgconfig autotools |
diff --git a/meta-oe/recipes-extended/triggerhappy/triggerhappy_git.bb b/meta-oe/recipes-extended/triggerhappy/triggerhappy_git.bb index 5eb8e4d9aa..1a453ebe10 100644 --- a/meta-oe/recipes-extended/triggerhappy/triggerhappy_git.bb +++ b/meta-oe/recipes-extended/triggerhappy/triggerhappy_git.bb | |||
| @@ -9,7 +9,6 @@ SRCREV = "44a173195986d0d853316cb02a58785ded66c12b" | |||
| 9 | PV = "0.5.0+git" | 9 | PV = "0.5.0+git" |
| 10 | SRC_URI = "git://github.com/wertarbyte/${BPN}.git;branch=debian;protocol=https" | 10 | SRC_URI = "git://github.com/wertarbyte/${BPN}.git;branch=debian;protocol=https" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | inherit pkgconfig perlnative update-rc.d systemd | 13 | inherit pkgconfig perlnative update-rc.d systemd |
| 15 | 14 | ||
diff --git a/meta-oe/recipes-extended/uml-utilities/uml-utilities_20040406.bb b/meta-oe/recipes-extended/uml-utilities/uml-utilities_20040406.bb index 09797124c5..0e189b558f 100644 --- a/meta-oe/recipes-extended/uml-utilities/uml-utilities_20040406.bb +++ b/meta-oe/recipes-extended/uml-utilities/uml-utilities_20040406.bb | |||
| @@ -15,7 +15,7 @@ SRC_URI[sha256sum] = "4f179b1db021ef15ac7e9b2eed57c525db127a754c574f591c367460cd | |||
| 15 | 15 | ||
| 16 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/user-mode-linux/files/tools/1/" | 16 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/user-mode-linux/files/tools/1/" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/tools" | 18 | S = "${UNPACKDIR}/tools" |
| 19 | 19 | ||
| 20 | inherit update-alternatives | 20 | inherit update-alternatives |
| 21 | 21 | ||
diff --git a/meta-oe/recipes-extended/upm/upm_git.bb b/meta-oe/recipes-extended/upm/upm_git.bb index 3aa766d0bd..616f4ca09a 100644 --- a/meta-oe/recipes-extended/upm/upm_git.bb +++ b/meta-oe/recipes-extended/upm/upm_git.bb | |||
| @@ -21,7 +21,6 @@ SRC_URI = "git://github.com/eclipse/${BPN}.git;protocol=https;branch=master \ | |||
| 21 | 21 | ||
| 22 | SRC_URI:append:toolchain-clang:x86 = " file://0001-nmea_gps-Link-with-latomic.patch " | 22 | SRC_URI:append:toolchain-clang:x86 = " file://0001-nmea_gps-Link-with-latomic.patch " |
| 23 | 23 | ||
| 24 | S = "${WORKDIR}/git" | ||
| 25 | 24 | ||
| 26 | # Depends on mraa which only supports x86 and ARM for now | 25 | # Depends on mraa which only supports x86 and ARM for now |
| 27 | COMPATIBLE_HOST = "(x86_64.*|i.86.*|aarch64.*|arm.*)-linux" | 26 | COMPATIBLE_HOST = "(x86_64.*|i.86.*|aarch64.*|arm.*)-linux" |
diff --git a/meta-oe/recipes-extended/valkey/valkey_8.1.1.bb b/meta-oe/recipes-extended/valkey/valkey_8.1.1.bb index 1686e533af..35b3d3c4a7 100644 --- a/meta-oe/recipes-extended/valkey/valkey_8.1.1.bb +++ b/meta-oe/recipes-extended/valkey/valkey_8.1.1.bb | |||
| @@ -19,7 +19,6 @@ SRC_URI = " \ | |||
| 19 | " | 19 | " |
| 20 | SRCREV = "fcd8bc3ee40f5d7841b7d5a8f3cd12252fec14e4" | 20 | SRCREV = "fcd8bc3ee40f5d7841b7d5a8f3cd12252fec14e4" |
| 21 | 21 | ||
| 22 | S = "${WORKDIR}/git" | ||
| 23 | 22 | ||
| 24 | RPROVIDES:${PN} = "virtual-redis" | 23 | RPROVIDES:${PN} = "virtual-redis" |
| 25 | 24 | ||
diff --git a/meta-oe/recipes-extended/volume_key/volume-key_0.3.12.bb b/meta-oe/recipes-extended/volume_key/volume-key_0.3.12.bb index 92a9bbb499..01215a4b25 100644 --- a/meta-oe/recipes-extended/volume_key/volume-key_0.3.12.bb +++ b/meta-oe/recipes-extended/volume_key/volume-key_0.3.12.bb | |||
| @@ -13,7 +13,7 @@ SRC_URI = "https://releases.pagure.org/volume_key/volume_key-${PV}.tar.xz \ | |||
| 13 | SRC_URI[sha256sum] = "6ca3748fc1dad22c450bbf6601d4e706cb11c5e662d11bb4aeb473a9cd77309b" | 13 | SRC_URI[sha256sum] = "6ca3748fc1dad22c450bbf6601d4e706cb11c5e662d11bb4aeb473a9cd77309b" |
| 14 | 14 | ||
| 15 | SRCNAME = "volume_key" | 15 | SRCNAME = "volume_key" |
| 16 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 16 | S = "${UNPACKDIR}/${SRCNAME}-${PV}" |
| 17 | 17 | ||
| 18 | inherit autotools python3native python3targetconfig gettext pkgconfig | 18 | inherit autotools python3native python3targetconfig gettext pkgconfig |
| 19 | 19 | ||
diff --git a/meta-oe/recipes-extended/wipe/wipe_0.24.bb b/meta-oe/recipes-extended/wipe/wipe_0.24.bb index ad32cb0e72..ba3ed29d59 100644 --- a/meta-oe/recipes-extended/wipe/wipe_0.24.bb +++ b/meta-oe/recipes-extended/wipe/wipe_0.24.bb | |||
| @@ -15,7 +15,6 @@ SRC_URI = "git://github.com/berke/wipe.git;branch=master;protocol=https \ | |||
| 15 | " | 15 | " |
| 16 | SRCREV = "796b62293e007546e051619bd03f5ba338ef28e5" | 16 | SRCREV = "796b62293e007546e051619bd03f5ba338ef28e5" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | 18 | ||
| 20 | EXTRA_OEMAKE = "linux" | 19 | EXTRA_OEMAKE = "linux" |
| 21 | 20 | ||
diff --git a/meta-oe/recipes-extended/wtmpdb/wtmpdb_0.11.0.bb b/meta-oe/recipes-extended/wtmpdb/wtmpdb_0.11.0.bb index d4a8b49e1d..b901e8815a 100644 --- a/meta-oe/recipes-extended/wtmpdb/wtmpdb_0.11.0.bb +++ b/meta-oe/recipes-extended/wtmpdb/wtmpdb_0.11.0.bb | |||
| @@ -10,7 +10,6 @@ SRCREV = "493e9704dbc50f141d5fbd41c823311e79d7e8d3" | |||
| 10 | SRC_URI = "git://github.com/thkukuk/wtmpdb.git;branch=main;protocol=https \ | 10 | SRC_URI = "git://github.com/thkukuk/wtmpdb.git;branch=main;protocol=https \ |
| 11 | file://0001-include-libgen.h-for-basename.patch" | 11 | file://0001-include-libgen.h-for-basename.patch" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | inherit meson pkgconfig systemd features_check | 14 | inherit meson pkgconfig systemd features_check |
| 16 | 15 | ||
diff --git a/meta-oe/recipes-extended/wxwidgets/wxwidgets_3.2.6.bb b/meta-oe/recipes-extended/wxwidgets/wxwidgets_3.2.6.bb index 1ef707ca60..2cd154cab6 100644 --- a/meta-oe/recipes-extended/wxwidgets/wxwidgets_3.2.6.bb +++ b/meta-oe/recipes-extended/wxwidgets/wxwidgets_3.2.6.bb | |||
| @@ -28,7 +28,6 @@ SRC_URI = "gitsm://github.com/wxWidgets/wxWidgets.git;branch=3.2;protocol=https | |||
| 28 | file://0007-Set-HAVE_LARGEFILE_SUPPORT-to-1-explicitly.patch \ | 28 | file://0007-Set-HAVE_LARGEFILE_SUPPORT-to-1-explicitly.patch \ |
| 29 | " | 29 | " |
| 30 | SRCREV = "5ff25322553c1870cf20a2e1ba6f20ed50d9fe9a" | 30 | SRCREV = "5ff25322553c1870cf20a2e1ba6f20ed50d9fe9a" |
| 31 | S = "${WORKDIR}/git" | ||
| 32 | 31 | ||
| 33 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" | 32 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" |
| 34 | 33 | ||
diff --git a/meta-oe/recipes-extended/zlog/zlog_1.2.16.bb b/meta-oe/recipes-extended/zlog/zlog_1.2.16.bb index b75802f09f..f450c2cf01 100644 --- a/meta-oe/recipes-extended/zlog/zlog_1.2.16.bb +++ b/meta-oe/recipes-extended/zlog/zlog_1.2.16.bb | |||
| @@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | |||
| 6 | SRCREV = "dc2c284664757fce6ef8f96f8b3ab667a53ef489" | 6 | SRCREV = "dc2c284664757fce6ef8f96f8b3ab667a53ef489" |
| 7 | SRC_URI = "git://github.com/HardySimpson/zlog;branch=master;protocol=https" | 7 | SRC_URI = "git://github.com/HardySimpson/zlog;branch=master;protocol=https" |
| 8 | 8 | ||
| 9 | S = "${WORKDIR}/git" | ||
| 10 | 9 | ||
| 11 | inherit pkgconfig | 10 | inherit pkgconfig |
| 12 | 11 | ||
diff --git a/meta-oe/recipes-extended/zram/zram_0.2.bb b/meta-oe/recipes-extended/zram/zram_0.2.bb index e4522f89a1..2c894c0230 100644 --- a/meta-oe/recipes-extended/zram/zram_0.2.bb +++ b/meta-oe/recipes-extended/zram/zram_0.2.bb | |||
| @@ -17,8 +17,7 @@ SRC_URI = " \ | |||
| 17 | file://dev-zram0.swap \ | 17 | file://dev-zram0.swap \ |
| 18 | " | 18 | " |
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/sources" | 20 | S = "${UNPACKDIR}" |
| 21 | UNPACKDIR = "${S}" | ||
| 22 | 21 | ||
| 23 | do_install () { | 22 | do_install () { |
| 24 | # Install systemd related configuration file | 23 | # Install systemd related configuration file |
diff --git a/meta-oe/recipes-extended/zsync/zsync-curl_git.bb b/meta-oe/recipes-extended/zsync/zsync-curl_git.bb index be658561e2..5227b834f9 100644 --- a/meta-oe/recipes-extended/zsync/zsync-curl_git.bb +++ b/meta-oe/recipes-extended/zsync/zsync-curl_git.bb | |||
| @@ -17,7 +17,6 @@ UPSTREAM_CHECK_COMMITS = "1" | |||
| 17 | 17 | ||
| 18 | inherit autotools | 18 | inherit autotools |
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/git" | ||
| 21 | AUTOTOOLS_SCRIPT_PATH = "${S}/src" | 20 | AUTOTOOLS_SCRIPT_PATH = "${S}/src" |
| 22 | 21 | ||
| 23 | BBCLASSEXTEND = "native nativesdk" | 22 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-oe/recipes-gnome/atk/atkmm-2.36_2.36.3.bb b/meta-oe/recipes-gnome/atk/atkmm-2.36_2.36.3.bb index 62ca015309..23e2ff7811 100644 --- a/meta-oe/recipes-gnome/atk/atkmm-2.36_2.36.3.bb +++ b/meta-oe/recipes-gnome/atk/atkmm-2.36_2.36.3.bb | |||
| @@ -15,7 +15,7 @@ ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | |||
| 15 | 15 | ||
| 16 | SRC_URI[archive.sha256sum] = "6ec264eaa0c4de0adb7202c600170bde9a7fbe4d466bfbe940eaf7faaa6c5974" | 16 | SRC_URI[archive.sha256sum] = "6ec264eaa0c4de0adb7202c600170bde9a7fbe4d466bfbe940eaf7faaa6c5974" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/${GNOMEBN}-${PV}" | 18 | S = "${UNPACKDIR}/${GNOMEBN}-${PV}" |
| 19 | 19 | ||
| 20 | EXTRA_OEMESON = "-Dbuild-documentation=false" | 20 | EXTRA_OEMESON = "-Dbuild-documentation=false" |
| 21 | 21 | ||
diff --git a/meta-oe/recipes-gnome/gcr/gcr3_3.41.2.bb b/meta-oe/recipes-gnome/gcr/gcr3_3.41.2.bb index 0fd30f7424..bb905265ee 100644 --- a/meta-oe/recipes-gnome/gcr/gcr3_3.41.2.bb +++ b/meta-oe/recipes-gnome/gcr/gcr3_3.41.2.bb | |||
| @@ -25,7 +25,7 @@ SRC_URI = "https://download.gnome.org/sources/gcr/3.41/gcr-${PV}.tar.xz;name=arc | |||
| 25 | SRC_URI += "file://0001-meson.build-correctly-handle-disabled-ssh_agent-opti.patch" | 25 | SRC_URI += "file://0001-meson.build-correctly-handle-disabled-ssh_agent-opti.patch" |
| 26 | SRC_URI[archive.sha256sum] = "bad10f3c553a0e1854649ab59c5b2434da22ca1a54ae6138f1f53961567e1ab7" | 26 | SRC_URI[archive.sha256sum] = "bad10f3c553a0e1854649ab59c5b2434da22ca1a54ae6138f1f53961567e1ab7" |
| 27 | 27 | ||
| 28 | S = "${WORKDIR}/gcr-${PV}" | 28 | S = "${UNPACKDIR}/gcr-${PV}" |
| 29 | 29 | ||
| 30 | PACKAGECONFIG ??= " \ | 30 | PACKAGECONFIG ??= " \ |
| 31 | ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ | 31 | ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ |
diff --git a/meta-oe/recipes-gnome/gnome-doc-utils-stub/gnome-doc-utils-stub_1.0.bb b/meta-oe/recipes-gnome/gnome-doc-utils-stub/gnome-doc-utils-stub_1.0.bb index c929763763..f10537eca7 100644 --- a/meta-oe/recipes-gnome/gnome-doc-utils-stub/gnome-doc-utils-stub_1.0.bb +++ b/meta-oe/recipes-gnome/gnome-doc-utils-stub/gnome-doc-utils-stub_1.0.bb | |||
| @@ -8,8 +8,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;m | |||
| 8 | 8 | ||
| 9 | SRC_URI = "file://gnome-doc-utils.m4" | 9 | SRC_URI = "file://gnome-doc-utils.m4" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/sources" | 11 | S = "${UNPACKDIR}" |
| 12 | UNPACKDIR = "${S}" | ||
| 13 | 12 | ||
| 14 | PROVIDES = "gnome-doc-utils" | 13 | PROVIDES = "gnome-doc-utils" |
| 15 | 14 | ||
diff --git a/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.10.bb b/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.10.bb index b00b4a4679..70da55c137 100644 --- a/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.10.bb +++ b/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.10.bb | |||
| @@ -10,7 +10,6 @@ inherit meson | |||
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/lassekongo83/adw-gtk3.git;protocol=https;branch=main;tag=v${PV}" | 11 | SRC_URI = "git://github.com/lassekongo83/adw-gtk3.git;protocol=https;branch=main;tag=v${PV}" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | SRCREV = "c2e74c9d2a5c3895b8025ac1d4b9e4cced71fbe9" | 13 | SRCREV = "c2e74c9d2a5c3895b8025ac1d4b9e4cced71fbe9" |
| 15 | 14 | ||
| 16 | FILES:${PN} = "${datadir}/themes" | 15 | FILES:${PN} = "${datadir}/themes" |
diff --git a/meta-oe/recipes-gnome/libjcat/libjcat_0.2.3.bb b/meta-oe/recipes-gnome/libjcat/libjcat_0.2.3.bb index 0e6f4a2ed1..6e31889b69 100644 --- a/meta-oe/recipes-gnome/libjcat/libjcat_0.2.3.bb +++ b/meta-oe/recipes-gnome/libjcat/libjcat_0.2.3.bb | |||
| @@ -12,7 +12,6 @@ SRC_URI = "\ | |||
| 12 | file://run-ptest \ | 12 | file://run-ptest \ |
| 13 | " | 13 | " |
| 14 | SRCREV = "f284d18a694ed98f49ddb06e6920265781a30125" | 14 | SRCREV = "f284d18a694ed98f49ddb06e6920265781a30125" |
| 15 | S = "${WORKDIR}/git" | ||
| 16 | 15 | ||
| 17 | inherit gobject-introspection gtk-doc meson ptest-gnome vala lib_package | 16 | inherit gobject-introspection gtk-doc meson ptest-gnome vala lib_package |
| 18 | 17 | ||
diff --git a/meta-oe/recipes-gnome/malcontent/malcontent.inc b/meta-oe/recipes-gnome/malcontent/malcontent.inc index 68523fa21e..10597f3308 100644 --- a/meta-oe/recipes-gnome/malcontent/malcontent.inc +++ b/meta-oe/recipes-gnome/malcontent/malcontent.inc | |||
| @@ -1,4 +1,3 @@ | |||
| 1 | SRC_URI = "git://gitlab.freedesktop.org/pwithnall/malcontent.git;protocol=https;branch=main" | 1 | SRC_URI = "git://gitlab.freedesktop.org/pwithnall/malcontent.git;protocol=https;branch=main" |
| 2 | S = "${WORKDIR}/git" | ||
| 3 | SRCREV = "21f3ef7b6f984710a23b607d2298fe16e554f0c3" | 2 | SRCREV = "21f3ef7b6f984710a23b607d2298fe16e554f0c3" |
| 4 | PV = "0.13.0" | 3 | PV = "0.13.0" |
diff --git a/meta-oe/recipes-gnome/pyxdg/pyxdg_0.28.bb b/meta-oe/recipes-gnome/pyxdg/pyxdg_0.28.bb index 0c9599a49c..b4dc739ec3 100644 --- a/meta-oe/recipes-gnome/pyxdg/pyxdg_0.28.bb +++ b/meta-oe/recipes-gnome/pyxdg/pyxdg_0.28.bb | |||
| @@ -9,4 +9,3 @@ SRC_URI = "git://anongit.freedesktop.org/xdg/pyxdg;branch=master" | |||
| 9 | 9 | ||
| 10 | inherit setuptools3 | 10 | inherit setuptools3 |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
diff --git a/meta-oe/recipes-graphics/aml/aml_git.bb b/meta-oe/recipes-graphics/aml/aml_git.bb index 2633e0d215..a0b27bd256 100644 --- a/meta-oe/recipes-graphics/aml/aml_git.bb +++ b/meta-oe/recipes-graphics/aml/aml_git.bb | |||
| @@ -10,7 +10,6 @@ SRCREV = "b83f3576ce4187d9285f06e9066ef43a691464d4" | |||
| 10 | 10 | ||
| 11 | PV = "0.3.0+git" | 11 | PV = "0.3.0+git" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | PACKAGECONFIG ??= "" | 14 | PACKAGECONFIG ??= "" |
| 16 | PACKAGECONFIG[examples] = "-Dexamples=true,-Dexamples=false" | 15 | PACKAGECONFIG[examples] = "-Dexamples=true,-Dexamples=false" |
diff --git a/meta-oe/recipes-graphics/cairo/cairomm-1.16_1.18.0.bb b/meta-oe/recipes-graphics/cairo/cairomm-1.16_1.18.0.bb index a6872ef0cd..8a8e783309 100644 --- a/meta-oe/recipes-graphics/cairo/cairomm-1.16_1.18.0.bb +++ b/meta-oe/recipes-graphics/cairo/cairomm-1.16_1.18.0.bb | |||
| @@ -10,7 +10,7 @@ DEPENDS += "boost cairo libsigc++-3" | |||
| 10 | SRC_URI = "https://www.cairographics.org/releases/cairomm-${PV}.tar.xz" | 10 | SRC_URI = "https://www.cairographics.org/releases/cairomm-${PV}.tar.xz" |
| 11 | SRC_URI[sha256sum] = "b81255394e3ea8e8aa887276d22afa8985fc8daef60692eb2407d23049f03cfb" | 11 | SRC_URI[sha256sum] = "b81255394e3ea8e8aa887276d22afa8985fc8daef60692eb2407d23049f03cfb" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/cairomm-${PV}" | 13 | S = "${UNPACKDIR}/cairomm-${PV}" |
| 14 | 14 | ||
| 15 | FILES:${PN}-doc += "${datadir}/devhelp" | 15 | FILES:${PN}-doc += "${datadir}/devhelp" |
| 16 | FILES:${PN}-dev += "${libdir}/cairomm-*/" | 16 | FILES:${PN}-dev += "${libdir}/cairomm-*/" |
diff --git a/meta-oe/recipes-graphics/cglm/cglm_0.9.6.bb b/meta-oe/recipes-graphics/cglm/cglm_0.9.6.bb index cbcd6c0c6e..b2673f1e9b 100644 --- a/meta-oe/recipes-graphics/cglm/cglm_0.9.6.bb +++ b/meta-oe/recipes-graphics/cglm/cglm_0.9.6.bb | |||
| @@ -12,7 +12,6 @@ SRC_URI = "git://github.com/recp/cglm;branch=master;protocol=https" | |||
| 12 | # Tag v0.9.6 | 12 | # Tag v0.9.6 |
| 13 | SRCREV = "144d1e7c29b3b0c6dede7917a0476cc95248559c" | 13 | SRCREV = "144d1e7c29b3b0c6dede7917a0476cc95248559c" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | 15 | ||
| 17 | PACKAGECONFIG[build_tests] = "-Dbuild_tests=true,-Dbuild_tests=false," | 16 | PACKAGECONFIG[build_tests] = "-Dbuild_tests=true,-Dbuild_tests=false," |
| 18 | 17 | ||
diff --git a/meta-oe/recipes-graphics/dietsplash/dietsplash_git.bb b/meta-oe/recipes-graphics/dietsplash/dietsplash_git.bb index 1ee2657bd0..1018e0675e 100644 --- a/meta-oe/recipes-graphics/dietsplash/dietsplash_git.bb +++ b/meta-oe/recipes-graphics/dietsplash/dietsplash_git.bb | |||
| @@ -14,7 +14,6 @@ SRC_URI = "git://github.com/lucasdemarchi/dietsplash.git;branch=master;protocol= | |||
| 14 | 14 | ||
| 15 | inherit autotools | 15 | inherit autotools |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | 17 | ||
| 19 | EXTRA_OECONF = " --with-systemdsystemunitdir=${systemd_unitdir}/system \ | 18 | EXTRA_OECONF = " --with-systemdsystemunitdir=${systemd_unitdir}/system \ |
| 20 | --disable-staticimages --with-rootdir=${root_prefix}" | 19 | --disable-staticimages --with-rootdir=${root_prefix}" |
diff --git a/meta-oe/recipes-graphics/directfb/directfb-examples_1.7.0.bb b/meta-oe/recipes-graphics/directfb/directfb-examples_1.7.0.bb index de91d027e5..f4a257ce89 100644 --- a/meta-oe/recipes-graphics/directfb/directfb-examples_1.7.0.bb +++ b/meta-oe/recipes-graphics/directfb/directfb-examples_1.7.0.bb | |||
| @@ -14,7 +14,7 @@ SRC_URI = " \ | |||
| 14 | 14 | ||
| 15 | LIC_FILES_CHKSUM = "file://COPYING;md5=ecf6fd2b19915afc4da56043926ca18f" | 15 | LIC_FILES_CHKSUM = "file://COPYING;md5=ecf6fd2b19915afc4da56043926ca18f" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/DirectFB-examples-${PV}" | 17 | S = "${UNPACKDIR}/DirectFB-examples-${PV}" |
| 18 | 18 | ||
| 19 | inherit autotools pkgconfig | 19 | inherit autotools pkgconfig |
| 20 | 20 | ||
diff --git a/meta-oe/recipes-graphics/directfb/directfb.inc b/meta-oe/recipes-graphics/directfb/directfb.inc index 4d962ab5d9..0dc410b2cb 100644 --- a/meta-oe/recipes-graphics/directfb/directfb.inc +++ b/meta-oe/recipes-graphics/directfb/directfb.inc | |||
| @@ -28,7 +28,7 @@ SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/DirectFB-${PV}.tar.g | |||
| 28 | file://0001-libdirect-remove-use-of-keyword-register.patch \ | 28 | file://0001-libdirect-remove-use-of-keyword-register.patch \ |
| 29 | " | 29 | " |
| 30 | 30 | ||
| 31 | S = "${WORKDIR}/DirectFB-${PV}" | 31 | S = "${UNPACKDIR}/DirectFB-${PV}" |
| 32 | 32 | ||
| 33 | LDFLAGS:append = " -lm" | 33 | LDFLAGS:append = " -lm" |
| 34 | 34 | ||
diff --git a/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.6.bb b/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.6.bb index 50504caf9f..ef6dc14ca6 100644 --- a/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.6.bb +++ b/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.6.bb | |||
| @@ -11,7 +11,6 @@ SRC_URI = "git://github.com/manatools/dnfdragora.git;branch=stable-2.x;protocol= | |||
| 11 | 11 | ||
| 12 | SRCREV = "abbe08b7a487325182758d5285b54437a914207b" | 12 | SRCREV = "abbe08b7a487325182758d5285b54437a914207b" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | 14 | ||
| 16 | inherit cmake gettext pkgconfig python3-dir python3native setuptools3-base mime-xdg | 15 | inherit cmake gettext pkgconfig python3-dir python3native setuptools3-base mime-xdg |
| 17 | 16 | ||
diff --git a/meta-oe/recipes-graphics/drm/drm-info_2.7.0.bb b/meta-oe/recipes-graphics/drm/drm-info_2.7.0.bb index 9f1cbb47fb..810be40013 100644 --- a/meta-oe/recipes-graphics/drm/drm-info_2.7.0.bb +++ b/meta-oe/recipes-graphics/drm/drm-info_2.7.0.bb | |||
| @@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=32fd56d355bd6a61017655d8da26b67c" | |||
| 6 | SRC_URI = "git://gitlab.freedesktop.org/emersion/drm_info.git;branch=master;protocol=https" | 6 | SRC_URI = "git://gitlab.freedesktop.org/emersion/drm_info.git;branch=master;protocol=https" |
| 7 | SRCREV = "c1f5ca4cf750b26eb26c1d9d5c2ef057acbcfefc" | 7 | SRCREV = "c1f5ca4cf750b26eb26c1d9d5c2ef057acbcfefc" |
| 8 | 8 | ||
| 9 | S = "${WORKDIR}/git" | ||
| 10 | 9 | ||
| 11 | inherit meson pkgconfig | 10 | inherit meson pkgconfig |
| 12 | 11 | ||
diff --git a/meta-oe/recipes-graphics/fbgrab/fbgrab_1.5.bb b/meta-oe/recipes-graphics/fbgrab/fbgrab_1.5.bb index efcf5a9ea6..72187696e3 100644 --- a/meta-oe/recipes-graphics/fbgrab/fbgrab_1.5.bb +++ b/meta-oe/recipes-graphics/fbgrab/fbgrab_1.5.bb | |||
| @@ -7,7 +7,6 @@ DEPENDS = "libpng zlib" | |||
| 7 | SRC_URI = "git://github.com/GunnarMonell/fbgrab.git;protocol=https;branch=master" | 7 | SRC_URI = "git://github.com/GunnarMonell/fbgrab.git;protocol=https;branch=master" |
| 8 | 8 | ||
| 9 | SRCREV = "f43ce6d5ce48fb01360eaa7c4a92c2573a1d02f8" | 9 | SRCREV = "f43ce6d5ce48fb01360eaa7c4a92c2573a1d02f8" |
| 10 | S = "${WORKDIR}/git" | ||
| 11 | 10 | ||
| 12 | do_configure:prepend() { | 11 | do_configure:prepend() { |
| 13 | sed \ | 12 | sed \ |
diff --git a/meta-oe/recipes-graphics/fbida/fbida_git.bb b/meta-oe/recipes-graphics/fbida/fbida_git.bb index 6c06748499..2736f61004 100644 --- a/meta-oe/recipes-graphics/fbida/fbida_git.bb +++ b/meta-oe/recipes-graphics/fbida/fbida_git.bb | |||
| @@ -21,7 +21,6 @@ SRC_URI = "git://github.com/kraxel/fbida;protocol=https;branch=master \ | |||
| 21 | file://0001-fbida-Include-missing-sys-types.h.patch \ | 21 | file://0001-fbida-Include-missing-sys-types.h.patch \ |
| 22 | " | 22 | " |
| 23 | SRCREV = "eb769e3d7f4a073d4c37ed524ebd5017c6a578f5" | 23 | SRCREV = "eb769e3d7f4a073d4c37ed524ebd5017c6a578f5" |
| 24 | S = "${WORKDIR}/git" | ||
| 25 | 24 | ||
| 26 | inherit meson pkgconfig features_check | 25 | inherit meson pkgconfig features_check |
| 27 | 26 | ||
diff --git a/meta-oe/recipes-graphics/fontforge/fontforge_20230101.bb b/meta-oe/recipes-graphics/fontforge/fontforge_20230101.bb index d470ff12d4..af77ec913e 100644 --- a/meta-oe/recipes-graphics/fontforge/fontforge_20230101.bb +++ b/meta-oe/recipes-graphics/fontforge/fontforge_20230101.bb | |||
| @@ -22,7 +22,6 @@ SRC_URI = "git://github.com/${BPN}/${BPN}.git;branch=master;protocol=https \ | |||
| 22 | file://0001-Fix-Translations-containing-invalid-directives-hs.patch \ | 22 | file://0001-Fix-Translations-containing-invalid-directives-hs.patch \ |
| 23 | file://CVE-2024-25081_CVE-2024-25082.patch \ | 23 | file://CVE-2024-25081_CVE-2024-25082.patch \ |
| 24 | " | 24 | " |
| 25 | S = "${WORKDIR}/git" | ||
| 26 | 25 | ||
| 27 | EXTRA_OECMAKE = "-DENABLE_DOCS=OFF" | 26 | EXTRA_OECMAKE = "-DENABLE_DOCS=OFF" |
| 28 | PACKAGECONFIG = "readline" | 27 | PACKAGECONFIG = "readline" |
diff --git a/meta-oe/recipes-graphics/ftgl/ftgl_2.4.0.bb b/meta-oe/recipes-graphics/ftgl/ftgl_2.4.0.bb index 4db453bc66..c5c547186f 100644 --- a/meta-oe/recipes-graphics/ftgl/ftgl_2.4.0.bb +++ b/meta-oe/recipes-graphics/ftgl/ftgl_2.4.0.bb | |||
| @@ -17,4 +17,3 @@ PV .= "+git" | |||
| 17 | SRC_URI = "git://github.com/HamzaM3/ftgl;protocol=https;branch=master \ | 17 | SRC_URI = "git://github.com/HamzaM3/ftgl;protocol=https;branch=master \ |
| 18 | file://0001-Fix-type-mismatch-with-latest-FreeType.patch" | 18 | file://0001-Fix-type-mismatch-with-latest-FreeType.patch" |
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/git" | ||
diff --git a/meta-oe/recipes-graphics/fvwm/fvwm_2.7.0.bb b/meta-oe/recipes-graphics/fvwm/fvwm_2.7.0.bb index fcf1bd9cae..959463e962 100644 --- a/meta-oe/recipes-graphics/fvwm/fvwm_2.7.0.bb +++ b/meta-oe/recipes-graphics/fvwm/fvwm_2.7.0.bb | |||
| @@ -41,7 +41,6 @@ SRC_URI = " \ | |||
| 41 | 41 | ||
| 42 | SRCREV = "7baf540e56fb1a3e91752acba872a88543529d46" | 42 | SRCREV = "7baf540e56fb1a3e91752acba872a88543529d46" |
| 43 | 43 | ||
| 44 | S = "${WORKDIR}/git" | ||
| 45 | 44 | ||
| 46 | inherit autotools gettext update-alternatives pkgconfig python3native perlnative features_check | 45 | inherit autotools gettext update-alternatives pkgconfig python3native perlnative features_check |
| 47 | # depends on virtual/libx11 | 46 | # depends on virtual/libx11 |
diff --git a/meta-oe/recipes-graphics/glad/glad_2.0.8.bb b/meta-oe/recipes-graphics/glad/glad_2.0.8.bb index 4065c27e6f..ea4ee6eac6 100644 --- a/meta-oe/recipes-graphics/glad/glad_2.0.8.bb +++ b/meta-oe/recipes-graphics/glad/glad_2.0.8.bb | |||
| @@ -4,7 +4,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ae570f26774ac096cff8f992091a223c" | |||
| 4 | 4 | ||
| 5 | SRC_URI = "git://github.com/Dav1dde/glad.git;protocol=https;branch=glad2" | 5 | SRC_URI = "git://github.com/Dav1dde/glad.git;protocol=https;branch=glad2" |
| 6 | SRCREV = "73db193f853e2ee079bf3ca8a64aa2eaf6459043" | 6 | SRCREV = "73db193f853e2ee079bf3ca8a64aa2eaf6459043" |
| 7 | S = "${WORKDIR}/git" | ||
| 8 | 7 | ||
| 9 | inherit python_setuptools_build_meta | 8 | inherit python_setuptools_build_meta |
| 10 | 9 | ||
diff --git a/meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb b/meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb index e313d7a192..e6fd0edd21 100644 --- a/meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb +++ b/meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb | |||
| @@ -20,7 +20,6 @@ SRC_URI = " \ | |||
| 20 | SRCREV = "efec5db081e3aad807d0731e172ac597f6a39447" | 20 | SRCREV = "efec5db081e3aad807d0731e172ac597f6a39447" |
| 21 | PV .= "+0.9.9.9+git" | 21 | PV .= "+0.9.9.9+git" |
| 22 | 22 | ||
| 23 | S = "${WORKDIR}/git" | ||
| 24 | 23 | ||
| 25 | inherit cmake | 24 | inherit cmake |
| 26 | 25 | ||
diff --git a/meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb b/meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb index 16ab6d6fd4..ef9b194f9a 100644 --- a/meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb +++ b/meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb | |||
| @@ -18,7 +18,7 @@ UPSTREAM_CHECK_REGEX = "${BPN}_(?P<pver>\d+(\.\d+)+)" | |||
| 18 | 18 | ||
| 19 | DEPENDS = "gtk+" | 19 | DEPENDS = "gtk+" |
| 20 | 20 | ||
| 21 | S = "${WORKDIR}/${BPN}" | 21 | S = "${UNPACKDIR}/${BPN}" |
| 22 | 22 | ||
| 23 | inherit features_check autotools binconfig pkgconfig gettext | 23 | inherit features_check autotools binconfig pkgconfig gettext |
| 24 | 24 | ||
diff --git a/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.122.bb b/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.122.bb index 43367aa415..f912686c41 100644 --- a/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.122.bb +++ b/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.122.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e" | |||
| 7 | 7 | ||
| 8 | SRC_URI = "http://gtkwave.sourceforge.net/gtkwave-gtk3-${PV}.tar.gz" | 8 | SRC_URI = "http://gtkwave.sourceforge.net/gtkwave-gtk3-${PV}.tar.gz" |
| 9 | SRC_URI[sha256sum] = "6201b5f93dcaeafa92fc0ec4ad4baeaf60acf16fc8f019bbf061cf4ebf27938a" | 9 | SRC_URI[sha256sum] = "6201b5f93dcaeafa92fc0ec4ad4baeaf60acf16fc8f019bbf061cf4ebf27938a" |
| 10 | S = "${WORKDIR}/${BPN}-gtk3-${PV}" | 10 | S = "${UNPACKDIR}/${BPN}-gtk3-${PV}" |
| 11 | 11 | ||
| 12 | DEPENDS = " \ | 12 | DEPENDS = " \ |
| 13 | gperf-native \ | 13 | gperf-native \ |
diff --git a/meta-oe/recipes-graphics/imlib2/imlib2_git.bb b/meta-oe/recipes-graphics/imlib2/imlib2_git.bb index 9c9bf10398..66e9f8a0c4 100644 --- a/meta-oe/recipes-graphics/imlib2/imlib2_git.bb +++ b/meta-oe/recipes-graphics/imlib2/imlib2_git.bb | |||
| @@ -15,7 +15,6 @@ inherit autotools pkgconfig lib_package | |||
| 15 | AUTO_LIBNAME_PKGS = "" | 15 | AUTO_LIBNAME_PKGS = "" |
| 16 | 16 | ||
| 17 | SRC_URI = "git://git.enlightenment.org/old/legacy-${BPN}.git;protocol=https;branch=master" | 17 | SRC_URI = "git://git.enlightenment.org/old/legacy-${BPN}.git;protocol=https;branch=master" |
| 18 | S = "${WORKDIR}/git" | ||
| 19 | 18 | ||
| 20 | PACKAGECONFIG ??= "jpeg png zlib ${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" | 19 | PACKAGECONFIG ??= "jpeg png zlib ${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" |
| 21 | 20 | ||
diff --git a/meta-oe/recipes-graphics/libdecor/libdecor_0.2.3.bb b/meta-oe/recipes-graphics/libdecor/libdecor_0.2.3.bb index 9c6807d7e6..35deb8d2aa 100644 --- a/meta-oe/recipes-graphics/libdecor/libdecor_0.2.3.bb +++ b/meta-oe/recipes-graphics/libdecor/libdecor_0.2.3.bb | |||
| @@ -12,7 +12,6 @@ DEPENDS = " \ | |||
| 12 | wayland-protocols \ | 12 | wayland-protocols \ |
| 13 | " | 13 | " |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | SRCREV = "15afd30a6e23e949d022ff18f17dd7fdbd3361e4" | 15 | SRCREV = "15afd30a6e23e949d022ff18f17dd7fdbd3361e4" |
| 17 | 16 | ||
| 18 | PACKAGECONFIG ?= "dbus ${@bb.utils.filter('DISTRO_FEATURES', 'gtk+3', d)}" | 17 | PACKAGECONFIG ?= "dbus ${@bb.utils.filter('DISTRO_FEATURES', 'gtk+3', d)}" |
diff --git a/meta-oe/recipes-graphics/libforms/libforms_1.2.5pre1.bb b/meta-oe/recipes-graphics/libforms/libforms_1.2.5pre1.bb index db648ec8c2..e59de6f0ca 100644 --- a/meta-oe/recipes-graphics/libforms/libforms_1.2.5pre1.bb +++ b/meta-oe/recipes-graphics/libforms/libforms_1.2.5pre1.bb | |||
| @@ -18,7 +18,7 @@ inherit autotools features_check | |||
| 18 | 18 | ||
| 19 | REQUIRED_DISTRO_FEATURES = "opengl x11" | 19 | REQUIRED_DISTRO_FEATURES = "opengl x11" |
| 20 | 20 | ||
| 21 | S = "${WORKDIR}/xforms-${PV}" | 21 | S = "${UNPACKDIR}/xforms-${PV}" |
| 22 | 22 | ||
| 23 | DEPENDS = "libxpm jpeg libx11 virtual/libgl" | 23 | DEPENDS = "libxpm jpeg libx11 virtual/libgl" |
| 24 | RDEPENDS:${PN} = "bash" | 24 | RDEPENDS:${PN} = "bash" |
diff --git a/meta-oe/recipes-graphics/libglvnd/libglvnd_1.7.0.bb b/meta-oe/recipes-graphics/libglvnd/libglvnd_1.7.0.bb index a737a735b7..f26caf6940 100644 --- a/meta-oe/recipes-graphics/libglvnd/libglvnd_1.7.0.bb +++ b/meta-oe/recipes-graphics/libglvnd/libglvnd_1.7.0.bb | |||
| @@ -13,7 +13,6 @@ REQUIRED_DISTRO_FEATURES = "opengl" | |||
| 13 | 13 | ||
| 14 | inherit meson pkgconfig features_check | 14 | inherit meson pkgconfig features_check |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | 16 | ||
| 18 | PACKAGECONFIG ?= "\ | 17 | PACKAGECONFIG ?= "\ |
| 19 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ | 18 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ |
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl-gfx_2.0.27.bb b/meta-oe/recipes-graphics/libsdl/libsdl-gfx_2.0.27.bb index 4f702029d9..d707b6c9b4 100644 --- a/meta-oe/recipes-graphics/libsdl/libsdl-gfx_2.0.27.bb +++ b/meta-oe/recipes-graphics/libsdl/libsdl-gfx_2.0.27.bb | |||
| @@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "dfb15ac5f8ce7a4952dc12d2aed9747518c5e6b335c0e31636d23f93c6 | |||
| 10 | 10 | ||
| 11 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/sdlgfx/files/" | 11 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/sdlgfx/files/" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/SDL_gfx-${PV}" | 13 | S = "${UNPACKDIR}/SDL_gfx-${PV}" |
| 14 | 14 | ||
| 15 | inherit autotools pkgconfig | 15 | inherit autotools pkgconfig |
| 16 | 16 | ||
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl-image_1.2.12.bb b/meta-oe/recipes-graphics/libsdl/libsdl-image_1.2.12.bb index 01137bb0ca..29fb8cb4aa 100644 --- a/meta-oe/recipes-graphics/libsdl/libsdl-image_1.2.12.bb +++ b/meta-oe/recipes-graphics/libsdl/libsdl-image_1.2.12.bb | |||
| @@ -11,7 +11,7 @@ SRC_URI = "http://www.libsdl.org/projects/SDL_image/release/SDL_image-${PV}.tar. | |||
| 11 | file://configure.patch" | 11 | file://configure.patch" |
| 12 | SRC_URI[sha256sum] = "0b90722984561004de84847744d566809dbb9daf732a9e503b91a1b5a84e5699" | 12 | SRC_URI[sha256sum] = "0b90722984561004de84847744d566809dbb9daf732a9e503b91a1b5a84e5699" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/SDL_image-${PV}" | 14 | S = "${UNPACKDIR}/SDL_image-${PV}" |
| 15 | 15 | ||
| 16 | inherit autotools pkgconfig | 16 | inherit autotools pkgconfig |
| 17 | 17 | ||
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl-mixer_1.2.12.bb b/meta-oe/recipes-graphics/libsdl/libsdl-mixer_1.2.12.bb index 35f278c890..d87c15aebc 100644 --- a/meta-oe/recipes-graphics/libsdl/libsdl-mixer_1.2.12.bb +++ b/meta-oe/recipes-graphics/libsdl/libsdl-mixer_1.2.12.bb | |||
| @@ -10,7 +10,7 @@ SRC_URI = "http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-${PV}.tar. | |||
| 10 | 10 | ||
| 11 | SRC_URI[sha256sum] = "1644308279a975799049e4826af2cfc787cad2abb11aa14562e402521f86992a" | 11 | SRC_URI[sha256sum] = "1644308279a975799049e4826af2cfc787cad2abb11aa14562e402521f86992a" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/SDL_mixer-${PV}" | 13 | S = "${UNPACKDIR}/SDL_mixer-${PV}" |
| 14 | 14 | ||
| 15 | inherit autotools-brokensep pkgconfig | 15 | inherit autotools-brokensep pkgconfig |
| 16 | 16 | ||
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl-net_1.2.8.bb b/meta-oe/recipes-graphics/libsdl/libsdl-net_1.2.8.bb index 93466872ac..ef4d13ebb6 100644 --- a/meta-oe/recipes-graphics/libsdl/libsdl-net_1.2.8.bb +++ b/meta-oe/recipes-graphics/libsdl/libsdl-net_1.2.8.bb | |||
| @@ -14,6 +14,6 @@ SRC_URI = " \ | |||
| 14 | file://am_foreign.patch \ | 14 | file://am_foreign.patch \ |
| 15 | " | 15 | " |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/SDL_net-${PV}" | 17 | S = "${UNPACKDIR}/SDL_net-${PV}" |
| 18 | 18 | ||
| 19 | SRC_URI[sha256sum] = "5f4a7a8bb884f793c278ac3f3713be41980c5eedccecff0260411347714facb4" | 19 | SRC_URI[sha256sum] = "5f4a7a8bb884f793c278ac3f3713be41980c5eedccecff0260411347714facb4" |
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl-ttf_2.0.11.bb b/meta-oe/recipes-graphics/libsdl/libsdl-ttf_2.0.11.bb index c104444319..2cf3e88f17 100644 --- a/meta-oe/recipes-graphics/libsdl/libsdl-ttf_2.0.11.bb +++ b/meta-oe/recipes-graphics/libsdl/libsdl-ttf_2.0.11.bb | |||
| @@ -9,7 +9,7 @@ SRC_URI = "http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-${PV}.tar.gz \ | |||
| 9 | " | 9 | " |
| 10 | SRC_URI[sha256sum] = "724cd895ecf4da319a3ef164892b72078bd92632a5d812111261cde248ebcdb7" | 10 | SRC_URI[sha256sum] = "724cd895ecf4da319a3ef164892b72078bd92632a5d812111261cde248ebcdb7" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/SDL_ttf-${PV}" | 12 | S = "${UNPACKDIR}/SDL_ttf-${PV}" |
| 13 | 13 | ||
| 14 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |
| 15 | 15 | ||
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.8.8.bb b/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.8.8.bb index d3dbf13ae7..c15e986dc3 100644 --- a/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.8.8.bb +++ b/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.8.8.bb | |||
| @@ -9,7 +9,7 @@ DEPENDS = "tiff zlib libpng jpeg virtual/libsdl2 libwebp" | |||
| 9 | SRC_URI = "http://www.libsdl.org/projects/SDL_image/release/SDL2_image-${PV}.tar.gz" | 9 | SRC_URI = "http://www.libsdl.org/projects/SDL_image/release/SDL2_image-${PV}.tar.gz" |
| 10 | SRC_URI[sha256sum] = "2213b56fdaff2220d0e38c8e420cbe1a83c87374190cba8c70af2156097ce30a" | 10 | SRC_URI[sha256sum] = "2213b56fdaff2220d0e38c8e420cbe1a83c87374190cba8c70af2156097ce30a" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/SDL2_image-${PV}" | 12 | S = "${UNPACKDIR}/SDL2_image-${PV}" |
| 13 | 13 | ||
| 14 | inherit cmake pkgconfig | 14 | inherit cmake pkgconfig |
| 15 | 15 | ||
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl2-mixer_2.8.1.bb b/meta-oe/recipes-graphics/libsdl/libsdl2-mixer_2.8.1.bb index b24c8782cf..46e6ba0774 100644 --- a/meta-oe/recipes-graphics/libsdl/libsdl2-mixer_2.8.1.bb +++ b/meta-oe/recipes-graphics/libsdl/libsdl2-mixer_2.8.1.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbb0010b2f7cf6e8a13bcac1ef4d2455" | |||
| 7 | SRC_URI = "http://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-${PV}.tar.gz" | 7 | SRC_URI = "http://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-${PV}.tar.gz" |
| 8 | SRC_URI[sha256sum] = "cb760211b056bfe44f4a1e180cc7cb201137e4d1572f2002cc1be728efd22660" | 8 | SRC_URI[sha256sum] = "cb760211b056bfe44f4a1e180cc7cb201137e4d1572f2002cc1be728efd22660" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/SDL2_mixer-${PV}" | 10 | S = "${UNPACKDIR}/SDL2_mixer-${PV}" |
| 11 | 11 | ||
| 12 | inherit cmake pkgconfig | 12 | inherit cmake pkgconfig |
| 13 | 13 | ||
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl2-net_2.2.0.bb b/meta-oe/recipes-graphics/libsdl/libsdl2-net_2.2.0.bb index d26a545f83..4a7ada94cb 100644 --- a/meta-oe/recipes-graphics/libsdl/libsdl2-net_2.2.0.bb +++ b/meta-oe/recipes-graphics/libsdl/libsdl2-net_2.2.0.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=68a088513da90254b2fbe664f42af315" | |||
| 6 | SRC_URI = " \ | 6 | SRC_URI = " \ |
| 7 | https://www.libsdl.org/projects/SDL_net/release/SDL2_net-${PV}.tar.gz \ | 7 | https://www.libsdl.org/projects/SDL_net/release/SDL2_net-${PV}.tar.gz \ |
| 8 | " | 8 | " |
| 9 | S = "${WORKDIR}/SDL2_net-${PV}" | 9 | S = "${UNPACKDIR}/SDL2_net-${PV}" |
| 10 | 10 | ||
| 11 | inherit cmake pkgconfig | 11 | inherit cmake pkgconfig |
| 12 | 12 | ||
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl_1.2.15.bb b/meta-oe/recipes-graphics/libsdl/libsdl_1.2.15.bb index 35870c4814..8122b88a68 100644 --- a/meta-oe/recipes-graphics/libsdl/libsdl_1.2.15.bb +++ b/meta-oe/recipes-graphics/libsdl/libsdl_1.2.15.bb | |||
| @@ -31,7 +31,7 @@ SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ | |||
| 31 | 31 | ||
| 32 | UPSTREAM_CHECK_REGEX = "SDL-(?P<pver>\d+(\.\d+)+)\.tar" | 32 | UPSTREAM_CHECK_REGEX = "SDL-(?P<pver>\d+(\.\d+)+)\.tar" |
| 33 | 33 | ||
| 34 | S = "${WORKDIR}/SDL-${PV}" | 34 | S = "${UNPACKDIR}/SDL-${PV}" |
| 35 | 35 | ||
| 36 | SRC_URI[sha256sum] = "d6d316a793e5e348155f0dd93b979798933fb98aa1edebcc108829d6474aad00" | 36 | SRC_URI[sha256sum] = "d6d316a793e5e348155f0dd93b979798933fb98aa1edebcc108829d6474aad00" |
| 37 | 37 | ||
diff --git a/meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.56.bb b/meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.56.bb index 7e3a06f34f..3b17f350df 100644 --- a/meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.56.bb +++ b/meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.56.bb | |||
| @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=98241180d857fe975e4b60d44d6c01a5" | |||
| 12 | 12 | ||
| 13 | SRC_URI = "http://www.libsdl.org/release/sdl2-compat-${PV}.tar.gz" | 13 | SRC_URI = "http://www.libsdl.org/release/sdl2-compat-${PV}.tar.gz" |
| 14 | SRC_URI[sha256sum] = "27e845b1b7dc0a91a85f1a1f18892ed205adb38caf767741eb258008d8264de0" | 14 | SRC_URI[sha256sum] = "27e845b1b7dc0a91a85f1a1f18892ed205adb38caf767741eb258008d8264de0" |
| 15 | S = "${WORKDIR}/sdl2-compat-${PV}" | 15 | S = "${UNPACKDIR}/sdl2-compat-${PV}" |
| 16 | 16 | ||
| 17 | DEPENDS += "libsdl3" | 17 | DEPENDS += "libsdl3" |
| 18 | 18 | ||
diff --git a/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.2.4.bb b/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.2.4.bb index 8ef20521a9..ac425f6ad2 100644 --- a/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.2.4.bb +++ b/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.2.4.bb | |||
| @@ -9,7 +9,6 @@ DEPENDS = "tiff zlib libpng jpeg libsdl3 libwebp" | |||
| 9 | SRC_URI = "git://github.com/libsdl-org/SDL_image.git;protocol=https;branch=release-3.2.x" | 9 | SRC_URI = "git://github.com/libsdl-org/SDL_image.git;protocol=https;branch=release-3.2.x" |
| 10 | SRCREV = "11154afb7855293159588b245b446a4ef09e574f" | 10 | SRCREV = "11154afb7855293159588b245b446a4ef09e574f" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | inherit cmake pkgconfig | 13 | inherit cmake pkgconfig |
| 15 | 14 | ||
diff --git a/meta-oe/recipes-graphics/libsdl3/libsdl3-ttf_3.2.2.bb b/meta-oe/recipes-graphics/libsdl3/libsdl3-ttf_3.2.2.bb index f914d1dcff..1f82f95d65 100644 --- a/meta-oe/recipes-graphics/libsdl3/libsdl3-ttf_3.2.2.bb +++ b/meta-oe/recipes-graphics/libsdl3/libsdl3-ttf_3.2.2.bb | |||
| @@ -8,7 +8,7 @@ SRC_URI = "http://www.libsdl.org/projects/SDL_ttf/release/SDL3_ttf-${PV}.tar.gz | |||
| 8 | " | 8 | " |
| 9 | SRC_URI[sha256sum] = "63547d58d0185c833213885b635a2c0548201cc8f301e6587c0be1a67e1e045d" | 9 | SRC_URI[sha256sum] = "63547d58d0185c833213885b635a2c0548201cc8f301e6587c0be1a67e1e045d" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/SDL3_ttf-${PV}" | 11 | S = "${UNPACKDIR}/SDL3_ttf-${PV}" |
| 12 | 12 | ||
| 13 | inherit cmake pkgconfig | 13 | inherit cmake pkgconfig |
| 14 | 14 | ||
diff --git a/meta-oe/recipes-graphics/libsdl3/libsdl3_3.2.16.bb b/meta-oe/recipes-graphics/libsdl3/libsdl3_3.2.16.bb index 7a2a37f69a..9579cb73a1 100644 --- a/meta-oe/recipes-graphics/libsdl3/libsdl3_3.2.16.bb +++ b/meta-oe/recipes-graphics/libsdl3/libsdl3_3.2.16.bb | |||
| @@ -17,7 +17,7 @@ LIC_FILES_CHKSUM = "\ | |||
| 17 | 17 | ||
| 18 | SRC_URI = "http://www.libsdl.org/release/SDL3-${PV}.tar.gz" | 18 | SRC_URI = "http://www.libsdl.org/release/SDL3-${PV}.tar.gz" |
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/SDL3-${PV}" | 20 | S = "${UNPACKDIR}/SDL3-${PV}" |
| 21 | 21 | ||
| 22 | SRC_URI[sha256sum] = "6340e58879b2d15830c8460d2f589a385c444d1faa2a4828a9626c7322562be8" | 22 | SRC_URI[sha256sum] = "6340e58879b2d15830c8460d2f589a385c444d1faa2a4828a9626c7322562be8" |
| 23 | 23 | ||
diff --git a/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.14.bb b/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.14.bb index e518461d7d..ff5df428e8 100644 --- a/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.14.bb +++ b/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.14.bb | |||
| @@ -47,7 +47,6 @@ inherit cmake | |||
| 47 | SRC_URI = "git://github.com/LibVNC/libvncserver;branch=master;protocol=https" | 47 | SRC_URI = "git://github.com/LibVNC/libvncserver;branch=master;protocol=https" |
| 48 | SRCREV = "10e9eb75f73e973725dc75c373de5d89807af028" | 48 | SRCREV = "10e9eb75f73e973725dc75c373de5d89807af028" |
| 49 | 49 | ||
| 50 | S = "${WORKDIR}/git" | ||
| 51 | 50 | ||
| 52 | EXTRA_OECMAKE = "-DMAKE_INSTALL_LIBDIR=${libdir}" | 51 | EXTRA_OECMAKE = "-DMAKE_INSTALL_LIBDIR=${libdir}" |
| 53 | 52 | ||
diff --git a/meta-oe/recipes-graphics/libyui/libyui-ncurses_4.6.2.bb b/meta-oe/recipes-graphics/libyui/libyui-ncurses_4.6.2.bb index 4196449f3a..d7c96492b2 100644 --- a/meta-oe/recipes-graphics/libyui/libyui-ncurses_4.6.2.bb +++ b/meta-oe/recipes-graphics/libyui/libyui-ncurses_4.6.2.bb | |||
| @@ -11,7 +11,7 @@ SRC_URI:append:class-target = " file://0001-Fix-the-error-of-can-t-find-header-f | |||
| 11 | 11 | ||
| 12 | SRCREV = "e691b563262306a40a61bbf228839fa06e4f0516" | 12 | SRCREV = "e691b563262306a40a61bbf228839fa06e4f0516" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git/libyui-ncurses" | 14 | S = "${UNPACKDIR}/${BP}/libyui-ncurses" |
| 15 | 15 | ||
| 16 | inherit cmake gettext pkgconfig | 16 | inherit cmake gettext pkgconfig |
| 17 | 17 | ||
diff --git a/meta-oe/recipes-graphics/libyui/libyui_4.6.2.bb b/meta-oe/recipes-graphics/libyui/libyui_4.6.2.bb index 419a9522a4..d86aa4da91 100644 --- a/meta-oe/recipes-graphics/libyui/libyui_4.6.2.bb +++ b/meta-oe/recipes-graphics/libyui/libyui_4.6.2.bb | |||
| @@ -12,7 +12,7 @@ SRC_URI = "git://github.com/libyui/libyui.git;branch=master;protocol=https \ | |||
| 12 | 12 | ||
| 13 | SRCREV = "e691b563262306a40a61bbf228839fa06e4f0516" | 13 | SRCREV = "e691b563262306a40a61bbf228839fa06e4f0516" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git/libyui" | 15 | S = "${UNPACKDIR}/${BP}/libyui" |
| 16 | 16 | ||
| 17 | inherit cmake gettext pkgconfig | 17 | inherit cmake gettext pkgconfig |
| 18 | 18 | ||
diff --git a/meta-oe/recipes-graphics/lvgl/lvgl-demo-fb_9.2.2.bb b/meta-oe/recipes-graphics/lvgl/lvgl-demo-fb_9.2.2.bb index 1228748701..ede5c16f3f 100644 --- a/meta-oe/recipes-graphics/lvgl/lvgl-demo-fb_9.2.2.bb +++ b/meta-oe/recipes-graphics/lvgl/lvgl-demo-fb_9.2.2.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=802d3d83ae80ef5f343050bf96cce3a4 \ | |||
| 6 | 6 | ||
| 7 | SRC_URI = "\ | 7 | SRC_URI = "\ |
| 8 | git://github.com/lvgl/lv_port_linux_frame_buffer.git;protocol=https;branch=release/v9.2;name=demo \ | 8 | git://github.com/lvgl/lv_port_linux_frame_buffer.git;protocol=https;branch=release/v9.2;name=demo \ |
| 9 | git://github.com/lvgl/lvgl;protocol=https;branch=release/v9.2;name=lvgl;subdir=git/lvgl \ | 9 | git://github.com/lvgl/lvgl;protocol=https;branch=release/v9.2;name=lvgl;subdir=${BB_GIT_DEFAULT_DESTSUFFIX}/lvgl \ |
| 10 | file://0001-thorvg-fix-build-with-gcc-15.patch;patchdir=lvgl \ | 10 | file://0001-thorvg-fix-build-with-gcc-15.patch;patchdir=lvgl \ |
| 11 | " | 11 | " |
| 12 | SRCREV_demo = "c924e24c7aa55317521bcd9dd75ce9337508f5a5" | 12 | SRCREV_demo = "c924e24c7aa55317521bcd9dd75ce9337508f5a5" |
| @@ -24,7 +24,6 @@ require lv-conf.inc | |||
| 24 | 24 | ||
| 25 | inherit cmake | 25 | inherit cmake |
| 26 | 26 | ||
| 27 | S = "${WORKDIR}/git" | ||
| 28 | 27 | ||
| 29 | do_configure:prepend() { | 28 | do_configure:prepend() { |
| 30 | if [ "${LVGL_CONFIG_USE_SDL}" -eq 1 ] ; then | 29 | if [ "${LVGL_CONFIG_USE_SDL}" -eq 1 ] ; then |
diff --git a/meta-oe/recipes-graphics/lvgl/lvgl_9.2.2.bb b/meta-oe/recipes-graphics/lvgl/lvgl_9.2.2.bb index 935e84ad23..28306a1101 100644 --- a/meta-oe/recipes-graphics/lvgl/lvgl_9.2.2.bb +++ b/meta-oe/recipes-graphics/lvgl/lvgl_9.2.2.bb | |||
| @@ -17,7 +17,6 @@ SRCREV = "7f07a129e8d77f4984fff8e623fd5be18ff42e74" | |||
| 17 | inherit cmake | 17 | inherit cmake |
| 18 | 18 | ||
| 19 | EXTRA_OECMAKE = "-DLIB_INSTALL_DIR=${baselib} -DBUILD_SHARED_LIBS=ON" | 19 | EXTRA_OECMAKE = "-DLIB_INSTALL_DIR=${baselib} -DBUILD_SHARED_LIBS=ON" |
| 20 | S = "${WORKDIR}/git" | ||
| 21 | 20 | ||
| 22 | require lv-conf.inc | 21 | require lv-conf.inc |
| 23 | 22 | ||
diff --git a/meta-oe/recipes-graphics/neatvnc/neatvnc_0.8.1.bb b/meta-oe/recipes-graphics/neatvnc/neatvnc_0.8.1.bb index 9065050c62..2b26ec57ae 100644 --- a/meta-oe/recipes-graphics/neatvnc/neatvnc_0.8.1.bb +++ b/meta-oe/recipes-graphics/neatvnc/neatvnc_0.8.1.bb | |||
| @@ -8,7 +8,6 @@ SRC_URI = "git://github.com/any1/neatvnc;branch=v0.8;protocol=https" | |||
| 8 | 8 | ||
| 9 | SRCREV = "07081567ab21a2b099ceb41ae8cab872a31cbb9a" | 9 | SRCREV = "07081567ab21a2b099ceb41ae8cab872a31cbb9a" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | 11 | ||
| 13 | DEPENDS = "libdrm pixman aml zlib" | 12 | DEPENDS = "libdrm pixman aml zlib" |
| 14 | 13 | ||
diff --git a/meta-oe/recipes-graphics/nyancat/nyancat_1.5.2.bb b/meta-oe/recipes-graphics/nyancat/nyancat_1.5.2.bb index a44e79362d..c31ad985d9 100644 --- a/meta-oe/recipes-graphics/nyancat/nyancat_1.5.2.bb +++ b/meta-oe/recipes-graphics/nyancat/nyancat_1.5.2.bb | |||
| @@ -5,7 +5,6 @@ SECTION = "graphics" | |||
| 5 | LICENSE = "NCSA" | 5 | LICENSE = "NCSA" |
| 6 | LIC_FILES_CHKSUM = "file://src/nyancat.c;beginline=27;endline=49;md5=285f7ac87da4a631f348800687d845bd" | 6 | LIC_FILES_CHKSUM = "file://src/nyancat.c;beginline=27;endline=49;md5=285f7ac87da4a631f348800687d845bd" |
| 7 | 7 | ||
| 8 | S = "${WORKDIR}/git" | ||
| 9 | 8 | ||
| 10 | SRCREV = "5ffb6c5c03d0e9156db8f360599d4f0449bb16b9" | 9 | SRCREV = "5ffb6c5c03d0e9156db8f360599d4f0449bb16b9" |
| 11 | SRC_URI = " \ | 10 | SRC_URI = " \ |
diff --git a/meta-oe/recipes-graphics/openbox/obconf_git.bb b/meta-oe/recipes-graphics/openbox/obconf_git.bb index 1210af70ea..917492c982 100644 --- a/meta-oe/recipes-graphics/openbox/obconf_git.bb +++ b/meta-oe/recipes-graphics/openbox/obconf_git.bb | |||
| @@ -16,7 +16,6 @@ SRC_URI = " \ | |||
| 16 | file://0001-Fix-function-protype-visibility.patch \ | 16 | file://0001-Fix-function-protype-visibility.patch \ |
| 17 | " | 17 | " |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | ||
| 20 | 19 | ||
| 21 | inherit autotools gettext pkgconfig mime mime-xdg features_check | 20 | inherit autotools gettext pkgconfig mime mime-xdg features_check |
| 22 | # depends on openbox, which is X11-only | 21 | # depends on openbox, which is X11-only |
diff --git a/meta-oe/recipes-graphics/openjpeg/openjpeg_2.5.3.bb b/meta-oe/recipes-graphics/openjpeg/openjpeg_2.5.3.bb index 231bf84573..6c383e3423 100644 --- a/meta-oe/recipes-graphics/openjpeg/openjpeg_2.5.3.bb +++ b/meta-oe/recipes-graphics/openjpeg/openjpeg_2.5.3.bb | |||
| @@ -9,7 +9,6 @@ SRC_URI = "git://github.com/uclouvain/openjpeg.git;branch=master;protocol=https | |||
| 9 | file://0001-Do-not-ask-cmake-to-export-binaries-they-don-t-make-.patch \ | 9 | file://0001-Do-not-ask-cmake-to-export-binaries-they-don-t-make-.patch \ |
| 10 | " | 10 | " |
| 11 | SRCREV = "210a8a5690d0da66f02d49420d7176a21ef409dc" | 11 | SRCREV = "210a8a5690d0da66f02d49420d7176a21ef409dc" |
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | inherit cmake | 13 | inherit cmake |
| 15 | 14 | ||
diff --git a/meta-oe/recipes-graphics/panel-mipi-dbi/panel-mipi-dbi-native_git.bb b/meta-oe/recipes-graphics/panel-mipi-dbi/panel-mipi-dbi-native_git.bb index 0e88e84aff..d3c96cd66f 100644 --- a/meta-oe/recipes-graphics/panel-mipi-dbi/panel-mipi-dbi-native_git.bb +++ b/meta-oe/recipes-graphics/panel-mipi-dbi/panel-mipi-dbi-native_git.bb | |||
| @@ -15,7 +15,6 @@ SRCREV = "1cbd40135a8c7f25d7b444a7fac77fd3c3ad471e" | |||
| 15 | 15 | ||
| 16 | SRC_URI = "git://github.com/notro/panel-mipi-dbi.git;protocol=https;branch=main" | 16 | SRC_URI = "git://github.com/notro/panel-mipi-dbi.git;protocol=https;branch=main" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | 18 | ||
| 20 | inherit native | 19 | inherit native |
| 21 | 20 | ||
diff --git a/meta-oe/recipes-graphics/pango/pangomm-2.48_2.56.1.bb b/meta-oe/recipes-graphics/pango/pangomm-2.48_2.56.1.bb index 896195c57d..d99c6ceac0 100644 --- a/meta-oe/recipes-graphics/pango/pangomm-2.48_2.56.1.bb +++ b/meta-oe/recipes-graphics/pango/pangomm-2.48_2.56.1.bb | |||
| @@ -12,7 +12,7 @@ inherit gnomebase features_check | |||
| 12 | SRC_URI[archive.sha256sum] = "539f5aa60e9bdc6b955bb448e2a62cc14562744df690258040fbb74bf885755d" | 12 | SRC_URI[archive.sha256sum] = "539f5aa60e9bdc6b955bb448e2a62cc14562744df690258040fbb74bf885755d" |
| 13 | REQUIRED_DISTRO_FEATURES = "x11" | 13 | REQUIRED_DISTRO_FEATURES = "x11" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/${GNOMEBN}-${PV}" | 15 | S = "${UNPACKDIR}/${GNOMEBN}-${PV}" |
| 16 | 16 | ||
| 17 | FILES:${PN} = "${libdir}/lib*.so.*" | 17 | FILES:${PN} = "${libdir}/lib*.so.*" |
| 18 | FILES:${PN}-dev += "${libdir}/*/include/ ${libdir}/pangomm-*/" | 18 | FILES:${PN}-dev += "${libdir}/*/include/ ${libdir}/pangomm-*/" |
diff --git a/meta-oe/recipes-graphics/parallel-deqp-runner/parallel-deqp-runner_git.bb b/meta-oe/recipes-graphics/parallel-deqp-runner/parallel-deqp-runner_git.bb index 2ec89bc05b..88cdce26d1 100644 --- a/meta-oe/recipes-graphics/parallel-deqp-runner/parallel-deqp-runner_git.bb +++ b/meta-oe/recipes-graphics/parallel-deqp-runner/parallel-deqp-runner_git.bb | |||
| @@ -10,6 +10,5 @@ SRC_URI = "git://gitlab.freedesktop.org/mesa/parallel-deqp-runner.git;protocol=h | |||
| 10 | PV = "2020.06.15+git" | 10 | PV = "2020.06.15+git" |
| 11 | SRCREV = "e1642fb691d29b1462504b58916f7f514a963e80" | 11 | SRCREV = "e1642fb691d29b1462504b58916f7f514a963e80" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | inherit pkgconfig meson | 14 | inherit pkgconfig meson |
diff --git a/meta-oe/recipes-graphics/qrencode/qrencode_4.1.1.bb b/meta-oe/recipes-graphics/qrencode/qrencode_4.1.1.bb index 039816e4a0..c794f41370 100644 --- a/meta-oe/recipes-graphics/qrencode/qrencode_4.1.1.bb +++ b/meta-oe/recipes-graphics/qrencode/qrencode_4.1.1.bb | |||
| @@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | |||
| 7 | SRCREV = "715e29fd4cd71b6e452ae0f4e36d917b43122ce8" | 7 | SRCREV = "715e29fd4cd71b6e452ae0f4e36d917b43122ce8" |
| 8 | SRC_URI = "git://github.com/fukuchi/libqrencode.git;branch=master;protocol=https" | 8 | SRC_URI = "git://github.com/fukuchi/libqrencode.git;branch=master;protocol=https" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | 10 | ||
| 12 | inherit autotools pkgconfig | 11 | inherit autotools pkgconfig |
| 13 | 12 | ||
diff --git a/meta-oe/recipes-graphics/renderdoc/renderdoc_1.38.bb b/meta-oe/recipes-graphics/renderdoc/renderdoc_1.38.bb index 8aab26c824..c5a0cdc6aa 100644 --- a/meta-oe/recipes-graphics/renderdoc/renderdoc_1.38.bb +++ b/meta-oe/recipes-graphics/renderdoc/renderdoc_1.38.bb | |||
| @@ -8,7 +8,6 @@ SRCREV = "34c3c40787f440da9c2947cd63a41e6c4d1f95b9" | |||
| 8 | SRC_URI = " \ | 8 | SRC_URI = " \ |
| 9 | git://github.com/baldurk/${BPN}.git;protocol=https;branch=v1.x \ | 9 | git://github.com/baldurk/${BPN}.git;protocol=https;branch=v1.x \ |
| 10 | " | 10 | " |
| 11 | S = "${WORKDIR}/git" | ||
| 12 | 11 | ||
| 13 | DEPENDS += "virtual/libx11 virtual/libgl libxcb xcb-util-keysyms" | 12 | DEPENDS += "virtual/libx11 virtual/libgl libxcb xcb-util-keysyms" |
| 14 | 13 | ||
diff --git a/meta-oe/recipes-graphics/spir/spirv-shader-generator_git.bb b/meta-oe/recipes-graphics/spir/spirv-shader-generator_git.bb index bf3070701f..567f7a55e8 100644 --- a/meta-oe/recipes-graphics/spir/spirv-shader-generator_git.bb +++ b/meta-oe/recipes-graphics/spir/spirv-shader-generator_git.bb | |||
| @@ -4,7 +4,6 @@ LICENSE = "Apache-2.0" | |||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 5 | SECTION = "graphics" | 5 | SECTION = "graphics" |
| 6 | 6 | ||
| 7 | S = "${WORKDIR}/git" | ||
| 8 | SRCREV = "f09ba2777714871bddb70d049878af34b94fa54d" | 7 | SRCREV = "f09ba2777714871bddb70d049878af34b94fa54d" |
| 9 | SRC_URI = "git://github.com/KhronosGroup/SPIRV-Cross.git;branch=master;protocol=https" | 8 | SRC_URI = "git://github.com/KhronosGroup/SPIRV-Cross.git;branch=master;protocol=https" |
| 10 | inherit cmake pkgconfig | 9 | inherit cmake pkgconfig |
diff --git a/meta-oe/recipes-graphics/surf/surf_2.1.bb b/meta-oe/recipes-graphics/surf/surf_2.1.bb index 4d9d4d3dd0..258c78e509 100644 --- a/meta-oe/recipes-graphics/surf/surf_2.1.bb +++ b/meta-oe/recipes-graphics/surf/surf_2.1.bb | |||
| @@ -14,7 +14,6 @@ SRC_URI = "git://git.suckless.org/surf;branch=surf-webkit2 \ | |||
| 14 | " | 14 | " |
| 15 | SRC_URI += "${@bb.utils.contains('PACKAGECONFIG', 'soup3', 'file://0001-config.mk-Fix-compiler-and-linker.patch file://0001-config.ml-make-compatible-with-webkitgtk-2.34.0.patch', '', d)}" | 15 | SRC_URI += "${@bb.utils.contains('PACKAGECONFIG', 'soup3', 'file://0001-config.mk-Fix-compiler-and-linker.patch file://0001-config.ml-make-compatible-with-webkitgtk-2.34.0.patch', '', d)}" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | 17 | ||
| 19 | inherit pkgconfig features_check | 18 | inherit pkgconfig features_check |
| 20 | 19 | ||
diff --git a/meta-oe/recipes-graphics/tesseract/tesseract-lang_4.1.0.bb b/meta-oe/recipes-graphics/tesseract/tesseract-lang_4.1.0.bb index 0d45ee765c..f4923f3f00 100644 --- a/meta-oe/recipes-graphics/tesseract/tesseract-lang_4.1.0.bb +++ b/meta-oe/recipes-graphics/tesseract/tesseract-lang_4.1.0.bb | |||
| @@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | |||
| 6 | SRCREV = "4767ea922bcc460e70b87b1d303ebdfed0897da8" | 6 | SRCREV = "4767ea922bcc460e70b87b1d303ebdfed0897da8" |
| 7 | SRC_URI = "git://github.com/tesseract-ocr/tessdata.git;branch=main;protocol=https" | 7 | SRC_URI = "git://github.com/tesseract-ocr/tessdata.git;branch=main;protocol=https" |
| 8 | 8 | ||
| 9 | S = "${WORKDIR}/git" | ||
| 10 | 9 | ||
| 11 | inherit allarch | 10 | inherit allarch |
| 12 | 11 | ||
diff --git a/meta-oe/recipes-graphics/tesseract/tesseract_5.5.1.bb b/meta-oe/recipes-graphics/tesseract/tesseract_5.5.1.bb index 213dfada23..4bc0f5b88f 100644 --- a/meta-oe/recipes-graphics/tesseract/tesseract_5.5.1.bb +++ b/meta-oe/recipes-graphics/tesseract/tesseract_5.5.1.bb | |||
| @@ -8,7 +8,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | |||
| 8 | SRCREV = "3b7c70e34dea179549ed3e995872e2e019eb8477" | 8 | SRCREV = "3b7c70e34dea179549ed3e995872e2e019eb8477" |
| 9 | SRC_URI = "git://github.com/${BPN}-ocr/${BPN}.git;branch=main;protocol=https" | 9 | SRC_URI = "git://github.com/${BPN}-ocr/${BPN}.git;branch=main;protocol=https" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | 11 | ||
| 13 | DEPENDS = "leptonica" | 12 | DEPENDS = "leptonica" |
| 14 | 13 | ||
diff --git a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.15.0.bb b/meta-oe/recipes-graphics/tigervnc/tigervnc_1.15.0.bb index 98777970b0..dd4f79c314 100644 --- a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.15.0.bb +++ b/meta-oe/recipes-graphics/tigervnc/tigervnc_1.15.0.bb | |||
| @@ -7,7 +7,6 @@ RDEPENDS:${PN} = "coreutils hicolor-icon-theme perl bash xkbcomp" | |||
| 7 | 7 | ||
| 8 | LIC_FILES_CHKSUM = "file://LICENCE.TXT;md5=75b02c2872421380bbd47781d2bd75d3" | 8 | LIC_FILES_CHKSUM = "file://LICENCE.TXT;md5=75b02c2872421380bbd47781d2bd75d3" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | 10 | ||
| 12 | inherit autotools cmake features_check pkgconfig systemd | 11 | inherit autotools cmake features_check pkgconfig systemd |
| 13 | 12 | ||
diff --git a/meta-oe/recipes-graphics/ttf-fonts/source-code-pro-fonts_2.030_1.050.bb b/meta-oe/recipes-graphics/ttf-fonts/source-code-pro-fonts_2.030_1.050.bb index 15449b216a..38a5126eea 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/source-code-pro-fonts_2.030_1.050.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/source-code-pro-fonts_2.030_1.050.bb | |||
| @@ -12,7 +12,7 @@ SRC_URI = " \ | |||
| 12 | file://44-source-code-pro-fonts-fontconfig.conf \ | 12 | file://44-source-code-pro-fonts-fontconfig.conf \ |
| 13 | " | 13 | " |
| 14 | SRC_URI[sha256sum] = "da2ac159497d31b0c6d9daa8fc390fb8252e75b4a9805ace6a2c9cccaed4932e" | 14 | SRC_URI[sha256sum] = "da2ac159497d31b0c6d9daa8fc390fb8252e75b4a9805ace6a2c9cccaed4932e" |
| 15 | S = "${WORKDIR}/source-code-pro-2.030R-ro-1.050R-it" | 15 | S = "${UNPACKDIR}/source-code-pro-2.030R-ro-1.050R-it" |
| 16 | 16 | ||
| 17 | UPSTREAM_CHECK_URI = "https://github.com/adobe-fonts/source-code-pro/tags" | 17 | UPSTREAM_CHECK_URI = "https://github.com/adobe-fonts/source-code-pro/tags" |
| 18 | UPSTREAM_CHECK_REGEX = "releases/tag/(?P<pver>\d+\.\d+)R" | 18 | UPSTREAM_CHECK_REGEX = "releases/tag/(?P<pver>\d+\.\d+)R" |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_2.300.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_2.300.bb index beb2cf2ff7..4a3b8e471e 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_2.300.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_2.300.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://OFL.txt;md5=6c56db018aa8803f8aff326829e3ce32" | |||
| 7 | 7 | ||
| 8 | SRCNAME = "AbyssinicaSIL" | 8 | SRCNAME = "AbyssinicaSIL" |
| 9 | SRC_URI = "http://software.sil.org/downloads/r/abyssinica/${SRCNAME}-${PV}.zip" | 9 | SRC_URI = "http://software.sil.org/downloads/r/abyssinica/${SRCNAME}-${PV}.zip" |
| 10 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 10 | S = "${UNPACKDIR}/${SRCNAME}-${PV}" |
| 11 | 11 | ||
| 12 | UPSTREAM_CHECK_URI = "https://software.sil.org/abyssinica/download/" | 12 | UPSTREAM_CHECK_URI = "https://software.sil.org/abyssinica/download/" |
| 13 | 13 | ||
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-arphic-uming_20080216.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-arphic-uming_20080216.bb index ea734182de..82b2541a60 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-arphic-uming_20080216.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-arphic-uming_20080216.bb | |||
| @@ -8,7 +8,7 @@ RPROVIDES:${PN} = "virtual-chinese-font" | |||
| 8 | FONT_PACKAGES = "${PN}" | 8 | FONT_PACKAGES = "${PN}" |
| 9 | 9 | ||
| 10 | SRC_URI = "https://deb.debian.org/debian/pool/main/f/fonts-arphic-uming/fonts-arphic-uming_0.2.${PV}.2.orig.tar.bz2" | 10 | SRC_URI = "https://deb.debian.org/debian/pool/main/f/fonts-arphic-uming/fonts-arphic-uming_0.2.${PV}.2.orig.tar.bz2" |
| 11 | S = "${WORKDIR}/ttf-arphic-uming-0.2.20080216.2" | 11 | S = "${UNPACKDIR}/ttf-arphic-uming-0.2.20080216.2" |
| 12 | 12 | ||
| 13 | require ttf.inc | 13 | require ttf.inc |
| 14 | 14 | ||
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.37.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.37.bb index 90a11ca4d6..9dc23fc4c7 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.37.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.37.bb | |||
| @@ -17,7 +17,7 @@ RDEPENDS:${PN}-common = "" | |||
| 17 | SRC_URI = "${SOURCEFORGE_MIRROR}/dejavu/dejavu-fonts-ttf-${PV}.tar.bz2 \ | 17 | SRC_URI = "${SOURCEFORGE_MIRROR}/dejavu/dejavu-fonts-ttf-${PV}.tar.bz2 \ |
| 18 | file://30-dejavu-aliases.conf" | 18 | file://30-dejavu-aliases.conf" |
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/dejavu-fonts-ttf-${PV}/ttf" | 20 | S = "${UNPACKDIR}/dejavu-fonts-ttf-${PV}/ttf" |
| 21 | 21 | ||
| 22 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/dejavu/files/dejavu/" | 22 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/dejavu/files/dejavu/" |
| 23 | 23 | ||
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-droid_git.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-droid_git.bb index cc9213ec5b..06ab2a7921 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-droid_git.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-droid_git.bb | |||
| @@ -9,7 +9,7 @@ PV = "0.1+git" | |||
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/android/platform_frameworks_base.git;branch=master;protocol=https" | 10 | SRC_URI = "git://github.com/android/platform_frameworks_base.git;branch=master;protocol=https" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git/data/fonts" | 12 | S = "${UNPACKDIR}/${BP}/data/fonts" |
| 13 | 13 | ||
| 14 | do_install:append() { | 14 | do_install:append() { |
| 15 | for f in Ahem.ttf MTLc3m.ttf DroidSansArabic.ttf DroidSansThai.ttf \ | 15 | for f in Ahem.ttf MTLc3m.ttf DroidSansArabic.ttf DroidSansThai.ttf \ |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-gentium_1.02.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-gentium_1.02.bb index 84cd30d3c0..f50da65ddc 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-gentium_1.02.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-gentium_1.02.bb | |||
| @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://OFL;md5=33a5bf7b98a9c0ae87430760ba762295 \ | |||
| 9 | 9 | ||
| 10 | SRC_URI = "https://archive.debian.org/debian/pool/main/t/ttf-gentium/ttf-gentium_${PV}.orig.tar.gz " | 10 | SRC_URI = "https://archive.debian.org/debian/pool/main/t/ttf-gentium/ttf-gentium_${PV}.orig.tar.gz " |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/ttf-sil-gentium-${PV}" | 12 | S = "${UNPACKDIR}/ttf-sil-gentium-${PV}" |
| 13 | 13 | ||
| 14 | do_install:append() { | 14 | do_install:append() { |
| 15 | 15 | ||
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-google-fira.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-google-fira.bb index c142f1dd02..0697e69399 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-google-fira.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-google-fira.bb | |||
| @@ -23,8 +23,7 @@ SRC_URI = "git://github.com/google/fonts.git;protocol=https;branch=main;subpath= | |||
| 23 | git://github.com/google/fonts.git;protocol=https;branch=main;subpath=ofl/firasanscondensed;name=firasanscondensed \ | 23 | git://github.com/google/fonts.git;protocol=https;branch=main;subpath=ofl/firasanscondensed;name=firasanscondensed \ |
| 24 | git://github.com/google/fonts.git;protocol=https;branch=main;subpath=ofl/firasansextracondensed;name=firasansextracondensed" | 24 | git://github.com/google/fonts.git;protocol=https;branch=main;subpath=ofl/firasansextracondensed;name=firasansextracondensed" |
| 25 | 25 | ||
| 26 | S = "${WORKDIR}/sources" | 26 | S = "${UNPACKDIR}" |
| 27 | UNPACKDIR = "${S}" | ||
| 28 | 27 | ||
| 29 | do_install:append() { | 28 | do_install:append() { |
| 30 | install -d ${D}${datadir}/fonts/truetype/ | 29 | install -d ${D}${datadir}/fonts/truetype/ |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-hunkyfonts_0.3.1.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-hunkyfonts_0.3.1.bb index 8101c7d7a0..373bdb4bde 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-hunkyfonts_0.3.1.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-hunkyfonts_0.3.1.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://../COPYRIGHT.TXT;md5=70d34478e38b1ad9995079f9921f9ef7 | |||
| 7 | 7 | ||
| 8 | SRC_URI = "${SOURCEFORGE_MIRROR}/hunkyfonts/hunkyfonts-${PV}.tar.bz2" | 8 | SRC_URI = "${SOURCEFORGE_MIRROR}/hunkyfonts/hunkyfonts-${PV}.tar.bz2" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/hunkyfonts-${PV}/TTF" | 10 | S = "${UNPACKDIR}/hunkyfonts-${PV}/TTF" |
| 11 | 11 | ||
| 12 | PACKAGES = "ttf-hunky-sans ttf-hunky-serif" | 12 | PACKAGES = "ttf-hunky-sans ttf-hunky-serif" |
| 13 | FONT_PACKAGES = "ttf-hunky-sans ttf-hunky-serif" | 13 | FONT_PACKAGES = "ttf-hunky-sans ttf-hunky-serif" |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb index 85a64000ee..2c671840e2 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb | |||
| @@ -8,8 +8,7 @@ LIC_FILES_CHKSUM = "file://${UNPACKDIR}/OFL.txt;md5=969851e3a70122069a4d9ee61dd5 | |||
| 8 | SRC_URI = "http://levien.com/type/myfonts/Inconsolata.otf \ | 8 | SRC_URI = "http://levien.com/type/myfonts/Inconsolata.otf \ |
| 9 | file://OFL.txt" | 9 | file://OFL.txt" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/sources" | 11 | S = "${UNPACKDIR}" |
| 12 | UNPACKDIR = "${S}" | ||
| 13 | 12 | ||
| 14 | FILES:${PN} = "${datadir}/fonts/truetype/Inconsolata.ttf \ | 13 | FILES:${PN} = "${datadir}/fonts/truetype/Inconsolata.ttf \ |
| 15 | ${datadir}/doc/ttf-inconsolata/*" | 14 | ${datadir}/doc/ttf-inconsolata/*" |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-ipa_003.03.01.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-ipa_003.03.01.bb index 89c48d5fe2..165ea7576a 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-ipa_003.03.01.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-ipa_003.03.01.bb | |||
| @@ -10,7 +10,7 @@ SRC_URI = "https://moji.or.jp/wp-content/ipafont/IPAfont/IPAfont00303.zip " | |||
| 10 | 10 | ||
| 11 | SRC_URI[sha256sum] = "f755ed79a4b8e715bed2f05a189172138aedf93db0f465b4e20c344a02766fe5" | 11 | SRC_URI[sha256sum] = "f755ed79a4b8e715bed2f05a189172138aedf93db0f465b4e20c344a02766fe5" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/IPAfont00303" | 13 | S = "${UNPACKDIR}/IPAfont00303" |
| 14 | 14 | ||
| 15 | PACKAGES = "ttf-ipag ttf-ipagp ttf-ipam ttf-ipamp" | 15 | PACKAGES = "ttf-ipag ttf-ipagp ttf-ipam ttf-ipamp" |
| 16 | FONT_PACKAGES = "ttf-ipag ttf-ipagp ttf-ipam ttf-ipamp" | 16 | FONT_PACKAGES = "ttf-ipag ttf-ipagp ttf-ipam ttf-ipamp" |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-liberation-sans-narrow_1.07.4.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-liberation-sans-narrow_1.07.4.bb index ab7308e735..bb2930ae0b 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-liberation-sans-narrow_1.07.4.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-liberation-sans-narrow_1.07.4.bb | |||
| @@ -15,7 +15,7 @@ SRC_URI = "https://releases.pagure.org/liberation-fonts/liberation-fonts-ttf-${P | |||
| 15 | 15 | ||
| 16 | SRC_URI[sha256sum] = "61a7e2b6742a43c73e8762cdfeaf6dfcf9abdd2cfa0b099a9854d69bc4cfee5c" | 16 | SRC_URI[sha256sum] = "61a7e2b6742a43c73e8762cdfeaf6dfcf9abdd2cfa0b099a9854d69bc4cfee5c" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/liberation-fonts-ttf-${PV}" | 18 | S = "${UNPACKDIR}/liberation-fonts-ttf-${PV}" |
| 19 | 19 | ||
| 20 | do_install:append () { | 20 | do_install:append () { |
| 21 | install -d ${D}${datadir}/fonts/TTF/ | 21 | install -d ${D}${datadir}/fonts/TTF/ |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-liberation_2.1.5.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-liberation_2.1.5.bb index 7b0828574c..92717da32f 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-liberation_2.1.5.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-liberation_2.1.5.bb | |||
| @@ -11,7 +11,6 @@ SRCREV = "4b0192046158094654e865245832c66d2104219e" | |||
| 11 | SRC_URI = "git://github.com/liberationfonts/liberation-fonts.git;branch=main;protocol=https" | 11 | SRC_URI = "git://github.com/liberationfonts/liberation-fonts.git;branch=main;protocol=https" |
| 12 | 12 | ||
| 13 | DEPENDS = "fontforge-native" | 13 | DEPENDS = "fontforge-native" |
| 14 | S = "${WORKDIR}/git" | ||
| 15 | 14 | ||
| 16 | PACKAGES = "ttf-liberation-mono ttf-liberation-sans ttf-liberation-serif" | 15 | PACKAGES = "ttf-liberation-mono ttf-liberation-sans ttf-liberation-serif" |
| 17 | FONT_PACKAGES = "ttf-liberation-mono ttf-liberation-sans ttf-liberation-serif" | 16 | FONT_PACKAGES = "ttf-liberation-mono ttf-liberation-sans ttf-liberation-serif" |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-lklug_0.6-14.20090803cvs.fc24.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-lklug_0.6-14.20090803cvs.fc24.bb index 65d0f0bb35..d4c7a2f219 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-lklug_0.6-14.20090803cvs.fc24.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-lklug_0.6-14.20090803cvs.fc24.bb | |||
| @@ -10,8 +10,7 @@ SRC_URI[sha256sum] = "de5750f7048973f851961050f76b8b58e9bda400d5007c3078d9317fbe | |||
| 10 | 10 | ||
| 11 | DEPENDS = "fontforge-native" | 11 | DEPENDS = "fontforge-native" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/sources" | 13 | S = "${UNPACKDIR}" |
| 14 | UNPACKDIR = "${S}" | ||
| 15 | FONT_PACKAGES = "${PN}" | 14 | FONT_PACKAGES = "${PN}" |
| 16 | FILES:${PN} = "${datadir}" | 15 | FILES:${PN} = "${datadir}" |
| 17 | 16 | ||
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-lohit_2.92.1.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-lohit_2.92.1.bb index 8340cccbb4..43ec61772b 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-lohit_2.92.1.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-lohit_2.92.1.bb | |||
| @@ -11,7 +11,6 @@ SRCREV = "a403c9b7f509dad5e58dde85ef63b1c36fde3a21" | |||
| 11 | SRC_URI = "git://github.com/pravins/lohit.git;branch=master;protocol=https" | 11 | SRC_URI = "git://github.com/pravins/lohit.git;branch=master;protocol=https" |
| 12 | 12 | ||
| 13 | DEPENDS = "fontforge-native" | 13 | DEPENDS = "fontforge-native" |
| 14 | S = "${WORKDIR}/git" | ||
| 15 | FONT_PACKAGES = "${PN}" | 14 | FONT_PACKAGES = "${PN}" |
| 16 | FILES:${PN} = "${datadir}" | 15 | FILES:${PN} = "${datadir}" |
| 17 | 16 | ||
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb index 4adada04fa..1ae1d1a2b4 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE_E;md5=ac161e96eda00db9a3aec7870b5d9658 \ | |||
| 7 | file://LICENSE_J;md5=a120ca8d7c8e4a475d5277c9aeb95221 \ | 7 | file://LICENSE_J;md5=a120ca8d7c8e4a475d5277c9aeb95221 \ |
| 8 | " | 8 | " |
| 9 | SRC_URI = "http://downloads.sourceforge.jp/mplus-fonts/6650/mplus-TESTFLIGHT-${PV}.tar.gz" | 9 | SRC_URI = "http://downloads.sourceforge.jp/mplus-fonts/6650/mplus-TESTFLIGHT-${PV}.tar.gz" |
| 10 | S = "${WORKDIR}/mplus-TESTFLIGHT-${PV}" | 10 | S = "${UNPACKDIR}/mplus-TESTFLIGHT-${PV}" |
| 11 | 11 | ||
| 12 | PACKAGESPLITFUNCS:prepend = "split_ttf_mplus_packages " | 12 | PACKAGESPLITFUNCS:prepend = "split_ttf_mplus_packages " |
| 13 | 13 | ||
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-noto-emoji_20200916.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-noto-emoji_20200916.bb index 9d6a9a6c2e..b5dae22a9d 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-noto-emoji_20200916.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-noto-emoji_20200916.bb | |||
| @@ -11,7 +11,6 @@ SRCREV = "aac7ccaa4d1dea4543453b96f7d6fc47066a57ff" | |||
| 11 | PACKAGES = "${PN}-color ${PN}-regular" | 11 | PACKAGES = "${PN}-color ${PN}-regular" |
| 12 | FONT_PACKAGES = "${PN}-color ${PN}-regular" | 12 | FONT_PACKAGES = "${PN}-color ${PN}-regular" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | 14 | ||
| 16 | FILES:${PN}-color = "${datadir}/fonts/truetype/NotoColorEmoji.ttf" | 15 | FILES:${PN}-color = "${datadir}/fonts/truetype/NotoColorEmoji.ttf" |
| 17 | FILES:${PN}-regular = "${datadir}/fonts/truetype/NotoEmoji-Regular.ttf" | 16 | FILES:${PN}-regular = "${datadir}/fonts/truetype/NotoEmoji-Regular.ttf" |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-roboto_2.138.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-roboto_2.138.bb index 25ce8e930d..9c9f2e566d 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-roboto_2.138.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-roboto_2.138.bb | |||
| @@ -8,7 +8,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | |||
| 8 | SRC_URI = "https://github.com/google/roboto/releases/download/v${PV}/roboto-android.zip" | 8 | SRC_URI = "https://github.com/google/roboto/releases/download/v${PV}/roboto-android.zip" |
| 9 | SRC_URI[sha256sum] = "c825453253f590cfe62557733e7173f9a421fff103b00f57d33c4ad28ae53baf" | 9 | SRC_URI[sha256sum] = "c825453253f590cfe62557733e7173f9a421fff103b00f57d33c4ad28ae53baf" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/sources" | 11 | S = "${UNPACKDIR}" |
| 12 | UNPACKDIR = "${S}" | ||
| 13 | 12 | ||
| 14 | FILES:${PN} = "${datadir}/fonts/truetype/*.ttf" | 13 | FILES:${PN} = "${datadir}/fonts/truetype/*.ttf" |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb index 76016c57b9..b72307519c 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb | |||
| @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://README;md5=97d739900be6e852830f55aa3c07d4a0" | |||
| 10 | RPROVIDES:${PN} = "virtual-japanese-font" | 10 | RPROVIDES:${PN} = "virtual-japanese-font" |
| 11 | 11 | ||
| 12 | SRC_URI = "http://osdn.dl.sourceforge.jp/efont/10087/sazanami-20040629.tar.bz2" | 12 | SRC_URI = "http://osdn.dl.sourceforge.jp/efont/10087/sazanami-20040629.tar.bz2" |
| 13 | S = "${WORKDIR}/sazanami-20040629" | 13 | S = "${UNPACKDIR}/sazanami-20040629" |
| 14 | 14 | ||
| 15 | PACKAGES = "ttf-sazanami-gothic ttf-sazanami-mincho" | 15 | PACKAGES = "ttf-sazanami-gothic ttf-sazanami-mincho" |
| 16 | FONT_PACKAGES = "ttf-sazanami-gothic ttf-sazanami-mincho" | 16 | FONT_PACKAGES = "ttf-sazanami-gothic ttf-sazanami-mincho" |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-takao_003.03.01.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-takao_003.03.01.bb index 156dc983d7..b224f46869 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-takao_003.03.01.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-takao_003.03.01.bb | |||
| @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://IPA_Font_License_Agreement_v1.0.txt;md5=6cd3351ba979c | |||
| 12 | SRC_URI = "https://launchpad.net/takao-fonts/trunk/15.03/+download/TakaoFonts_00303.01.tar.xz" | 12 | SRC_URI = "https://launchpad.net/takao-fonts/trunk/15.03/+download/TakaoFonts_00303.01.tar.xz" |
| 13 | SRC_URI[sha256sum] = "e9871f72ac69acb3e277aebbee7ca01fbebf54800733e29fafdc46133fc3552f" | 13 | SRC_URI[sha256sum] = "e9871f72ac69acb3e277aebbee7ca01fbebf54800733e29fafdc46133fc3552f" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/TakaoFonts_00303.01" | 15 | S = "${UNPACKDIR}/TakaoFonts_00303.01" |
| 16 | 16 | ||
| 17 | PACKAGES = "ttf-takao-pgothic ttf-takao-gothic ttf-takao-pmincho ttf-takao-mincho" | 17 | PACKAGES = "ttf-takao-pgothic ttf-takao-gothic ttf-takao-pmincho ttf-takao-mincho" |
| 18 | FONT_PACKAGES = "ttf-takao-pgothic ttf-takao-gothic ttf-takao-pmincho ttf-takao-mincho" | 18 | FONT_PACKAGES = "ttf-takao-pgothic ttf-takao-gothic ttf-takao-pmincho ttf-takao-mincho" |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.83.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.83.bb index 8512b1fd19..ff89f7466a 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.83.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.83.bb | |||
| @@ -15,7 +15,7 @@ SRC_URI[sha256sum] = "61a2b342526fd552f19fef438bb9211a8212de19ad96e32a1209c039f1 | |||
| 15 | UPSTREAM_CHECK_URI = "https://repology.org/project/fonts:ubuntu/packages" | 15 | UPSTREAM_CHECK_URI = "https://repology.org/project/fonts:ubuntu/packages" |
| 16 | UPSTREAM_CHECK_REGEX = "${BPN}-(?P<pver>\d+(\.\d+)+)" | 16 | UPSTREAM_CHECK_REGEX = "${BPN}-(?P<pver>\d+(\.\d+)+)" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/ubuntu-font-family-${PV}" | 18 | S = "${UNPACKDIR}/ubuntu-font-family-${PV}" |
| 19 | 19 | ||
| 20 | PACKAGES = "ttf-ubuntu-mono ttf-ubuntu-sans" | 20 | PACKAGES = "ttf-ubuntu-mono ttf-ubuntu-sans" |
| 21 | FONT_PACKAGES = "ttf-ubuntu-mono ttf-ubuntu-sans" | 21 | FONT_PACKAGES = "ttf-ubuntu-mono ttf-ubuntu-sans" |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-vlgothic_20200720.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-vlgothic_20200720.bb index 4cc5afd4a7..c7be162b1b 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-vlgothic_20200720.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-vlgothic_20200720.bb | |||
| @@ -12,7 +12,7 @@ SRC_URI = "https://osdn.jp/dl/vlgothic/VLGothic-${PV}.tar.xz" | |||
| 12 | 12 | ||
| 13 | SRC_URI[sha256sum] = "297a3813675fbea12c5813b55a78091c9a5946515ecbf9fde8b8102e01c579f4" | 13 | SRC_URI[sha256sum] = "297a3813675fbea12c5813b55a78091c9a5946515ecbf9fde8b8102e01c579f4" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/VLGothic" | 15 | S = "${UNPACKDIR}/VLGothic" |
| 16 | 16 | ||
| 17 | do_install:append () { | 17 | do_install:append () { |
| 18 | install -D -m644 ${S}/LICENSE_E.mplus ${D}${datadir}/licenses/${PN}/COPYING_MPLUS.txt | 18 | install -D -m644 ${S}/LICENSE_E.mplus ${D}${datadir}/licenses/${PN}/COPYING_MPLUS.txt |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.9.45.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.9.45.bb index dc85617a9b..8d721d00ad 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.9.45.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.9.45.bb | |||
| @@ -11,7 +11,7 @@ SRC_URI[sha256sum] = "e4b7e306475bf9427d1757578f0e4528930c84c44eaa3f167d4c42f110 | |||
| 11 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/wqy/files/wqy-zenhei/" | 11 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/wqy/files/wqy-zenhei/" |
| 12 | UPSTREAM_CHECK_REGEX = "wqy-zenhei/(?P<pver>\d+(\.\d+)+)" | 12 | UPSTREAM_CHECK_REGEX = "wqy-zenhei/(?P<pver>\d+(\.\d+)+)" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/wqy-zenhei" | 14 | S = "${UNPACKDIR}/wqy-zenhei" |
| 15 | 15 | ||
| 16 | do_install:append () { | 16 | do_install:append () { |
| 17 | sed -i -e '/<string>[^W]/d' ${S}/44-wqy-zenhei.conf | 17 | sed -i -e '/<string>[^W]/d' ${S}/44-wqy-zenhei.conf |
diff --git a/meta-oe/recipes-graphics/unclutter-xfixes/unclutter-xfixes_1.6.bb b/meta-oe/recipes-graphics/unclutter-xfixes/unclutter-xfixes_1.6.bb index e80aebc89b..5aea738c15 100644 --- a/meta-oe/recipes-graphics/unclutter-xfixes/unclutter-xfixes_1.6.bb +++ b/meta-oe/recipes-graphics/unclutter-xfixes/unclutter-xfixes_1.6.bb | |||
| @@ -14,7 +14,6 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
| 14 | 14 | ||
| 15 | DEPENDS = "libev libx11 libxi libxfixes" | 15 | DEPENDS = "libev libx11 libxi libxfixes" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | 17 | ||
| 19 | do_install:append() { | 18 | do_install:append() { |
| 20 | # LICENSE is installed to /usr/share/licenses but we don't want it in the package | 19 | # LICENSE is installed to /usr/share/licenses but we don't want it in the package |
diff --git a/meta-oe/recipes-graphics/vdpau/libvdpau_1.5.bb b/meta-oe/recipes-graphics/vdpau/libvdpau_1.5.bb index db3c045588..3ba561a54e 100644 --- a/meta-oe/recipes-graphics/vdpau/libvdpau_1.5.bb +++ b/meta-oe/recipes-graphics/vdpau/libvdpau_1.5.bb | |||
| @@ -8,7 +8,6 @@ DEPENDS = "virtual/libx11 libxext xorgproto" | |||
| 8 | SRCREV = "79f1506a3307d3275b0fdfb2e110c173f68e6f78" | 8 | SRCREV = "79f1506a3307d3275b0fdfb2e110c173f68e6f78" |
| 9 | SRC_URI = "git://anongit.freedesktop.org/vdpau/libvdpau;branch=master" | 9 | SRC_URI = "git://anongit.freedesktop.org/vdpau/libvdpau;branch=master" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | 11 | ||
| 13 | inherit features_check meson pkgconfig | 12 | inherit features_check meson pkgconfig |
| 14 | 13 | ||
diff --git a/meta-oe/recipes-graphics/vdpau/vdpauinfo_1.5.bb b/meta-oe/recipes-graphics/vdpau/vdpauinfo_1.5.bb index 3f44e537a4..a7db743239 100644 --- a/meta-oe/recipes-graphics/vdpau/vdpauinfo_1.5.bb +++ b/meta-oe/recipes-graphics/vdpau/vdpauinfo_1.5.bb | |||
| @@ -15,6 +15,5 @@ RDEPENDS:${PN} = "libvdpau" | |||
| 15 | SRCREV = "d3c5bd63bf8878d59b22d618d2bb5116db392d28" | 15 | SRCREV = "d3c5bd63bf8878d59b22d618d2bb5116db392d28" |
| 16 | SRC_URI = "git://anongit.freedesktop.org/vdpau/vdpauinfo;branch=master" | 16 | SRC_URI = "git://anongit.freedesktop.org/vdpau/vdpauinfo;branch=master" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | 18 | ||
| 20 | inherit autotools pkgconfig | 19 | inherit autotools pkgconfig |
diff --git a/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc b/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc index 02af1c6ed0..1cc2da7a49 100644 --- a/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc +++ b/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc | |||
| @@ -12,7 +12,6 @@ SRC_URI:append:toolchain-clang = "file://fix-clang-private-operator.patch" | |||
| 12 | 12 | ||
| 13 | SRCREV_FORMAT = "vk-gl-cts" | 13 | SRCREV_FORMAT = "vk-gl-cts" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | 15 | ||
| 17 | inherit pkgconfig cmake cmake-qemu features_check python3native | 16 | inherit pkgconfig cmake cmake-qemu features_check python3native |
| 18 | 17 | ||
diff --git a/meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts-sources.inc b/meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts-sources.inc index 68e8a3b0a9..4e7155cd7f 100644 --- a/meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts-sources.inc +++ b/meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts-sources.inc | |||
| @@ -11,15 +11,15 @@ python __anonymous() { | |||
| 11 | } | 11 | } |
| 12 | 12 | ||
| 13 | SRC_URI += " \ | 13 | SRC_URI += " \ |
| 14 | https://raw.githubusercontent.com/baldurk/renderdoc/v1.1/renderdoc/api/app/renderdoc_app.h;subdir=git/external/renderdoc/src;sha256sum=e7b5f0aa5b1b0eadc63a1c624c0ca7f5af133aa857d6a4271b0ef3d0bdb6868e \ | 14 | https://raw.githubusercontent.com/baldurk/renderdoc/v1.1/renderdoc/api/app/renderdoc_app.h;subdir=${BB_GIT_DEFAULT_DESTSUFFIX}/external/renderdoc/src;sha256sum=e7b5f0aa5b1b0eadc63a1c624c0ca7f5af133aa857d6a4271b0ef3d0bdb6868e \ |
| 15 | git://github.com/KhronosGroup/SPIRV-Tools.git;protocol=https;nobranch=1;destsuffix=git/external/spirv-tools/src;rev=04b4a204aa501992ae85a207be1e200e195c98e1 \ | 15 | git://github.com/KhronosGroup/SPIRV-Tools.git;protocol=https;nobranch=1;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/external/spirv-tools/src;rev=04b4a204aa501992ae85a207be1e200e195c98e1 \ |
| 16 | git://github.com/KhronosGroup/glslang.git;protocol=https;nobranch=1;destsuffix=git/external/glslang/src;rev=0549c7127c2fbab2904892c9d6ff491fa1e93751 \ | 16 | git://github.com/KhronosGroup/glslang.git;protocol=https;nobranch=1;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/external/glslang/src;rev=0549c7127c2fbab2904892c9d6ff491fa1e93751 \ |
| 17 | git://github.com/KhronosGroup/SPIRV-Headers.git;protocol=https;nobranch=1;destsuffix=git/external/spirv-headers/src;rev=e7294a8ebed84f8c5bd3686c68dbe12a4e65b644 \ | 17 | git://github.com/KhronosGroup/SPIRV-Headers.git;protocol=https;nobranch=1;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/external/spirv-headers/src;rev=e7294a8ebed84f8c5bd3686c68dbe12a4e65b644 \ |
| 18 | git://github.com/KhronosGroup/Vulkan-Docs.git;protocol=https;nobranch=1;destsuffix=git/external/vulkan-docs/src;rev=645c59c70e826d9738b6bb103316c03d887dfed3 \ | 18 | git://github.com/KhronosGroup/Vulkan-Docs.git;protocol=https;nobranch=1;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/external/vulkan-docs/src;rev=645c59c70e826d9738b6bb103316c03d887dfed3 \ |
| 19 | git://github.com/KhronosGroup/Vulkan-ValidationLayers.git;protocol=https;nobranch=1;destsuffix=git/external/vulkan-validationlayers/src;rev=6cf616f131e9870c499a50441bca2d07ccda9733 \ | 19 | git://github.com/KhronosGroup/Vulkan-ValidationLayers.git;protocol=https;nobranch=1;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/external/vulkan-validationlayers/src;rev=6cf616f131e9870c499a50441bca2d07ccda9733 \ |
| 20 | git://github.com/google/amber.git;protocol=https;nobranch=1;destsuffix=git/external/amber/src;rev=6fa5ac1fb3b01c93eef3caa2aeb8841565e38d90 \ | 20 | git://github.com/google/amber.git;protocol=https;nobranch=1;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/external/amber/src;rev=6fa5ac1fb3b01c93eef3caa2aeb8841565e38d90 \ |
| 21 | git://github.com/open-source-parsers/jsoncpp.git;protocol=https;nobranch=1;destsuffix=git/external/jsoncpp/src;rev=9059f5cad030ba11d37818847443a53918c327b1 \ | 21 | git://github.com/open-source-parsers/jsoncpp.git;protocol=https;nobranch=1;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/external/jsoncpp/src;rev=9059f5cad030ba11d37818847443a53918c327b1 \ |
| 22 | git://github.com/Igalia/vk_video_samples.git;protocol=https;nobranch=1;destsuffix=git/external/nvidia-video-samples/src;rev=45fe88b456c683120138f052ea81f0a958ff3ec4 \ | 22 | git://github.com/Igalia/vk_video_samples.git;protocol=https;nobranch=1;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/external/nvidia-video-samples/src;rev=45fe88b456c683120138f052ea81f0a958ff3ec4 \ |
| 23 | git://github.com/KhronosGroup/Vulkan-Video-Samples.git;protocol=https;nobranch=1;destsuffix=git/external/vulkan-video-samples/src;rev=0e87744edbb84c9c56c3fc8de9ea5150af5ee4ea \ | 23 | git://github.com/KhronosGroup/Vulkan-Video-Samples.git;protocol=https;nobranch=1;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/external/vulkan-video-samples/src;rev=0e87744edbb84c9c56c3fc8de9ea5150af5ee4ea \ |
| 24 | git://github.com/Igalia/video_generator.git;protocol=https;nobranch=1;destsuffix=git/external/video_generator/src;rev=426300e12a5cc5d4676807039a1be237a2b68187 \ | 24 | git://github.com/Igalia/video_generator.git;protocol=https;nobranch=1;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/external/video_generator/src;rev=426300e12a5cc5d4676807039a1be237a2b68187 \ |
| 25 | " | 25 | " |
diff --git a/meta-oe/recipes-graphics/vk-gl-cts/vulkan-cts-sources.inc b/meta-oe/recipes-graphics/vk-gl-cts/vulkan-cts-sources.inc index 45b9464711..563da1007a 100644 --- a/meta-oe/recipes-graphics/vk-gl-cts/vulkan-cts-sources.inc +++ b/meta-oe/recipes-graphics/vk-gl-cts/vulkan-cts-sources.inc | |||
| @@ -11,16 +11,16 @@ python __anonymous() { | |||
| 11 | } | 11 | } |
| 12 | 12 | ||
| 13 | SRC_URI += " \ | 13 | SRC_URI += " \ |
| 14 | https://raw.githubusercontent.com/baldurk/renderdoc/v1.1/renderdoc/api/app/renderdoc_app.h;subdir=git/external/renderdoc/src;sha256sum=e7b5f0aa5b1b0eadc63a1c624c0ca7f5af133aa857d6a4271b0ef3d0bdb6868e \ | 14 | https://raw.githubusercontent.com/baldurk/renderdoc/v1.1/renderdoc/api/app/renderdoc_app.h;subdir=${BB_GIT_DEFAULT_DESTSUFFIX}/external/renderdoc/src;sha256sum=e7b5f0aa5b1b0eadc63a1c624c0ca7f5af133aa857d6a4271b0ef3d0bdb6868e \ |
| 15 | git://github.com/KhronosGroup/SPIRV-Tools.git;protocol=https;nobranch=1;destsuffix=git/external/spirv-tools/src;rev=3364b982713a0440d1d342dd5eec65b122a61b71 \ | 15 | git://github.com/KhronosGroup/SPIRV-Tools.git;protocol=https;nobranch=1;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/external/spirv-tools/src;rev=3364b982713a0440d1d342dd5eec65b122a61b71 \ |
| 16 | git://github.com/KhronosGroup/glslang.git;protocol=https;nobranch=1;destsuffix=git/external/glslang/src;rev=1b65bd602b23d401d1c4c86dfa90a36a52c66294 \ | 16 | git://github.com/KhronosGroup/glslang.git;protocol=https;nobranch=1;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/external/glslang/src;rev=1b65bd602b23d401d1c4c86dfa90a36a52c66294 \ |
| 17 | git://github.com/KhronosGroup/SPIRV-Headers.git;protocol=https;nobranch=1;destsuffix=git/external/spirv-headers/src;rev=767e901c986e9755a17e7939b3046fc2911a4bbd \ | 17 | git://github.com/KhronosGroup/SPIRV-Headers.git;protocol=https;nobranch=1;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/external/spirv-headers/src;rev=767e901c986e9755a17e7939b3046fc2911a4bbd \ |
| 18 | git://github.com/KhronosGroup/Vulkan-Docs.git;protocol=https;nobranch=1;destsuffix=git/external/vulkan-docs/src;rev=645c59c70e826d9738b6bb103316c03d887dfed3 \ | 18 | git://github.com/KhronosGroup/Vulkan-Docs.git;protocol=https;nobranch=1;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/external/vulkan-docs/src;rev=645c59c70e826d9738b6bb103316c03d887dfed3 \ |
| 19 | git://github.com/KhronosGroup/Vulkan-ValidationLayers.git;protocol=https;nobranch=1;destsuffix=git/external/vulkan-validationlayers/src;rev=6cf616f131e9870c499a50441bca2d07ccda9733 \ | 19 | git://github.com/KhronosGroup/Vulkan-ValidationLayers.git;protocol=https;nobranch=1;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/external/vulkan-validationlayers/src;rev=6cf616f131e9870c499a50441bca2d07ccda9733 \ |
| 20 | git://github.com/google/amber.git;protocol=https;nobranch=1;destsuffix=git/external/amber/src;rev=6fa5ac1fb3b01c93eef3caa2aeb8841565e38d90 \ | 20 | git://github.com/google/amber.git;protocol=https;nobranch=1;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/external/amber/src;rev=6fa5ac1fb3b01c93eef3caa2aeb8841565e38d90 \ |
| 21 | git://github.com/open-source-parsers/jsoncpp.git;protocol=https;nobranch=1;destsuffix=git/external/jsoncpp/src;rev=9059f5cad030ba11d37818847443a53918c327b1 \ | 21 | git://github.com/open-source-parsers/jsoncpp.git;protocol=https;nobranch=1;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/external/jsoncpp/src;rev=9059f5cad030ba11d37818847443a53918c327b1 \ |
| 22 | git://github.com/Igalia/vk_video_samples.git;protocol=https;nobranch=1;destsuffix=git/external/nvidia-video-samples/src;rev=45fe88b456c683120138f052ea81f0a958ff3ec4 \ | 22 | git://github.com/Igalia/vk_video_samples.git;protocol=https;nobranch=1;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/external/nvidia-video-samples/src;rev=45fe88b456c683120138f052ea81f0a958ff3ec4 \ |
| 23 | git://github.com/KhronosGroup/Vulkan-Video-Samples.git;protocol=https;nobranch=1;destsuffix=git/external/vulkan-video-samples/src;rev=0e87744edbb84c9c56c3fc8de9ea5150af5ee4ea \ | 23 | git://github.com/KhronosGroup/Vulkan-Video-Samples.git;protocol=https;nobranch=1;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/external/vulkan-video-samples/src;rev=0e87744edbb84c9c56c3fc8de9ea5150af5ee4ea \ |
| 24 | git://github.com/Igalia/video_generator.git;protocol=https;nobranch=1;destsuffix=git/external/video_generator/src;rev=426300e12a5cc5d4676807039a1be237a2b68187 \ | 24 | git://github.com/Igalia/video_generator.git;protocol=https;nobranch=1;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/external/video_generator/src;rev=426300e12a5cc5d4676807039a1be237a2b68187 \ |
| 25 | file://0001-Fix-missing-include-cstdint-causing-build-failures.patch;patchdir=external/amber/src \ | 25 | file://0001-Fix-missing-include-cstdint-causing-build-failures.patch;patchdir=external/amber/src \ |
| 26 | " | 26 | " |
diff --git a/meta-oe/recipes-graphics/wayland/libei_1.4.1.bb b/meta-oe/recipes-graphics/wayland/libei_1.4.1.bb index a2705785ae..764616906f 100644 --- a/meta-oe/recipes-graphics/wayland/libei_1.4.1.bb +++ b/meta-oe/recipes-graphics/wayland/libei_1.4.1.bb | |||
| @@ -16,7 +16,6 @@ DEPENDS = " \ | |||
| 16 | 16 | ||
| 17 | SRC_URI = "git://gitlab.freedesktop.org/libinput/libei.git;protocol=https;branch=main" | 17 | SRC_URI = "git://gitlab.freedesktop.org/libinput/libei.git;protocol=https;branch=main" |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | ||
| 20 | SRCREV = "9e0413cbc7d3ae6656266890425f152589ddf74d" | 19 | SRCREV = "9e0413cbc7d3ae6656266890425f152589ddf74d" |
| 21 | 20 | ||
| 22 | inherit meson pkgconfig | 21 | inherit meson pkgconfig |
diff --git a/meta-oe/recipes-graphics/wayland/waylandpp_1.0.0.bb b/meta-oe/recipes-graphics/wayland/waylandpp_1.0.0.bb index c1f5f4ed8e..bb909a313a 100644 --- a/meta-oe/recipes-graphics/wayland/waylandpp_1.0.0.bb +++ b/meta-oe/recipes-graphics/wayland/waylandpp_1.0.0.bb | |||
| @@ -8,7 +8,6 @@ SRC_URI = "git://github.com/NilsBrause/waylandpp.git;protocol=https;branch=maste | |||
| 8 | DEPENDS = "pugixml" | 8 | DEPENDS = "pugixml" |
| 9 | DEPENDS:append:class-target = " waylandpp-native wayland virtual/egl virtual/libgles2" | 9 | DEPENDS:append:class-target = " waylandpp-native wayland virtual/egl virtual/libgles2" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | SRCREV = "4321ed5c7b4bffa41b8a2a13dc7f3ece1191f4f3" | 11 | SRCREV = "4321ed5c7b4bffa41b8a2a13dc7f3ece1191f4f3" |
| 13 | 12 | ||
| 14 | inherit cmake pkgconfig features_check | 13 | inherit cmake pkgconfig features_check |
diff --git a/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.16.bb b/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.16.bb index 74f80e1844..1493eed7af 100644 --- a/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.16.bb +++ b/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.16.bb | |||
| @@ -13,7 +13,6 @@ SRC_URI = "git://github.com/LibVNC/x11vnc;branch=master;protocol=https \ | |||
| 13 | file://starting-fix.patch \ | 13 | file://starting-fix.patch \ |
| 14 | file://CVE-2020-29074.patch \ | 14 | file://CVE-2020-29074.patch \ |
| 15 | " | 15 | " |
| 16 | S = "${WORKDIR}/git" | ||
| 17 | 16 | ||
| 18 | DEPENDS = "\ | 17 | DEPENDS = "\ |
| 19 | jpeg \ | 18 | jpeg \ |
diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-video-armsoc_1.4.1.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-video-armsoc_1.4.1.bb index 8b4526fc5e..8fd2ae2e84 100644 --- a/meta-oe/recipes-graphics/xorg-driver/xf86-video-armsoc_1.4.1.bb +++ b/meta-oe/recipes-graphics/xorg-driver/xf86-video-armsoc_1.4.1.bb | |||
| @@ -9,6 +9,5 @@ DEPENDS += "virtual/libx11 libdrm xorgproto" | |||
| 9 | SRCREV = "8bbdb2ae3bb8ef649999a8da33ddbe11a04763b8" | 9 | SRCREV = "8bbdb2ae3bb8ef649999a8da33ddbe11a04763b8" |
| 10 | SRC_URI = "git://anongit.freedesktop.org/xorg/driver/xf86-video-armsoc;branch=master" | 10 | SRC_URI = "git://anongit.freedesktop.org/xorg/driver/xf86-video-armsoc;branch=master" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | RDEPENDS:${PN} += "xserver-xorg-module-exa" | 13 | RDEPENDS:${PN} += "xserver-xorg-module-exa" |
diff --git a/meta-oe/recipes-graphics/yad/yad_6.0.bb b/meta-oe/recipes-graphics/yad/yad_6.0.bb index 9e46215fd8..64c12f5904 100644 --- a/meta-oe/recipes-graphics/yad/yad_6.0.bb +++ b/meta-oe/recipes-graphics/yad/yad_6.0.bb | |||
| @@ -13,6 +13,5 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
| 13 | 13 | ||
| 14 | DEPENDS = "gtk+3 glib-2.0-native intltool-native" | 14 | DEPENDS = "gtk+3 glib-2.0-native intltool-native" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | 16 | ||
| 18 | FILES:${PN} += "${datadir}/icons/" | 17 | FILES:${PN} += "${datadir}/icons/" |
diff --git a/meta-oe/recipes-graphics/ydotool/ydotool_git.bb b/meta-oe/recipes-graphics/ydotool/ydotool_git.bb index 3acf70235e..7562271d90 100644 --- a/meta-oe/recipes-graphics/ydotool/ydotool_git.bb +++ b/meta-oe/recipes-graphics/ydotool/ydotool_git.bb | |||
| @@ -8,7 +8,6 @@ PV = "1.0.4+git" | |||
| 8 | SRC_URI = "git://github.com/ReimuNotMoe/ydotool;protocol=https;branch=master" | 8 | SRC_URI = "git://github.com/ReimuNotMoe/ydotool;protocol=https;branch=master" |
| 9 | SRCREV = "0c295346d55afcc6aebaaee564333b3e1efabcbd" | 9 | SRCREV = "0c295346d55afcc6aebaaee564333b3e1efabcbd" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | 11 | ||
| 13 | inherit cmake systemd | 12 | inherit cmake systemd |
| 14 | 13 | ||
diff --git a/meta-oe/recipes-kernel/agent-proxy/agent-proxy_1.97.bb b/meta-oe/recipes-kernel/agent-proxy/agent-proxy_1.97.bb index 0e17800c4b..3bbfe4cf9f 100644 --- a/meta-oe/recipes-kernel/agent-proxy/agent-proxy_1.97.bb +++ b/meta-oe/recipes-kernel/agent-proxy/agent-proxy_1.97.bb | |||
| @@ -16,7 +16,6 @@ SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kgdb/agent-proxy.git;protoc | |||
| 16 | 16 | ||
| 17 | BBCLASSEXTEND = "native nativesdk" | 17 | BBCLASSEXTEND = "native nativesdk" |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | ||
| 20 | 19 | ||
| 21 | do_install () { | 20 | do_install () { |
| 22 | install -d ${D}${bindir} | 21 | install -d ${D}${bindir} |
diff --git a/meta-oe/recipes-kernel/blktests/blktests.bb b/meta-oe/recipes-kernel/blktests/blktests.bb index 2fb6db9184..ded03a4de2 100644 --- a/meta-oe/recipes-kernel/blktests/blktests.bb +++ b/meta-oe/recipes-kernel/blktests/blktests.bb | |||
| @@ -10,7 +10,6 @@ SRC_URI = " \ | |||
| 10 | git://github.com/osandov/blktests.git;nobranch=1;protocol=https \ | 10 | git://github.com/osandov/blktests.git;nobranch=1;protocol=https \ |
| 11 | " | 11 | " |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | inherit autotools-brokensep | 14 | inherit autotools-brokensep |
| 16 | 15 | ||
diff --git a/meta-oe/recipes-kernel/broadcom-bt-firmware/broadcom-bt-firmware_12.0.1.1105_p3.bb b/meta-oe/recipes-kernel/broadcom-bt-firmware/broadcom-bt-firmware_12.0.1.1105_p3.bb index 4b6026ebc0..fe980e3e6f 100644 --- a/meta-oe/recipes-kernel/broadcom-bt-firmware/broadcom-bt-firmware_12.0.1.1105_p3.bb +++ b/meta-oe/recipes-kernel/broadcom-bt-firmware/broadcom-bt-firmware_12.0.1.1105_p3.bb | |||
| @@ -14,7 +14,6 @@ SRCREV = "a0eb4805dbb232f02f156b9351a23790c1a4cec7" | |||
| 14 | 14 | ||
| 15 | PE = "1" | 15 | PE = "1" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | 17 | ||
| 19 | inherit allarch | 18 | inherit allarch |
| 20 | 19 | ||
diff --git a/meta-oe/recipes-kernel/crash/crash.inc b/meta-oe/recipes-kernel/crash/crash.inc index 45fc9cd1fd..3c9a99ae4a 100644 --- a/meta-oe/recipes-kernel/crash/crash.inc +++ b/meta-oe/recipes-kernel/crash/crash.inc | |||
| @@ -14,9 +14,8 @@ DEPENDS = "zlib readline coreutils-native ncurses-native" | |||
| 14 | 14 | ||
| 15 | INC_PR = "r1" | 15 | INC_PR = "r1" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | SRC_URI = "git://github.com/crash-utility/${BPN}.git;branch=master;protocol=https \ | 17 | SRC_URI = "git://github.com/crash-utility/${BPN}.git;branch=master;protocol=https \ |
| 19 | ${GNU_MIRROR}/gdb/gdb-10.2.tar.gz;name=gdb;subdir=git \ | 18 | ${GNU_MIRROR}/gdb/gdb-10.2.tar.gz;name=gdb;subdir=${BB_GIT_DEFAULT_DESTSUFFIX} \ |
| 20 | file://7001force_define_architecture.patch \ | 19 | file://7001force_define_architecture.patch \ |
| 21 | file://7003cross_ranlib.patch \ | 20 | file://7003cross_ranlib.patch \ |
| 22 | file://0001-cross_add_configure_option.patch \ | 21 | file://0001-cross_add_configure_option.patch \ |
diff --git a/meta-oe/recipes-kernel/drgn/python3-drgn_0.0.31.bb b/meta-oe/recipes-kernel/drgn/python3-drgn_0.0.31.bb index 035ccd58a7..b1ff8d4019 100644 --- a/meta-oe/recipes-kernel/drgn/python3-drgn_0.0.31.bb +++ b/meta-oe/recipes-kernel/drgn/python3-drgn_0.0.31.bb | |||
| @@ -8,7 +8,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7c83d30e99508d6b790eacdd3abab846" | |||
| 8 | SRC_URI = "git://github.com/osandov/drgn.git;protocol=https;branch=main;tag=v${PV}" | 8 | SRC_URI = "git://github.com/osandov/drgn.git;protocol=https;branch=main;tag=v${PV}" |
| 9 | SRCREV = "8209a147fb61deed38ca376d063bbff0343ca234" | 9 | SRCREV = "8209a147fb61deed38ca376d063bbff0343ca234" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | 11 | ||
| 13 | DEPENDS = "\ | 12 | DEPENDS = "\ |
| 14 | autoconf-native \ | 13 | autoconf-native \ |
diff --git a/meta-oe/recipes-kernel/ipmitool/ipmitool_1.8.19.bb b/meta-oe/recipes-kernel/ipmitool/ipmitool_1.8.19.bb index 5095dbb253..b5b8075fd7 100644 --- a/meta-oe/recipes-kernel/ipmitool/ipmitool_1.8.19.bb +++ b/meta-oe/recipes-kernel/ipmitool/ipmitool_1.8.19.bb | |||
| @@ -35,7 +35,6 @@ IANA_ENTERPRISE_NUMBERS ?= "" | |||
| 35 | #IANA_ENTERPRISE_NUMBERS = "http://www.iana.org/assignments/enterprise-numbers.txt;name=iana-enterprise-numbers;downloadfilename=iana-enterprise-numbers" | 35 | #IANA_ENTERPRISE_NUMBERS = "http://www.iana.org/assignments/enterprise-numbers.txt;name=iana-enterprise-numbers;downloadfilename=iana-enterprise-numbers" |
| 36 | #SRC_URI[iana-enterprise-numbers.sha256sum] = "cdd97fc08325667434b805eb589104ae63f7a9eb720ecea73cb55110b383934c" | 36 | #SRC_URI[iana-enterprise-numbers.sha256sum] = "cdd97fc08325667434b805eb589104ae63f7a9eb720ecea73cb55110b383934c" |
| 37 | 37 | ||
| 38 | S = "${WORKDIR}/git" | ||
| 39 | 38 | ||
| 40 | inherit autotools pkgconfig | 39 | inherit autotools pkgconfig |
| 41 | 40 | ||
diff --git a/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb b/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb index 3a058cd286..648a5d7c5a 100644 --- a/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb +++ b/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb | |||
| @@ -6,8 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | |||
| 6 | 6 | ||
| 7 | DEPENDS = "rsync-native llvm-native" | 7 | DEPENDS = "rsync-native llvm-native" |
| 8 | 8 | ||
| 9 | S = "${WORKDIR}/sources" | 9 | S = "${UNPACKDIR}" |
| 10 | UNPACKDIR = "${S}" | ||
| 11 | 10 | ||
| 12 | # for musl libc | 11 | # for musl libc |
| 13 | SRC_URI:append:libc-musl = "\ | 12 | SRC_URI:append:libc-musl = "\ |
| @@ -46,7 +45,7 @@ do_compile[depends] += "virtual/kernel:do_install" | |||
| 46 | 45 | ||
| 47 | inherit linux-kernel-base module-base kernel-arch ptest siteinfo | 46 | inherit linux-kernel-base module-base kernel-arch ptest siteinfo |
| 48 | 47 | ||
| 49 | S = "${WORKDIR}/${BP}" | 48 | S = "${UNPACKDIR}/${BP}" |
| 50 | 49 | ||
| 51 | DEBUG_PREFIX_MAP:remove = "-fcanon-prefix-map" | 50 | DEBUG_PREFIX_MAP:remove = "-fcanon-prefix-map" |
| 52 | 51 | ||
diff --git a/meta-oe/recipes-kernel/kpatch/kpatch.inc b/meta-oe/recipes-kernel/kpatch/kpatch.inc index 4d187200ec..b8ef092262 100644 --- a/meta-oe/recipes-kernel/kpatch/kpatch.inc +++ b/meta-oe/recipes-kernel/kpatch/kpatch.inc | |||
| @@ -22,7 +22,6 @@ EXTRA_OEMAKE = " \ | |||
| 22 | CC='${CC}' \ | 22 | CC='${CC}' \ |
| 23 | " | 23 | " |
| 24 | 24 | ||
| 25 | S = "${WORKDIR}/git" | ||
| 26 | 25 | ||
| 27 | do_install () { | 26 | do_install () { |
| 28 | oe_runmake install | 27 | oe_runmake install |
diff --git a/meta-oe/recipes-kernel/kpatch/kpatch_git.bb b/meta-oe/recipes-kernel/kpatch/kpatch_git.bb index ba3983e6ff..6521830b7a 100644 --- a/meta-oe/recipes-kernel/kpatch/kpatch_git.bb +++ b/meta-oe/recipes-kernel/kpatch/kpatch_git.bb | |||
| @@ -6,6 +6,5 @@ SRCREV = "0c3c21930895f6582a5c9d9d797f7e11ff41ffb2" | |||
| 6 | 6 | ||
| 7 | PV = "0.9.1" | 7 | PV = "0.9.1" |
| 8 | 8 | ||
| 9 | S = "${WORKDIR}/git" | ||
| 10 | 9 | ||
| 11 | BBCLASSEXTEND = "native nativesdk" | 10 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-oe/recipes-kernel/ktls-utils/ktls-utils_1.0.0.bb b/meta-oe/recipes-kernel/ktls-utils/ktls-utils_1.0.0.bb index ff54d72bca..1a90dcf998 100644 --- a/meta-oe/recipes-kernel/ktls-utils/ktls-utils_1.0.0.bb +++ b/meta-oe/recipes-kernel/ktls-utils/ktls-utils_1.0.0.bb | |||
| @@ -14,7 +14,6 @@ SRC_URI = " \ | |||
| 14 | file://0002-tlshd-configure.ac-Use-AC_CHECK_HEADER-instead-of-AC.patch \ | 14 | file://0002-tlshd-configure.ac-Use-AC_CHECK_HEADER-instead-of-AC.patch \ |
| 15 | " | 15 | " |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | 17 | ||
| 19 | inherit autotools-brokensep pkgconfig systemd | 18 | inherit autotools-brokensep pkgconfig systemd |
| 20 | 19 | ||
diff --git a/meta-oe/recipes-kernel/libbpf/libbpf_1.5.0.bb b/meta-oe/recipes-kernel/libbpf/libbpf_1.5.0.bb index 45caca0114..36312c386b 100644 --- a/meta-oe/recipes-kernel/libbpf/libbpf_1.5.0.bb +++ b/meta-oe/recipes-kernel/libbpf/libbpf_1.5.0.bb | |||
| @@ -17,7 +17,7 @@ SRCREV = "09b9e83102eb8ab9e540d36b4559c55f3bcdb95d" | |||
| 17 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 17 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 18 | COMPATIBLE_HOST = "(x86_64|i.86|arm|aarch64|riscv64|powerpc|powerpc64|mips64).*-linux" | 18 | COMPATIBLE_HOST = "(x86_64|i.86|arm|aarch64|riscv64|powerpc|powerpc64|mips64).*-linux" |
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/git/src" | 20 | S = "${UNPACKDIR}/${BP}/src" |
| 21 | 21 | ||
| 22 | EXTRA_OEMAKE += "DESTDIR=${D} LIBDIR=${libdir} INCLUDEDIR=${includedir}" | 22 | EXTRA_OEMAKE += "DESTDIR=${D} LIBDIR=${libdir} INCLUDEDIR=${includedir}" |
| 23 | EXTRA_OEMAKE:append:class-native = " UAPIDIR=${includedir}" | 23 | EXTRA_OEMAKE:append:class-native = " UAPIDIR=${includedir}" |
diff --git a/meta-oe/recipes-kernel/libpfm/libpfm4_4.13.0.bb b/meta-oe/recipes-kernel/libpfm/libpfm4_4.13.0.bb index be0659ad2a..f87502930e 100644 --- a/meta-oe/recipes-kernel/libpfm/libpfm4_4.13.0.bb +++ b/meta-oe/recipes-kernel/libpfm/libpfm4_4.13.0.bb | |||
| @@ -26,7 +26,7 @@ EXTRA_OEMAKE:append:powerpc64 = " ARCH=\"powerpc\" BITMODE=\"64\"" | |||
| 26 | EXTRA_OEMAKE:append:powerpc64le = " ARCH=\"powerpc\" BITMODE=\"64\"" | 26 | EXTRA_OEMAKE:append:powerpc64le = " ARCH=\"powerpc\" BITMODE=\"64\"" |
| 27 | EXTRA_OEMAKE:append:aarch64 = " ARCH=\"arm64\"" | 27 | EXTRA_OEMAKE:append:aarch64 = " ARCH=\"arm64\"" |
| 28 | 28 | ||
| 29 | S = "${WORKDIR}/libpfm-${PV}" | 29 | S = "${UNPACKDIR}/libpfm-${PV}" |
| 30 | 30 | ||
| 31 | do_install () { | 31 | do_install () { |
| 32 | oe_runmake install | 32 | oe_runmake install |
diff --git a/meta-oe/recipes-kernel/libtracefs/libtracefs_1.8.1.bb b/meta-oe/recipes-kernel/libtracefs/libtracefs_1.8.1.bb index 66869b29a9..6b9e8b9b38 100644 --- a/meta-oe/recipes-kernel/libtracefs/libtracefs_1.8.1.bb +++ b/meta-oe/recipes-kernel/libtracefs/libtracefs_1.8.1.bb | |||
| @@ -13,7 +13,6 @@ SRCREV = "417c2e3aa21af670cc5c13db633dd35292f2d0fa" | |||
| 13 | SRC_URI = "git://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git;branch=${BPN};protocol=https \ | 13 | SRC_URI = "git://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git;branch=${BPN};protocol=https \ |
| 14 | file://0001-makefile-Do-not-preserve-ownership-in-cp-command.patch \ | 14 | file://0001-makefile-Do-not-preserve-ownership-in-cp-command.patch \ |
| 15 | " | 15 | " |
| 16 | S = "${WORKDIR}/git" | ||
| 17 | 16 | ||
| 18 | inherit pkgconfig | 17 | inherit pkgconfig |
| 19 | 18 | ||
diff --git a/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.7.bb b/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.7.bb index 90e847c137..4073381899 100644 --- a/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.7.bb +++ b/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.7.bb | |||
| @@ -18,7 +18,6 @@ SRC_URI = "git://github.com/diamon/minicoredumper;protocol=https;branch=master \ | |||
| 18 | file://0001-corestripper-Fix-uninitialized-warning.patch \ | 18 | file://0001-corestripper-Fix-uninitialized-warning.patch \ |
| 19 | " | 19 | " |
| 20 | 20 | ||
| 21 | S = "${WORKDIR}/git" | ||
| 22 | 21 | ||
| 23 | SYSTEMD_SERVICE:${PN} = "minicoredumper.service" | 22 | SYSTEMD_SERVICE:${PN} = "minicoredumper.service" |
| 24 | SYSTEMD_AUTO_ENABLE = "enable" | 23 | SYSTEMD_AUTO_ENABLE = "enable" |
diff --git a/meta-oe/recipes-kernel/pm-graph/pm-graph_5.13.bb b/meta-oe/recipes-kernel/pm-graph/pm-graph_5.13.bb index 037e30abc4..219629d4d7 100644 --- a/meta-oe/recipes-kernel/pm-graph/pm-graph_5.13.bb +++ b/meta-oe/recipes-kernel/pm-graph/pm-graph_5.13.bb | |||
| @@ -9,7 +9,6 @@ SRCREV = "0987732b013936ad771334f51cba31c453c8a9c9" | |||
| 9 | SRC_URI = "git://github.com/intel/pm-graph.git;branch=master;protocol=https \ | 9 | SRC_URI = "git://github.com/intel/pm-graph.git;branch=master;protocol=https \ |
| 10 | file://0001-Makefile-fix-multilib-build-failure.patch \ | 10 | file://0001-Makefile-fix-multilib-build-failure.patch \ |
| 11 | " | 11 | " |
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | # Apart from the listed RDEPENDS, analyze-suspend depends on some features | 13 | # Apart from the listed RDEPENDS, analyze-suspend depends on some features |
| 15 | # provided by the kernel. These options are: | 14 | # provided by the kernel. These options are: |
diff --git a/meta-oe/recipes-kernel/trace-cmd/trace-cmd_3.1.5.bb b/meta-oe/recipes-kernel/trace-cmd/trace-cmd_3.1.5.bb index 11c4037b23..6782dec228 100644 --- a/meta-oe/recipes-kernel/trace-cmd/trace-cmd_3.1.5.bb +++ b/meta-oe/recipes-kernel/trace-cmd/trace-cmd_3.1.5.bb | |||
| @@ -12,7 +12,6 @@ SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git;b | |||
| 12 | file://0001-Do-not-emit-useless-rpath.patch" | 12 | file://0001-Do-not-emit-useless-rpath.patch" |
| 13 | SRCREV = "18233e4c32857cb7ddd4960beeec8360ed834fc5" | 13 | SRCREV = "18233e4c32857cb7ddd4960beeec8360ed834fc5" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | 15 | ||
| 17 | DEPENDS += "libtraceevent libtracefs zstd xmlto-native asciidoc-native swig-native bison-native flex-native" | 16 | DEPENDS += "libtraceevent libtracefs zstd xmlto-native asciidoc-native swig-native bison-native flex-native" |
| 18 | 17 | ||
diff --git a/meta-oe/recipes-kernel/turbostat/turbostat.bb b/meta-oe/recipes-kernel/turbostat/turbostat.bb index 8ac15164d4..f65699865e 100644 --- a/meta-oe/recipes-kernel/turbostat/turbostat.bb +++ b/meta-oe/recipes-kernel/turbostat/turbostat.bb | |||
| @@ -23,8 +23,7 @@ SRC_URI += "\ | |||
| 23 | file://COPYING \ | 23 | file://COPYING \ |
| 24 | " | 24 | " |
| 25 | 25 | ||
| 26 | S = "${WORKDIR}/sources" | 26 | S = "${UNPACKDIR}" |
| 27 | UNPACKDIR = "${S}" | ||
| 28 | 27 | ||
| 29 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 28 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 30 | DEPENDS = "libcap" | 29 | DEPENDS = "libcap" |
diff --git a/meta-oe/recipes-kernel/usbip-tools/usbip-tools.bb b/meta-oe/recipes-kernel/usbip-tools/usbip-tools.bb index e7e4ca50af..aae17a9fd7 100644 --- a/meta-oe/recipes-kernel/usbip-tools/usbip-tools.bb +++ b/meta-oe/recipes-kernel/usbip-tools/usbip-tools.bb | |||
| @@ -28,7 +28,7 @@ do_configure[depends] += "virtual/kernel:do_shared_workdir" | |||
| 28 | 28 | ||
| 29 | # We need to set S, for not being set to STAGING_KERNEL_DIR, and by that | 29 | # We need to set S, for not being set to STAGING_KERNEL_DIR, and by that |
| 30 | # be wiped when we prune dest below. We just set it to usbip-tools-1.0 | 30 | # be wiped when we prune dest below. We just set it to usbip-tools-1.0 |
| 31 | S = "${WORKDIR}/${BP}" | 31 | S = "${UNPACKDIR}/${BP}" |
| 32 | 32 | ||
| 33 | # Copy the source files from KERNEL/tools/usb/usbip to ${S} | 33 | # Copy the source files from KERNEL/tools/usb/usbip to ${S} |
| 34 | do_configure[prefuncs] += "copy_usbip_source_from_kernel" | 34 | do_configure[prefuncs] += "copy_usbip_source_from_kernel" |
diff --git a/meta-oe/recipes-multimedia/faad2/faad2_2.11.2.bb b/meta-oe/recipes-multimedia/faad2/faad2_2.11.2.bb index 9a7ee412da..83fcaa248d 100644 --- a/meta-oe/recipes-multimedia/faad2/faad2_2.11.2.bb +++ b/meta-oe/recipes-multimedia/faad2/faad2_2.11.2.bb | |||
| @@ -12,6 +12,5 @@ PV .= "+git" | |||
| 12 | SRC_URI = "git://github.com/knik0/faad2.git;branch=master;protocol=https" | 12 | SRC_URI = "git://github.com/knik0/faad2.git;branch=master;protocol=https" |
| 13 | SRCREV = "673a22a3c7c33e96e2ff7aae7c4d2bc190dfbf92" | 13 | SRCREV = "673a22a3c7c33e96e2ff7aae7c4d2bc190dfbf92" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | 15 | ||
| 17 | inherit cmake | 16 | inherit cmake |
diff --git a/meta-oe/recipes-multimedia/jack/a2jmidid_9.bb b/meta-oe/recipes-multimedia/jack/a2jmidid_9.bb index da92a80ce0..7f8988c3c3 100644 --- a/meta-oe/recipes-multimedia/jack/a2jmidid_9.bb +++ b/meta-oe/recipes-multimedia/jack/a2jmidid_9.bb | |||
| @@ -16,7 +16,6 @@ SRC_URI = " \ | |||
| 16 | file://ppc_musl_ucontext.patch \ | 16 | file://ppc_musl_ucontext.patch \ |
| 17 | " | 17 | " |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | ||
| 20 | 19 | ||
| 21 | inherit meson pkgconfig | 20 | inherit meson pkgconfig |
| 22 | 21 | ||
diff --git a/meta-oe/recipes-multimedia/jack/jack-example-tools_4.bb b/meta-oe/recipes-multimedia/jack/jack-example-tools_4.bb index a868a2969d..58bbd8cac3 100644 --- a/meta-oe/recipes-multimedia/jack/jack-example-tools_4.bb +++ b/meta-oe/recipes-multimedia/jack/jack-example-tools_4.bb | |||
| @@ -9,7 +9,6 @@ DEPENDS = "jack" | |||
| 9 | SRC_URI = "git://github.com/jackaudio/jack-example-tools.git;branch=main;protocol=https" | 9 | SRC_URI = "git://github.com/jackaudio/jack-example-tools.git;branch=main;protocol=https" |
| 10 | SRCREV = "33de8b4285fa5054af1b37fe0496c110604ed564" | 10 | SRCREV = "33de8b4285fa5054af1b37fe0496c110604ed564" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | inherit meson pkgconfig | 13 | inherit meson pkgconfig |
| 15 | 14 | ||
diff --git a/meta-oe/recipes-multimedia/jack/jack_1.9.22.bb b/meta-oe/recipes-multimedia/jack/jack_1.9.22.bb index d4e6447aad..3b3ea85349 100644 --- a/meta-oe/recipes-multimedia/jack/jack_1.9.22.bb +++ b/meta-oe/recipes-multimedia/jack/jack_1.9.22.bb | |||
| @@ -24,7 +24,6 @@ SRCREV = "4f58969432339a250ce87fe855fb962c67d00ddb" | |||
| 24 | 24 | ||
| 25 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" | 25 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" |
| 26 | 26 | ||
| 27 | S = "${WORKDIR}/git" | ||
| 28 | 27 | ||
| 29 | inherit waf pkgconfig | 28 | inherit waf pkgconfig |
| 30 | 29 | ||
diff --git a/meta-oe/recipes-multimedia/libass/libass_0.17.4.bb b/meta-oe/recipes-multimedia/libass/libass_0.17.4.bb index 297b7c01e8..3165736981 100644 --- a/meta-oe/recipes-multimedia/libass/libass_0.17.4.bb +++ b/meta-oe/recipes-multimedia/libass/libass_0.17.4.bb | |||
| @@ -9,7 +9,6 @@ DEPENDS = "fontconfig freetype fribidi harfbuzz" | |||
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/libass/libass.git;protocol=https;branch=master" | 10 | SRC_URI = "git://github.com/libass/libass.git;protocol=https;branch=master" |
| 11 | SRCREV = "bbb3c7f1570a4a021e52683f3fbdf74fe492ae84" | 11 | SRCREV = "bbb3c7f1570a4a021e52683f3fbdf74fe492ae84" |
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | inherit autotools pkgconfig | 13 | inherit autotools pkgconfig |
| 15 | 14 | ||
diff --git a/meta-oe/recipes-multimedia/libid3tag/libid3tag_0.15.1b.bb b/meta-oe/recipes-multimedia/libid3tag/libid3tag_0.15.1b.bb index 82db2f159e..23487329fb 100644 --- a/meta-oe/recipes-multimedia/libid3tag/libid3tag_0.15.1b.bb +++ b/meta-oe/recipes-multimedia/libid3tag/libid3tag_0.15.1b.bb | |||
| @@ -21,6 +21,6 @@ UPSTREAM_CHECK_REGEX = "/projects/mad/files/libid3tag/(?P<pver>.*)/$" | |||
| 21 | 21 | ||
| 22 | SRC_URI[sha256sum] = "63da4f6e7997278f8a3fef4c6a372d342f705051d1eeb6a46a86b03610e26151" | 22 | SRC_URI[sha256sum] = "63da4f6e7997278f8a3fef4c6a372d342f705051d1eeb6a46a86b03610e26151" |
| 23 | 23 | ||
| 24 | S = "${WORKDIR}/libid3tag-${PV}" | 24 | S = "${UNPACKDIR}/libid3tag-${PV}" |
| 25 | 25 | ||
| 26 | inherit autotools pkgconfig | 26 | inherit autotools pkgconfig |
diff --git a/meta-oe/recipes-multimedia/libjxl/libjxl_0.10.3.bb b/meta-oe/recipes-multimedia/libjxl/libjxl_0.10.3.bb index 505fca4c8f..2405126e5c 100644 --- a/meta-oe/recipes-multimedia/libjxl/libjxl_0.10.3.bb +++ b/meta-oe/recipes-multimedia/libjxl/libjxl_0.10.3.bb | |||
| @@ -13,7 +13,6 @@ SRC_URI = "gitsm://github.com/libjxl/libjxl.git;protocol=https;nobranch=1 \ | |||
| 13 | " | 13 | " |
| 14 | 14 | ||
| 15 | SRCREV = "4a3b22d2600f92d8706fb72d85d52bfee2acbd54" | 15 | SRCREV = "4a3b22d2600f92d8706fb72d85d52bfee2acbd54" |
| 16 | S = "${WORKDIR}/git" | ||
| 17 | 16 | ||
| 18 | EXTRA_OECMAKE = " \ | 17 | EXTRA_OECMAKE = " \ |
| 19 | -DCMAKE_BUILD_TYPE=Release \ | 18 | -DCMAKE_BUILD_TYPE=Release \ |
diff --git a/meta-oe/recipes-multimedia/libmad/libmad_0.15.1b.bb b/meta-oe/recipes-multimedia/libmad/libmad_0.15.1b.bb index 3f5a052906..0f89574b9a 100644 --- a/meta-oe/recipes-multimedia/libmad/libmad_0.15.1b.bb +++ b/meta-oe/recipes-multimedia/libmad/libmad_0.15.1b.bb | |||
| @@ -25,7 +25,7 @@ SRC_URI[sha256sum] = "bbfac3ed6bfbc2823d3775ebb931087371e142bb0e9bb1bee51a76a6e0 | |||
| 25 | 25 | ||
| 26 | CVE_PRODUCT:append = " mad_libmad" | 26 | CVE_PRODUCT:append = " mad_libmad" |
| 27 | 27 | ||
| 28 | S = "${WORKDIR}/libmad-${PV}" | 28 | S = "${UNPACKDIR}/libmad-${PV}" |
| 29 | 29 | ||
| 30 | inherit autotools pkgconfig | 30 | inherit autotools pkgconfig |
| 31 | 31 | ||
diff --git a/meta-oe/recipes-multimedia/libopus/libopus_1.5.2.bb b/meta-oe/recipes-multimedia/libopus/libopus_1.5.2.bb index 02958ef023..642f34f71d 100644 --- a/meta-oe/recipes-multimedia/libopus/libopus_1.5.2.bb +++ b/meta-oe/recipes-multimedia/libopus/libopus_1.5.2.bb | |||
| @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4b365c2155d66e550e1447075d6744a5" | |||
| 11 | SRC_URI = "http://downloads.xiph.org/releases/opus/opus-${PV}.tar.gz" | 11 | SRC_URI = "http://downloads.xiph.org/releases/opus/opus-${PV}.tar.gz" |
| 12 | SRC_URI[sha256sum] = "65c1d2f78b9f2fb20082c38cbe47c951ad5839345876e46941612ee87f9a7ce1" | 12 | SRC_URI[sha256sum] = "65c1d2f78b9f2fb20082c38cbe47c951ad5839345876e46941612ee87f9a7ce1" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/opus-${PV}" | 14 | S = "${UNPACKDIR}/opus-${PV}" |
| 15 | 15 | ||
| 16 | inherit autotools pkgconfig | 16 | inherit autotools pkgconfig |
| 17 | 17 | ||
diff --git a/meta-oe/recipes-multimedia/libopusenc/libopusenc_0.2.1.bb b/meta-oe/recipes-multimedia/libopusenc/libopusenc_0.2.1.bb index 6d941ae5d3..fb822d7a0e 100644 --- a/meta-oe/recipes-multimedia/libopusenc/libopusenc_0.2.1.bb +++ b/meta-oe/recipes-multimedia/libopusenc/libopusenc_0.2.1.bb | |||
| @@ -14,6 +14,6 @@ UPSTREAM_CHECK_REGEX = "releases/tag/v(?P<pver>\d+(\.\d+)+)" | |||
| 14 | SRC_URI = "https://ftp.osuosl.org/pub/xiph/releases/opus/libopusenc-${PV}.tar.gz" | 14 | SRC_URI = "https://ftp.osuosl.org/pub/xiph/releases/opus/libopusenc-${PV}.tar.gz" |
| 15 | SRC_URI[sha256sum] = "8298db61a8d3d63e41c1a80705baa8ce9ff3f50452ea7ec1c19a564fe106cbb9" | 15 | SRC_URI[sha256sum] = "8298db61a8d3d63e41c1a80705baa8ce9ff3f50452ea7ec1c19a564fe106cbb9" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/libopusenc-${PV}" | 17 | S = "${UNPACKDIR}/libopusenc-${PV}" |
| 18 | 18 | ||
| 19 | inherit autotools pkgconfig | 19 | inherit autotools pkgconfig |
diff --git a/meta-oe/recipes-multimedia/libxmp/libxmp_4.6.3.bb b/meta-oe/recipes-multimedia/libxmp/libxmp_4.6.3.bb index b8d916e70a..c302f65ed5 100644 --- a/meta-oe/recipes-multimedia/libxmp/libxmp_4.6.3.bb +++ b/meta-oe/recipes-multimedia/libxmp/libxmp_4.6.3.bb | |||
| @@ -8,4 +8,3 @@ inherit cmake pkgconfig | |||
| 8 | SRC_URI = "git://github.com/libxmp/libxmp.git;protocol=https;branch=master;tag=libxmp-${PV}" | 8 | SRC_URI = "git://github.com/libxmp/libxmp.git;protocol=https;branch=master;tag=libxmp-${PV}" |
| 9 | SRCREV = "bed660f8e530d399c38f27a5a7732f4e79740585" | 9 | SRCREV = "bed660f8e530d399c38f27a5a7732f4e79740585" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | ||
diff --git a/meta-oe/recipes-multimedia/live555/live555_20210824.bb b/meta-oe/recipes-multimedia/live555/live555_20210824.bb index 80c770c3e3..1622a97fe1 100644 --- a/meta-oe/recipes-multimedia/live555/live555_20210824.bb +++ b/meta-oe/recipes-multimedia/live555/live555_20210824.bb | |||
| @@ -18,7 +18,7 @@ MIRRORS += "http://www.live555.com/liveMedia/public/ http://download.videolan.or | |||
| 18 | 18 | ||
| 19 | SRC_URI[sha256sum] = "ce95a1c79f6d18e959f9dc129b8529b711c60e76754acc285e60946303b923ec" | 19 | SRC_URI[sha256sum] = "ce95a1c79f6d18e959f9dc129b8529b711c60e76754acc285e60946303b923ec" |
| 20 | 20 | ||
| 21 | S = "${WORKDIR}/live" | 21 | S = "${UNPACKDIR}/live" |
| 22 | 22 | ||
| 23 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | 23 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ |
| 24 | file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02 \ | 24 | file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02 \ |
diff --git a/meta-oe/recipes-multimedia/mplayer/libplacebo_7.351.0.bb b/meta-oe/recipes-multimedia/mplayer/libplacebo_7.351.0.bb index 272e293fd4..68a29dde91 100644 --- a/meta-oe/recipes-multimedia/mplayer/libplacebo_7.351.0.bb +++ b/meta-oe/recipes-multimedia/mplayer/libplacebo_7.351.0.bb | |||
| @@ -9,7 +9,6 @@ SRCREV = "3188549fba13bbdf3a5a98de2a38c2e71f04e21e" | |||
| 9 | 9 | ||
| 10 | inherit meson pkgconfig | 10 | inherit meson pkgconfig |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'vulkan opengl', d)} lcms" | 13 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'vulkan opengl', d)} lcms" |
| 15 | 14 | ||
diff --git a/meta-oe/recipes-multimedia/mplayer/mpv_0.40.0.bb b/meta-oe/recipes-multimedia/mplayer/mpv_0.40.0.bb index 3d54bbb341..3223dd69d7 100644 --- a/meta-oe/recipes-multimedia/mplayer/mpv_0.40.0.bb +++ b/meta-oe/recipes-multimedia/mplayer/mpv_0.40.0.bb | |||
| @@ -18,7 +18,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=570a9b3749dd0463a1778803b12a6dce" | |||
| 18 | 18 | ||
| 19 | SRCREV = "e48ac7ce08462f5e33af6ef9deeac6fa87eef01e" | 19 | SRCREV = "e48ac7ce08462f5e33af6ef9deeac6fa87eef01e" |
| 20 | SRC_URI = "git://github.com/mpv-player/mpv;name=mpv;branch=release/${@oe.utils.trim_version('${PV}', 2)};protocol=https" | 20 | SRC_URI = "git://github.com/mpv-player/mpv;name=mpv;branch=release/${@oe.utils.trim_version('${PV}', 2)};protocol=https" |
| 21 | S = "${WORKDIR}/git" | ||
| 22 | 21 | ||
| 23 | inherit meson pkgconfig mime-xdg | 22 | inherit meson pkgconfig mime-xdg |
| 24 | 23 | ||
diff --git a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.28.1.bb b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.28.1.bb index afe217e1f3..0a3b5d28b6 100644 --- a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.28.1.bb +++ b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.28.1.bb | |||
| @@ -33,7 +33,6 @@ SRC_URI = "\ | |||
| 33 | 33 | ||
| 34 | SRCREV = "fc15e229d9d337e46d730f00647821adbbd58548" | 34 | SRCREV = "fc15e229d9d337e46d730f00647821adbbd58548" |
| 35 | 35 | ||
| 36 | S = "${WORKDIR}/git" | ||
| 37 | 36 | ||
| 38 | UPSTREAM_CHECK_GITTAGREGEX = "v4l-utils-(?P<pver>\d+(\.\d+)+)" | 37 | UPSTREAM_CHECK_GITTAGREGEX = "v4l-utils-(?P<pver>\d+(\.\d+)+)" |
| 39 | 38 | ||
diff --git a/meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb b/meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb index 699b5608db..87dc7a7be6 100644 --- a/meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb +++ b/meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb | |||
| @@ -7,7 +7,6 @@ SRC_URI = "git://git.ideasonboard.org/yavta.git;branch=master;protocol=https \ | |||
| 7 | SRCREV = "52c975e5542504ac10bed8b1d68df5c75951d202" | 7 | SRCREV = "52c975e5542504ac10bed8b1d68df5c75951d202" |
| 8 | 8 | ||
| 9 | PV = "0.0" | 9 | PV = "0.0" |
| 10 | S = "${WORKDIR}/git" | ||
| 11 | 10 | ||
| 12 | # Upstream repo does not tag | 11 | # Upstream repo does not tag |
| 13 | UPSTREAM_CHECK_COMMITS = "1" | 12 | UPSTREAM_CHECK_COMMITS = "1" |
diff --git a/meta-oe/recipes-multimedia/wavpack/wavpack_5.6.0.bb b/meta-oe/recipes-multimedia/wavpack/wavpack_5.6.0.bb index 7384d2892f..651fbc4192 100644 --- a/meta-oe/recipes-multimedia/wavpack/wavpack_5.6.0.bb +++ b/meta-oe/recipes-multimedia/wavpack/wavpack_5.6.0.bb | |||
| @@ -11,7 +11,6 @@ SRC_URI = "git://github.com/dbry/WavPack.git;branch=master;protocol=https \ | |||
| 11 | 11 | ||
| 12 | SRCREV = "e03e8e29dc618e08e7baba9636e57ba1254874ce" | 12 | SRCREV = "e03e8e29dc618e08e7baba9636e57ba1254874ce" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | 14 | ||
| 16 | inherit cmake pkgconfig lib_package | 15 | inherit cmake pkgconfig lib_package |
| 17 | 16 | ||
diff --git a/meta-oe/recipes-multimedia/webm/libvpx_1.15.2.bb b/meta-oe/recipes-multimedia/webm/libvpx_1.15.2.bb index f709541c20..a7cd76e0c7 100644 --- a/meta-oe/recipes-multimedia/webm/libvpx_1.15.2.bb +++ b/meta-oe/recipes-multimedia/webm/libvpx_1.15.2.bb | |||
| @@ -12,7 +12,6 @@ SRC_URI += "git://chromium.googlesource.com/webm/libvpx;protocol=https;branch=ma | |||
| 12 | file://libvpx-configure-support-blank-prefix.patch \ | 12 | file://libvpx-configure-support-blank-prefix.patch \ |
| 13 | " | 13 | " |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | 15 | ||
| 17 | # ffmpeg links with this and fails | 16 | # ffmpeg links with this and fails |
| 18 | # sysroots/armv4t-oe-linux-gnueabi/usr/lib/libvpx.a(vpx_encoder.c.o)(.text+0xc4): unresolvable R_ARM_THM_CALL relocation against symbol `memcpy@@GLIBC_2.4' | 17 | # sysroots/armv4t-oe-linux-gnueabi/usr/lib/libvpx.a(vpx_encoder.c.o)(.text+0xc4): unresolvable R_ARM_THM_CALL relocation against symbol `memcpy@@GLIBC_2.4' |
diff --git a/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb b/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb index 3d100b870c..5023e4e842 100644 --- a/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb +++ b/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=db043791349ba57ad1169e1c92477cb6" | |||
| 7 | 7 | ||
| 8 | SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/${BPN}/${BPN}_${PV}.tar.gz \ | 8 | SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/${BPN}/${BPN}_${PV}.tar.gz \ |
| 9 | file://auxdir.patch;striplevel=0" | 9 | file://auxdir.patch;striplevel=0" |
| 10 | S = "${WORKDIR}/xpext-1.0" | 10 | S = "${UNPACKDIR}/xpext-1.0" |
| 11 | 11 | ||
| 12 | inherit autotools pkgconfig features_check | 12 | inherit autotools pkgconfig features_check |
| 13 | # depends on virtual/libx11 | 13 | # depends on virtual/libx11 |
diff --git a/meta-oe/recipes-multimedia/xsp/xsp_1.0.0-8.bb b/meta-oe/recipes-multimedia/xsp/xsp_1.0.0-8.bb index 8b9247694c..5350cf1c65 100644 --- a/meta-oe/recipes-multimedia/xsp/xsp_1.0.0-8.bb +++ b/meta-oe/recipes-multimedia/xsp/xsp_1.0.0-8.bb | |||
| @@ -7,7 +7,7 @@ SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/xsp/${BPN}_${PV} | |||
| 7 | file://xsp-fix-pc.patch \ | 7 | file://xsp-fix-pc.patch \ |
| 8 | file://0001-fix-incompatible-pointer-types-build-error-in-gcc-15.patch \ | 8 | file://0001-fix-incompatible-pointer-types-build-error-in-gcc-15.patch \ |
| 9 | " | 9 | " |
| 10 | S = "${WORKDIR}/Xsp" | 10 | S = "${UNPACKDIR}/Xsp" |
| 11 | 11 | ||
| 12 | inherit autotools pkgconfig features_check | 12 | inherit autotools pkgconfig features_check |
| 13 | # depends on virtual/libx11 | 13 | # depends on virtual/libx11 |
diff --git a/meta-oe/recipes-navigation/geoclue/geoclue_2.7.2.bb b/meta-oe/recipes-navigation/geoclue/geoclue_2.7.2.bb index db0142502f..48b2535a03 100644 --- a/meta-oe/recipes-navigation/geoclue/geoclue_2.7.2.bb +++ b/meta-oe/recipes-navigation/geoclue/geoclue_2.7.2.bb | |||
| @@ -17,7 +17,6 @@ SRC_URI = "git://gitlab.freedesktop.org/geoclue/geoclue.git;protocol=https;branc | |||
| 17 | file://0001-libgeoclue-don-t-try-to-use-g-ir-scanner-when-intros.patch \ | 17 | file://0001-libgeoclue-don-t-try-to-use-g-ir-scanner-when-intros.patch \ |
| 18 | " | 18 | " |
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/git" | ||
| 21 | 20 | ||
| 22 | # Without this line, package is declared a library and named libgeoclue* | 21 | # Without this line, package is declared a library and named libgeoclue* |
| 23 | AUTO_LIBNAME_PKGS = "" | 22 | AUTO_LIBNAME_PKGS = "" |
diff --git a/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl_2.1.28.bb b/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl_2.1.28.bb index 40e51a6a43..bd15b0bda8 100644 --- a/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl_2.1.28.bb +++ b/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl_2.1.28.bb | |||
| @@ -24,7 +24,6 @@ SRC_URI = " \ | |||
| 24 | 24 | ||
| 25 | UPSTREAM_CHECK_URI = "https://github.com/cyrusimap/cyrus-sasl/archives" | 25 | UPSTREAM_CHECK_URI = "https://github.com/cyrusimap/cyrus-sasl/archives" |
| 26 | 26 | ||
| 27 | S = "${WORKDIR}/git" | ||
| 28 | 27 | ||
| 29 | inherit autotools pkgconfig useradd systemd | 28 | inherit autotools pkgconfig useradd systemd |
| 30 | 29 | ||
diff --git a/meta-oe/recipes-printing/qpdf/qpdf_12.2.0.bb b/meta-oe/recipes-printing/qpdf/qpdf_12.2.0.bb index e615681687..8ed993aa78 100644 --- a/meta-oe/recipes-printing/qpdf/qpdf_12.2.0.bb +++ b/meta-oe/recipes-printing/qpdf/qpdf_12.2.0.bb | |||
| @@ -20,7 +20,6 @@ EXTRA_OECMAKE = ' \ | |||
| 20 | LDFLAGS:append:mipsarch = " -latomic" | 20 | LDFLAGS:append:mipsarch = " -latomic" |
| 21 | LDFLAGS:append:riscv32 = " -latomic" | 21 | LDFLAGS:append:riscv32 = " -latomic" |
| 22 | 22 | ||
| 23 | S = "${WORKDIR}/git" | ||
| 24 | 23 | ||
| 25 | PACKAGECONFIG ?= "gnutls" | 24 | PACKAGECONFIG ?= "gnutls" |
| 26 | PACKAGECONFIG[gnutls] = "-DREQUIRE_CRYPTO_GNUTLS=ON,-DREQUIRE_CRYPTO_OPENSSL=ON" | 25 | PACKAGECONFIG[gnutls] = "-DREQUIRE_CRYPTO_GNUTLS=ON,-DREQUIRE_CRYPTO_OPENSSL=ON" |
diff --git a/meta-oe/recipes-security/audit/audit_4.0.5.bb b/meta-oe/recipes-security/audit/audit_4.0.5.bb index 6fa025abd4..58100b206d 100644 --- a/meta-oe/recipes-security/audit/audit_4.0.5.bb +++ b/meta-oe/recipes-security/audit/audit_4.0.5.bb | |||
| @@ -12,7 +12,6 @@ SRC_URI = "git://github.com/linux-audit/${BPN}-userspace.git;branch=master;proto | |||
| 12 | file://auditd \ | 12 | file://auditd \ |
| 13 | " | 13 | " |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | SRCREV = "97c4ec3d68b5b199f2796d1e126c2144506bd228" | 15 | SRCREV = "97c4ec3d68b5b199f2796d1e126c2144506bd228" |
| 17 | 16 | ||
| 18 | inherit autotools python3targetconfig update-rc.d systemd | 17 | inherit autotools python3targetconfig update-rc.d systemd |
diff --git a/meta-oe/recipes-security/kernel-hardening-checker/kernel-hardening-checker_0.6.10.bb b/meta-oe/recipes-security/kernel-hardening-checker/kernel-hardening-checker_0.6.10.bb index f4816e733b..e7610ac785 100644 --- a/meta-oe/recipes-security/kernel-hardening-checker/kernel-hardening-checker_0.6.10.bb +++ b/meta-oe/recipes-security/kernel-hardening-checker/kernel-hardening-checker_0.6.10.bb | |||
| @@ -15,7 +15,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d32239bcb673463ab874e80d47fae504" | |||
| 15 | SRC_URI = "git://github.com/a13xp0p0v/kernel-hardening-checker;protocol=https;branch=master" | 15 | SRC_URI = "git://github.com/a13xp0p0v/kernel-hardening-checker;protocol=https;branch=master" |
| 16 | SRCREV = "f4dbe258ff3d37489962ea9cf210192ae7ff9280" | 16 | SRCREV = "f4dbe258ff3d37489962ea9cf210192ae7ff9280" |
| 17 | 17 | ||
| 18 | S = "${UNPACKDIR}/git" | ||
| 19 | 18 | ||
| 20 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 19 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 21 | 20 | ||
diff --git a/meta-oe/recipes-security/keyutils/keyutils_1.6.3.bb b/meta-oe/recipes-security/keyutils/keyutils_1.6.3.bb index 7b3d728216..86f45656f6 100644 --- a/meta-oe/recipes-security/keyutils/keyutils_1.6.3.bb +++ b/meta-oe/recipes-security/keyutils/keyutils_1.6.3.bb | |||
| @@ -26,7 +26,6 @@ SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git;p | |||
| 26 | " | 26 | " |
| 27 | SRCREV = "cb3bb194cca88211cbfcdde2f10c0f43c3fb8ec3" | 27 | SRCREV = "cb3bb194cca88211cbfcdde2f10c0f43c3fb8ec3" |
| 28 | 28 | ||
| 29 | S = "${WORKDIR}/git" | ||
| 30 | 29 | ||
| 31 | PACKAGECONFIG ?= "" | 30 | PACKAGECONFIG ?= "" |
| 32 | PACKAGECONFIG[manpages] = "" | 31 | PACKAGECONFIG[manpages] = "" |
diff --git a/meta-oe/recipes-security/spectre-meltdown-checker/spectre-meltdown-checker_0.46.bb b/meta-oe/recipes-security/spectre-meltdown-checker/spectre-meltdown-checker_0.46.bb index 40858258c3..48f9a738bb 100644 --- a/meta-oe/recipes-security/spectre-meltdown-checker/spectre-meltdown-checker_0.46.bb +++ b/meta-oe/recipes-security/spectre-meltdown-checker/spectre-meltdown-checker_0.46.bb | |||
| @@ -11,7 +11,6 @@ LIC_FILES_CHKSUM = "file://spectre-meltdown-checker.sh;beginline=2;endline=2;md5 | |||
| 11 | SRC_URI = "git://github.com/speed47/spectre-meltdown-checker;protocol=https;branch=master" | 11 | SRC_URI = "git://github.com/speed47/spectre-meltdown-checker;protocol=https;branch=master" |
| 12 | SRCREV = "b8f8c81d519435c0871b13f02b5c4a72c5bffd5e" | 12 | SRCREV = "b8f8c81d519435c0871b13f02b5c4a72c5bffd5e" |
| 13 | 13 | ||
| 14 | S = "${UNPACKDIR}/git" | ||
| 15 | 14 | ||
| 16 | # binutils: readelf,objdump might be used for deeper analysis | 15 | # binutils: readelf,objdump might be used for deeper analysis |
| 17 | # coreutils: dd with iflag=skip_bytes oflag=seek_bytes in some cases | 16 | # coreutils: dd with iflag=skip_bytes oflag=seek_bytes in some cases |
diff --git a/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.6.1.bb b/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.6.1.bb index 86acdc7aa1..f172168335 100644 --- a/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.6.1.bb +++ b/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.6.1.bb | |||
| @@ -8,7 +8,7 @@ SECTION = "System Environment/Kernel" | |||
| 8 | SRC_URI = "http://jaist.dl.sourceforge.jp/tomoyo/70710/${BP}-20210910.tar.gz" | 8 | SRC_URI = "http://jaist.dl.sourceforge.jp/tomoyo/70710/${BP}-20210910.tar.gz" |
| 9 | SRC_URI[sha256sum] = "47a12cdb1fe7bbd0b2e3486150fe1e754fa9c869aeefd42fd311c4022b78010a" | 9 | SRC_URI[sha256sum] = "47a12cdb1fe7bbd0b2e3486150fe1e754fa9c869aeefd42fd311c4022b78010a" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/${BPN}" | 11 | S = "${UNPACKDIR}/${BPN}" |
| 12 | 12 | ||
| 13 | LICENSE = "GPL-2.0-only" | 13 | LICENSE = "GPL-2.0-only" |
| 14 | LIC_FILES_CHKSUM = "file://COPYING.tomoyo;md5=751419260aa954499f7abaabaa882bbe" | 14 | LIC_FILES_CHKSUM = "file://COPYING.tomoyo;md5=751419260aa954499f7abaabaa882bbe" |
diff --git a/meta-oe/recipes-shells/mksh/mksh_59c.bb b/meta-oe/recipes-shells/mksh/mksh_59c.bb index e3a8ca8b5e..d27320cf1f 100644 --- a/meta-oe/recipes-shells/mksh/mksh_59c.bb +++ b/meta-oe/recipes-shells/mksh/mksh_59c.bb | |||
| @@ -15,7 +15,7 @@ UPSTREAM_CHECK_REGEX = "${BPN}-R(?P<pver>.*)\.tgz" | |||
| 15 | 15 | ||
| 16 | inherit update-alternatives | 16 | inherit update-alternatives |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/${BPN}" | 18 | S = "${UNPACKDIR}/${BPN}" |
| 19 | 19 | ||
| 20 | ALTERNATIVE:${PN} = "sh" | 20 | ALTERNATIVE:${PN} = "sh" |
| 21 | ALTERNATIVE_LINK_NAME[sh] = "${base_bindir}/sh" | 21 | ALTERNATIVE_LINK_NAME[sh] = "${base_bindir}/sh" |
diff --git a/meta-oe/recipes-support/ace-cloud-editor/ace-cloud-editor_git.bb b/meta-oe/recipes-support/ace-cloud-editor/ace-cloud-editor_git.bb index 6d64ab71bf..85443984a2 100644 --- a/meta-oe/recipes-support/ace-cloud-editor/ace-cloud-editor_git.bb +++ b/meta-oe/recipes-support/ace-cloud-editor/ace-cloud-editor_git.bb | |||
| @@ -11,7 +11,6 @@ SRCREV = "812e2c56aed246931a667f16c28b096e34597016" | |||
| 11 | 11 | ||
| 12 | FILES:${PN} = "${datadir}/ace-builds" | 12 | FILES:${PN} = "${datadir}/ace-builds" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | 14 | ||
| 16 | DEPENDS += "rsync-native" | 15 | DEPENDS += "rsync-native" |
| 17 | 16 | ||
diff --git a/meta-oe/recipes-support/avro/avro-c++_1.11.3.bb b/meta-oe/recipes-support/avro/avro-c++_1.11.3.bb index 0ac1decccf..c1e8863fb3 100644 --- a/meta-oe/recipes-support/avro/avro-c++_1.11.3.bb +++ b/meta-oe/recipes-support/avro/avro-c++_1.11.3.bb | |||
| @@ -15,7 +15,7 @@ SRC_URI = "git://github.com/apache/avro;branch=${BRANCH};protocol=https \ | |||
| 15 | file://0003-Update-CXX-standard-to-CXX14.patch \ | 15 | file://0003-Update-CXX-standard-to-CXX14.patch \ |
| 16 | " | 16 | " |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git/lang/c++" | 18 | S = "${UNPACKDIR}/${BP}/lang/c++" |
| 19 | 19 | ||
| 20 | inherit cmake pkgconfig | 20 | inherit cmake pkgconfig |
| 21 | 21 | ||
diff --git a/meta-oe/recipes-support/avro/avro-c_1.11.3.bb b/meta-oe/recipes-support/avro/avro-c_1.11.3.bb index 37a12006ba..f7da323710 100644 --- a/meta-oe/recipes-support/avro/avro-c_1.11.3.bb +++ b/meta-oe/recipes-support/avro/avro-c_1.11.3.bb | |||
| @@ -14,6 +14,6 @@ SRC_URI = " \ | |||
| 14 | file://0001-AVRO-3960-C-Fix-st-ANYARGS-warning-2798.patch;patchdir=../.. \ | 14 | file://0001-AVRO-3960-C-Fix-st-ANYARGS-warning-2798.patch;patchdir=../.. \ |
| 15 | file://0001-AVRO-3957-C-Fix-typos-in-docs-and-examples-2795.patch;patchdir=../.. \ | 15 | file://0001-AVRO-3957-C-Fix-typos-in-docs-and-examples-2795.patch;patchdir=../.. \ |
| 16 | " | 16 | " |
| 17 | S = "${WORKDIR}/git/lang/c" | 17 | S = "${UNPACKDIR}/${BP}/lang/c" |
| 18 | 18 | ||
| 19 | inherit cmake pkgconfig | 19 | inherit cmake pkgconfig |
diff --git a/meta-oe/recipes-support/bcu/bcu_1.1.115.bb b/meta-oe/recipes-support/bcu/bcu_1.1.115.bb index 897e7031ca..260fba02a9 100644 --- a/meta-oe/recipes-support/bcu/bcu_1.1.115.bb +++ b/meta-oe/recipes-support/bcu/bcu_1.1.115.bb | |||
| @@ -14,7 +14,6 @@ SRC_URI = "git://github.com/nxp-imx/bcu;protocol=https;branch=master \ | |||
| 14 | " | 14 | " |
| 15 | SRCREV = "f081c69c26e330cf03ec790051c415c4716509d9" | 15 | SRCREV = "f081c69c26e330cf03ec790051c415c4716509d9" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | 17 | ||
| 19 | DEPENDS = "curl libyaml libusb1 openssl libftdi" | 18 | DEPENDS = "curl libyaml libusb1 openssl libftdi" |
| 20 | 19 | ||
diff --git a/meta-oe/recipes-support/bdwgc/bdwgc_8.2.8.bb b/meta-oe/recipes-support/bdwgc/bdwgc_8.2.8.bb index fe51c1029d..3c8c41cc03 100644 --- a/meta-oe/recipes-support/bdwgc/bdwgc_8.2.8.bb +++ b/meta-oe/recipes-support/bdwgc/bdwgc_8.2.8.bb | |||
| @@ -26,7 +26,6 @@ DEPENDS = "libatomic-ops" | |||
| 26 | SRCREV = "ee59af3722e56de8404de6cd0c21c2493cc4d855" | 26 | SRCREV = "ee59af3722e56de8404de6cd0c21c2493cc4d855" |
| 27 | SRC_URI = "git://github.com/ivmai/bdwgc.git;branch=release-8_2;protocol=https" | 27 | SRC_URI = "git://github.com/ivmai/bdwgc.git;branch=release-8_2;protocol=https" |
| 28 | 28 | ||
| 29 | S = "${WORKDIR}/git" | ||
| 30 | 29 | ||
| 31 | inherit autotools pkgconfig | 30 | inherit autotools pkgconfig |
| 32 | 31 | ||
diff --git a/meta-oe/recipes-support/bmap-writer/bmap-writer_1.0.2.bb b/meta-oe/recipes-support/bmap-writer/bmap-writer_1.0.2.bb index 4f4f58def3..f49aa480da 100644 --- a/meta-oe/recipes-support/bmap-writer/bmap-writer_1.0.2.bb +++ b/meta-oe/recipes-support/bmap-writer/bmap-writer_1.0.2.bb | |||
| @@ -10,7 +10,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e49f4652534af377a713df3d9dec60cb" | |||
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/embetrix/${BPN};branch=master;protocol=https" | 11 | SRC_URI = "git://github.com/embetrix/${BPN};branch=master;protocol=https" |
| 12 | SRCREV = "7489280a7a1247f23543343aba4e95bf2f2e8fa6" | 12 | SRCREV = "7489280a7a1247f23543343aba4e95bf2f2e8fa6" |
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | DEPENDS = "libtinyxml2 libarchive" | 14 | DEPENDS = "libtinyxml2 libarchive" |
| 16 | inherit cmake pkgconfig | 15 | inherit cmake pkgconfig |
diff --git a/meta-oe/recipes-support/boost-sml/boost-sml_1.1.12.bb b/meta-oe/recipes-support/boost-sml/boost-sml_1.1.12.bb index a4b5650c90..0a2514237a 100644 --- a/meta-oe/recipes-support/boost-sml/boost-sml_1.1.12.bb +++ b/meta-oe/recipes-support/boost-sml/boost-sml_1.1.12.bb | |||
| @@ -11,7 +11,6 @@ DEPENDS += "boost qemu-native" | |||
| 11 | SRC_URI = "git://github.com/boost-ext/sml.git;protocol=https;branch=master" | 11 | SRC_URI = "git://github.com/boost-ext/sml.git;protocol=https;branch=master" |
| 12 | SRCREV = "cd3ef80206b71463de96d6b682cfdc99703ec147" | 12 | SRCREV = "cd3ef80206b71463de96d6b682cfdc99703ec147" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | 14 | ||
| 16 | inherit cmake | 15 | inherit cmake |
| 17 | 16 | ||
diff --git a/meta-oe/recipes-support/btop/btop_1.4.3.bb b/meta-oe/recipes-support/btop/btop_1.4.3.bb index b0d74d49d7..9a5a21c56d 100644 --- a/meta-oe/recipes-support/btop/btop_1.4.3.bb +++ b/meta-oe/recipes-support/btop/btop_1.4.3.bb | |||
| @@ -8,7 +8,6 @@ SRC_URI = "git://github.com/aristocratos/btop.git;protocol=https;branch=main;tag | |||
| 8 | " | 8 | " |
| 9 | SRCREV = "3f1ccd9f6c455fef6d4d8cfbc8ed71b86961323d" | 9 | SRCREV = "3f1ccd9f6c455fef6d4d8cfbc8ed71b86961323d" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | 11 | ||
| 13 | inherit cmake | 12 | inherit cmake |
| 14 | 13 | ||
diff --git a/meta-oe/recipes-support/c-periphery/c-periphery_2.4.3.bb b/meta-oe/recipes-support/c-periphery/c-periphery_2.4.3.bb index f512111d66..058ede614e 100644 --- a/meta-oe/recipes-support/c-periphery/c-periphery_2.4.3.bb +++ b/meta-oe/recipes-support/c-periphery/c-periphery_2.4.3.bb | |||
| @@ -11,7 +11,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e88456d0a60de4c71ff4d787c212f253" | |||
| 11 | SRC_URI = "git://github.com/vsergeev/c-periphery;protocol=https;branch=master" | 11 | SRC_URI = "git://github.com/vsergeev/c-periphery;protocol=https;branch=master" |
| 12 | SRCREV = "911e989fe41eb90c7df274cb54555346caf2a632" | 12 | SRCREV = "911e989fe41eb90c7df274cb54555346caf2a632" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | 14 | ||
| 16 | inherit cmake | 15 | inherit cmake |
| 17 | 16 | ||
diff --git a/meta-oe/recipes-support/ceres-solver/ceres-solver_2.2.0.bb b/meta-oe/recipes-support/ceres-solver/ceres-solver_2.2.0.bb index 18db0721de..63500def05 100644 --- a/meta-oe/recipes-support/ceres-solver/ceres-solver_2.2.0.bb +++ b/meta-oe/recipes-support/ceres-solver/ceres-solver_2.2.0.bb | |||
| @@ -8,7 +8,6 @@ DEPENDS = "libeigen glog" | |||
| 8 | SRC_URI = "git://github.com/ceres-solver/ceres-solver.git;branch=master;protocol=https" | 8 | SRC_URI = "git://github.com/ceres-solver/ceres-solver.git;branch=master;protocol=https" |
| 9 | SRCREV = "85331393dc0dff09f6fb9903ab0c4bfa3e134b01" | 9 | SRCREV = "85331393dc0dff09f6fb9903ab0c4bfa3e134b01" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | 11 | ||
| 13 | inherit cmake | 12 | inherit cmake |
| 14 | 13 | ||
diff --git a/meta-oe/recipes-support/cli11/cli11_2.3.2.bb b/meta-oe/recipes-support/cli11/cli11_2.3.2.bb index ef3c951bbf..346ccd6c69 100644 --- a/meta-oe/recipes-support/cli11/cli11_2.3.2.bb +++ b/meta-oe/recipes-support/cli11/cli11_2.3.2.bb | |||
| @@ -11,7 +11,6 @@ SRC_URI += "gitsm://github.com/CLIUtils/CLI11;branch=main;protocol=https \ | |||
| 11 | file://0001-Do-not-download-the-catch-framework-during-configure.patch" | 11 | file://0001-Do-not-download-the-catch-framework-during-configure.patch" |
| 12 | 12 | ||
| 13 | SRC_URI[sha256sum] = "ea379c4a3cb5799027b1eb451163dff065a3d641aaba23bf4e24ee6b536bd9bc" | 13 | SRC_URI[sha256sum] = "ea379c4a3cb5799027b1eb451163dff065a3d641aaba23bf4e24ee6b536bd9bc" |
| 14 | S = "${WORKDIR}/git" | ||
| 15 | 14 | ||
| 16 | do_configure:prepend() { | 15 | do_configure:prepend() { |
| 17 | mkdir -p ${S}/tests/catch2 | 16 | mkdir -p ${S}/tests/catch2 |
diff --git a/meta-oe/recipes-support/cmark/cmark_0.31.1.bb b/meta-oe/recipes-support/cmark/cmark_0.31.1.bb index 1edb95e455..bbbb36dace 100644 --- a/meta-oe/recipes-support/cmark/cmark_0.31.1.bb +++ b/meta-oe/recipes-support/cmark/cmark_0.31.1.bb | |||
| @@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=81f9cae6293cc0345a9144b78152ab62" | |||
| 5 | 5 | ||
| 6 | SRC_URI = "git://github.com/commonmark/cmark.git;branch=master;protocol=https" | 6 | SRC_URI = "git://github.com/commonmark/cmark.git;branch=master;protocol=https" |
| 7 | SRCREV = "bb3678d7a73cb02d35c8876ecd097072636200a8" | 7 | SRCREV = "bb3678d7a73cb02d35c8876ecd097072636200a8" |
| 8 | S = "${WORKDIR}/git" | ||
| 9 | 8 | ||
| 10 | inherit cmake lib_package | 9 | inherit cmake lib_package |
| 11 | 10 | ||
diff --git a/meta-oe/recipes-support/composefs/composefs_1.0.8.bb b/meta-oe/recipes-support/composefs/composefs_1.0.8.bb index c1df5dce03..f2bae91f44 100644 --- a/meta-oe/recipes-support/composefs/composefs_1.0.8.bb +++ b/meta-oe/recipes-support/composefs/composefs_1.0.8.bb | |||
| @@ -16,7 +16,6 @@ LIC_FILES_CHKSUM = "\ | |||
| 16 | SRCREV = "858ce1b38e1534c2602eb431124b5dca706bc746" | 16 | SRCREV = "858ce1b38e1534c2602eb431124b5dca706bc746" |
| 17 | SRC_URI = "git://github.com/containers/composefs.git;protocol=https;branch=main" | 17 | SRC_URI = "git://github.com/containers/composefs.git;protocol=https;branch=main" |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | ||
| 20 | 19 | ||
| 21 | inherit meson | 20 | inherit meson |
| 22 | 21 | ||
diff --git a/meta-oe/recipes-support/consolation/consolation_0.0.9.bb b/meta-oe/recipes-support/consolation/consolation_0.0.9.bb index 17981b6e9b..a1523be376 100644 --- a/meta-oe/recipes-support/consolation/consolation_0.0.9.bb +++ b/meta-oe/recipes-support/consolation/consolation_0.0.9.bb | |||
| @@ -17,7 +17,6 @@ DEPENDS = " \ | |||
| 17 | SRC_URI = "git://salsa.debian.org/consolation-team/consolation.git;branch=master" | 17 | SRC_URI = "git://salsa.debian.org/consolation-team/consolation.git;branch=master" |
| 18 | SRCREV = "5ef08f0cd6ede62de14de477b74fc3611108c676" | 18 | SRCREV = "5ef08f0cd6ede62de14de477b74fc3611108c676" |
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/git" | ||
| 21 | 20 | ||
| 22 | inherit autotools pkgconfig systemd | 21 | inherit autotools pkgconfig systemd |
| 23 | 22 | ||
diff --git a/meta-oe/recipes-support/cpp-netlib/cpp-netlib_git.bb b/meta-oe/recipes-support/cpp-netlib/cpp-netlib_git.bb index 8b50cb0654..4b8bf162fa 100644 --- a/meta-oe/recipes-support/cpp-netlib/cpp-netlib_git.bb +++ b/meta-oe/recipes-support/cpp-netlib/cpp-netlib_git.bb | |||
| @@ -16,7 +16,6 @@ SRC_URI = "\ | |||
| 16 | file://a53f123040998744602f190944464af0e159ea19.patch \ | 16 | file://a53f123040998744602f190944464af0e159ea19.patch \ |
| 17 | " | 17 | " |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | ||
| 20 | 19 | ||
| 21 | inherit cmake pkgconfig | 20 | inherit cmake pkgconfig |
| 22 | 21 | ||
diff --git a/meta-oe/recipes-support/cpprest/cpprest_2.10.19.bb b/meta-oe/recipes-support/cpprest/cpprest_2.10.19.bb index 1444974b44..ec7be4ad37 100644 --- a/meta-oe/recipes-support/cpprest/cpprest_2.10.19.bb +++ b/meta-oe/recipes-support/cpprest/cpprest_2.10.19.bb | |||
| @@ -14,7 +14,6 @@ SRC_URI = "git://github.com/Microsoft/cpprestsdk.git;protocol=https;branch=maste | |||
| 14 | # tag 2.10.19 | 14 | # tag 2.10.19 |
| 15 | SRCREV = "411a109150b270f23c8c97fa4ec9a0a4a98cdecf" | 15 | SRCREV = "411a109150b270f23c8c97fa4ec9a0a4a98cdecf" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | 17 | ||
| 19 | inherit cmake pkgconfig | 18 | inherit cmake pkgconfig |
| 20 | 19 | ||
diff --git a/meta-oe/recipes-support/cpulimit/cpulimit_0.2.bb b/meta-oe/recipes-support/cpulimit/cpulimit_0.2.bb index ee2f91343e..676028efa1 100644 --- a/meta-oe/recipes-support/cpulimit/cpulimit_0.2.bb +++ b/meta-oe/recipes-support/cpulimit/cpulimit_0.2.bb | |||
| @@ -10,7 +10,6 @@ SRC_URI = "git://github.com/opsengine/cpulimit.git;protocol=https;branch=master | |||
| 10 | file://0002-busy.c-Fix-incompatible-pointer-type-error.patch \ | 10 | file://0002-busy.c-Fix-incompatible-pointer-type-error.patch \ |
| 11 | " | 11 | " |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | do_compile() { | 14 | do_compile() { |
| 16 | oe_runmake all | 15 | oe_runmake all |
diff --git a/meta-oe/recipes-support/crucible/crucible_2023.11.02.bb b/meta-oe/recipes-support/crucible/crucible_2023.11.02.bb index 8966194704..132395e023 100644 --- a/meta-oe/recipes-support/crucible/crucible_2023.11.02.bb +++ b/meta-oe/recipes-support/crucible/crucible_2023.11.02.bb | |||
| @@ -9,7 +9,6 @@ require ${BPN}-go-mods.inc | |||
| 9 | 9 | ||
| 10 | SRCREV = "dec27cd4e0e0db106c0a21d429c04ca8d36bbdd5" | 10 | SRCREV = "dec27cd4e0e0db106c0a21d429c04ca8d36bbdd5" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | GO_IMPORT = "github.com/usbarmory/crucible" | 13 | GO_IMPORT = "github.com/usbarmory/crucible" |
| 15 | GO_INSTALL = "\ | 14 | GO_INSTALL = "\ |
diff --git a/meta-oe/recipes-support/ctapi-common/ctapi-common_1.1-14.bb b/meta-oe/recipes-support/ctapi-common/ctapi-common_1.1-14.bb index ece30a598b..04362db7e5 100644 --- a/meta-oe/recipes-support/ctapi-common/ctapi-common_1.1-14.bb +++ b/meta-oe/recipes-support/ctapi-common/ctapi-common_1.1-14.bb | |||
| @@ -8,8 +8,7 @@ SRC_URI = "https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/ | |||
| 8 | https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/23/Everything/source/SRPMS/c/${BPN}-${PV}.fc23.src.rpm;extract=ctapi-common.README" | 8 | https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/23/Everything/source/SRPMS/c/${BPN}-${PV}.fc23.src.rpm;extract=ctapi-common.README" |
| 9 | SRC_URI[sha256sum] = "87a74eb0a66055c34ba2c5c919e74f3211c5950ae1c2cbab967fdf4137f5de91" | 9 | SRC_URI[sha256sum] = "87a74eb0a66055c34ba2c5c919e74f3211c5950ae1c2cbab967fdf4137f5de91" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/sources" | 11 | S = "${UNPACKDIR}" |
| 12 | UNPACKDIR = "${S}" | ||
| 13 | 12 | ||
| 14 | do_compile() { | 13 | do_compile() { |
| 15 | install -pm 644 ${UNPACKDIR}/ctapi-common.LICENSE LICENSE | 14 | install -pm 644 ${UNPACKDIR}/ctapi-common.LICENSE LICENSE |
diff --git a/meta-oe/recipes-support/ctre/ctre_3.9.0.bb b/meta-oe/recipes-support/ctre/ctre_3.9.0.bb index 3a09fe743c..901763f0ad 100644 --- a/meta-oe/recipes-support/ctre/ctre_3.9.0.bb +++ b/meta-oe/recipes-support/ctre/ctre_3.9.0.bb | |||
| @@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2e982d844baa4df1c80de75470e0c5cb" | |||
| 7 | SRC_URI = "git://github.com/hanickadot/compile-time-regular-expressions.git;protocol=https;branch=main" | 7 | SRC_URI = "git://github.com/hanickadot/compile-time-regular-expressions.git;protocol=https;branch=main" |
| 8 | SRCREV = "eb9577aae3515d14e6c5564f9aeb046d2e7c1124" | 8 | SRCREV = "eb9577aae3515d14e6c5564f9aeb046d2e7c1124" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | 10 | ||
| 12 | inherit cmake | 11 | inherit cmake |
| 13 | 12 | ||
diff --git a/meta-oe/recipes-support/cxxopts/cxxopts_3.3.1.bb b/meta-oe/recipes-support/cxxopts/cxxopts_3.3.1.bb index 8df707b86f..7b0cc05979 100644 --- a/meta-oe/recipes-support/cxxopts/cxxopts_3.3.1.bb +++ b/meta-oe/recipes-support/cxxopts/cxxopts_3.3.1.bb | |||
| @@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8de00431559a76a1b43f6fd44f8f6689" | |||
| 7 | SRC_URI = "git://github.com/jarro2783/cxxopts.git;protocol=https;branch=master" | 7 | SRC_URI = "git://github.com/jarro2783/cxxopts.git;protocol=https;branch=master" |
| 8 | SRCREV = "44380e5a44706ab7347f400698c703eb2a196202" | 8 | SRCREV = "44380e5a44706ab7347f400698c703eb2a196202" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | 10 | ||
| 12 | inherit cmake | 11 | inherit cmake |
| 13 | 12 | ||
diff --git a/meta-oe/recipes-support/cyaml/cyaml_1.4.1.bb b/meta-oe/recipes-support/cyaml/cyaml_1.4.1.bb index f63348a328..5f33c27c52 100644 --- a/meta-oe/recipes-support/cyaml/cyaml_1.4.1.bb +++ b/meta-oe/recipes-support/cyaml/cyaml_1.4.1.bb | |||
| @@ -11,7 +11,6 @@ SRCREV = "07ff8654a270ec9b410acd3152b60de9e9f941af" | |||
| 11 | 11 | ||
| 12 | SRC_URI = "git://github.com/tlsa/libcyaml.git;protocol=https;branch=main" | 12 | SRC_URI = "git://github.com/tlsa/libcyaml.git;protocol=https;branch=main" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | 14 | ||
| 16 | inherit pkgconfig | 15 | inherit pkgconfig |
| 17 | 16 | ||
diff --git a/meta-oe/recipes-support/daemonize/daemonize_git.bb b/meta-oe/recipes-support/daemonize/daemonize_git.bb index b0712e521b..bae04ca7a3 100644 --- a/meta-oe/recipes-support/daemonize/daemonize_git.bb +++ b/meta-oe/recipes-support/daemonize/daemonize_git.bb | |||
| @@ -12,6 +12,5 @@ SRC_URI = " \ | |||
| 12 | file://0001-fix-getopt.c-too-many-arguments-to-function-write-er.patch \ | 12 | file://0001-fix-getopt.c-too-many-arguments-to-function-write-er.patch \ |
| 13 | " | 13 | " |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | 15 | ||
| 17 | EXTRA_AUTORECONF += "--exclude=autoheader" | 16 | EXTRA_AUTORECONF += "--exclude=autoheader" |
diff --git a/meta-oe/recipes-support/daemontools/daemontools_0.76.bb b/meta-oe/recipes-support/daemontools/daemontools_0.76.bb index 1ef6a07d0d..cc83015e65 100644 --- a/meta-oe/recipes-support/daemontools/daemontools_0.76.bb +++ b/meta-oe/recipes-support/daemontools/daemontools_0.76.bb | |||
| @@ -31,7 +31,7 @@ SRC_URI[sha256sum] = "a55535012b2be7a52dcd9eccabb9a198b13be50d0384143bd3b32b8710 | |||
| 31 | 31 | ||
| 32 | UPSTREAM_CHECK_URI = "http://cr.yp.to/daemontools/install.html" | 32 | UPSTREAM_CHECK_URI = "http://cr.yp.to/daemontools/install.html" |
| 33 | 33 | ||
| 34 | S = "${WORKDIR}/admin/${BP}" | 34 | S = "${UNPACKDIR}/admin/${BP}" |
| 35 | 35 | ||
| 36 | # http://errors.yoctoproject.org/Errors/Details/766886/ | 36 | # http://errors.yoctoproject.org/Errors/Details/766886/ |
| 37 | # pathexec_run.c:19:17: error: passing argument 2 of 'execve' from incompatible pointer type [-Wincompatible-pointer-types] | 37 | # pathexec_run.c:19:17: error: passing argument 2 of 'execve' from incompatible pointer type [-Wincompatible-pointer-types] |
diff --git a/meta-oe/recipes-support/dc/double-conversion_3.3.1.bb b/meta-oe/recipes-support/dc/double-conversion_3.3.1.bb index 50a36a2c27..31330faa17 100644 --- a/meta-oe/recipes-support/dc/double-conversion_3.3.1.bb +++ b/meta-oe/recipes-support/dc/double-conversion_3.3.1.bb | |||
| @@ -6,7 +6,6 @@ LICENSE = "BSD-3-Clause" | |||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1ea35644f0ec0d9767897115667e901f" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1ea35644f0ec0d9767897115667e901f" |
| 7 | 7 | ||
| 8 | 8 | ||
| 9 | S = "${WORKDIR}/git" | ||
| 10 | 9 | ||
| 11 | SRC_URI = " \ | 10 | SRC_URI = " \ |
| 12 | git://github.com/google/double-conversion.git;protocol=https;branch=master \ | 11 | git://github.com/google/double-conversion.git;protocol=https;branch=master \ |
diff --git a/meta-oe/recipes-support/devmem2/devmem2_2.0.bb b/meta-oe/recipes-support/devmem2/devmem2_2.0.bb index 5d2e8463e2..e601755af4 100644 --- a/meta-oe/recipes-support/devmem2/devmem2_2.0.bb +++ b/meta-oe/recipes-support/devmem2/devmem2_2.0.bb | |||
| @@ -8,7 +8,6 @@ SRCREV = "5b395a946894eb4f4ef5d07c80a50a88573a541e" | |||
| 8 | # Upstream repo does not tag | 8 | # Upstream repo does not tag |
| 9 | UPSTREAM_CHECK_COMMITS = "1" | 9 | UPSTREAM_CHECK_COMMITS = "1" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | 11 | ||
| 13 | CFLAGS += "-DFORCE_STRICT_ALIGNMENT" | 12 | CFLAGS += "-DFORCE_STRICT_ALIGNMENT" |
| 14 | 13 | ||
diff --git a/meta-oe/recipes-support/dhex/dhex_0.69.bb b/meta-oe/recipes-support/dhex/dhex_0.69.bb index 14e6ec7112..f292cf8d4f 100644 --- a/meta-oe/recipes-support/dhex/dhex_0.69.bb +++ b/meta-oe/recipes-support/dhex/dhex_0.69.bb | |||
| @@ -13,7 +13,7 @@ SRC_URI = " \ | |||
| 13 | " | 13 | " |
| 14 | SRC_URI[sha256sum] = "52730bcd1cf16bd4dae0de42531be9a4057535ec61ca38c0804eb8246ea6c41b" | 14 | SRC_URI[sha256sum] = "52730bcd1cf16bd4dae0de42531be9a4057535ec61ca38c0804eb8246ea6c41b" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/dhex_${PV}" | 16 | S = "${UNPACKDIR}/dhex_${PV}" |
| 17 | 17 | ||
| 18 | EXTRA_OEMAKE += "'CC=${CC}' 'LDFLAGS=${LDFLAGS}' 'CPPFLAGS=${CPPFLAGS}'" | 18 | EXTRA_OEMAKE += "'CC=${CC}' 'LDFLAGS=${LDFLAGS}' 'CPPFLAGS=${CPPFLAGS}'" |
| 19 | 19 | ||
diff --git a/meta-oe/recipes-support/digitemp/digitemp_3.7.2.bb b/meta-oe/recipes-support/digitemp/digitemp_3.7.2.bb index 5272b8ea06..baddf42e6b 100644 --- a/meta-oe/recipes-support/digitemp/digitemp_3.7.2.bb +++ b/meta-oe/recipes-support/digitemp/digitemp_3.7.2.bb | |||
| @@ -11,7 +11,6 @@ SRC_URI = " \ | |||
| 11 | 11 | ||
| 12 | SRCREV = "a162e63aad35358aab325388f3d5e88121606419" | 12 | SRCREV = "a162e63aad35358aab325388f3d5e88121606419" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | 14 | ||
| 16 | EXTRA_OEMAKE = "ds9097 ds9097u \ | 15 | EXTRA_OEMAKE = "ds9097 ds9097u \ |
| 17 | SYSTYPE='Linux' \ | 16 | SYSTYPE='Linux' \ |
diff --git a/meta-oe/recipes-support/dool/dool_1.3.4.bb b/meta-oe/recipes-support/dool/dool_1.3.4.bb index 25662a0271..d18f5c8b01 100644 --- a/meta-oe/recipes-support/dool/dool_1.3.4.bb +++ b/meta-oe/recipes-support/dool/dool_1.3.4.bb | |||
| @@ -14,7 +14,6 @@ SRC_URI = "git://github.com/scottchiefbaker/dool.git;branch=master;protocol=http | |||
| 14 | 14 | ||
| 15 | SRCREV = "5068abef0a960c173a91e84a45e7fea1b0a802c0" | 15 | SRCREV = "5068abef0a960c173a91e84a45e7fea1b0a802c0" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | 17 | ||
| 19 | do_install() { | 18 | do_install() { |
| 20 | oe_runmake 'DESTDIR=${D}' install | 19 | oe_runmake 'DESTDIR=${D}' install |
diff --git a/meta-oe/recipes-support/driverctl/driverctl_0.115.bb b/meta-oe/recipes-support/driverctl/driverctl_0.115.bb index 970844f982..578a2b8d3b 100644 --- a/meta-oe/recipes-support/driverctl/driverctl_0.115.bb +++ b/meta-oe/recipes-support/driverctl/driverctl_0.115.bb | |||
| @@ -10,7 +10,6 @@ RDEPENDS:${PN} += "bash bash-completion" | |||
| 10 | SRC_URI = "git://gitlab.com/driverctl/driverctl.git;branch=master;protocol=https" | 10 | SRC_URI = "git://gitlab.com/driverctl/driverctl.git;branch=master;protocol=https" |
| 11 | SRCREV = "2ba60536eb20ca0a6a751bd8b6501dba84ec45d3" | 11 | SRCREV = "2ba60536eb20ca0a6a751bd8b6501dba84ec45d3" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | inherit pkgconfig systemd features_check | 14 | inherit pkgconfig systemd features_check |
| 16 | 15 | ||
diff --git a/meta-oe/recipes-support/edid-decode/edid-decode_git.bb b/meta-oe/recipes-support/edid-decode/edid-decode_git.bb index 197e4b7184..fc8681ca44 100644 --- a/meta-oe/recipes-support/edid-decode/edid-decode_git.bb +++ b/meta-oe/recipes-support/edid-decode/edid-decode_git.bb | |||
| @@ -13,7 +13,6 @@ PV = "0.0+git" | |||
| 13 | # Upstream repo does not tag | 13 | # Upstream repo does not tag |
| 14 | UPSTREAM_CHECK_COMMITS = "1" | 14 | UPSTREAM_CHECK_COMMITS = "1" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | 16 | ||
| 18 | do_install() { | 17 | do_install() { |
| 19 | oe_runmake 'DESTDIR=${D}' install | 18 | oe_runmake 'DESTDIR=${D}' install |
diff --git a/meta-oe/recipes-support/eject/eject_2.1.5.bb b/meta-oe/recipes-support/eject/eject_2.1.5.bb index 3f6017977a..aa0e86db12 100644 --- a/meta-oe/recipes-support/eject/eject_2.1.5.bb +++ b/meta-oe/recipes-support/eject/eject_2.1.5.bb | |||
| @@ -15,7 +15,7 @@ SRC_URI = "https://downloads.yoctoproject.org/mirror/sources/${BP}.tar.gz \ | |||
| 15 | 15 | ||
| 16 | SRC_URI[sha256sum] = "ef9f7906484cfde4ba223b2682a37058f9a3c7d3bb1adda7a34a67402e2ffe55" | 16 | SRC_URI[sha256sum] = "ef9f7906484cfde4ba223b2682a37058f9a3c7d3bb1adda7a34a67402e2ffe55" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/${BPN}" | 18 | S = "${UNPACKDIR}/${BPN}" |
| 19 | 19 | ||
| 20 | 20 | ||
| 21 | do_compile:prepend() { | 21 | do_compile:prepend() { |
diff --git a/meta-oe/recipes-support/epeg/epeg_git.bb b/meta-oe/recipes-support/epeg/epeg_git.bb index e5277b1579..63c1455f25 100644 --- a/meta-oe/recipes-support/epeg/epeg_git.bb +++ b/meta-oe/recipes-support/epeg/epeg_git.bb | |||
| @@ -9,7 +9,6 @@ SRC_URI = "git://github.com/mattes/epeg.git;branch=master;protocol=https \ | |||
| 9 | file://0001-configure-Fix-checks-for-libjpeg-and-libexif.patch \ | 9 | file://0001-configure-Fix-checks-for-libjpeg-and-libexif.patch \ |
| 10 | " | 10 | " |
| 11 | SRCREV = "9a175cd67eaa61fe45413d8da82da72936567047" | 11 | SRCREV = "9a175cd67eaa61fe45413d8da82da72936567047" |
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | inherit autotools pkgconfig | 13 | inherit autotools pkgconfig |
| 15 | 14 | ||
diff --git a/meta-oe/recipes-support/espeak/espeak_1.48.04.bb b/meta-oe/recipes-support/espeak/espeak_1.48.04.bb index b4812d59d6..c80bf12ade 100644 --- a/meta-oe/recipes-support/espeak/espeak_1.48.04.bb +++ b/meta-oe/recipes-support/espeak/espeak_1.48.04.bb | |||
| @@ -10,7 +10,7 @@ SRC_URI = "http://downloads.sourceforge.net/espeak/espeak-1.48.04-source.zip \ | |||
| 10 | " | 10 | " |
| 11 | SRC_URI[sha256sum] = "bf9a17673adffcc28ff7ea18764f06136547e97bbd9edf2ec612f09b207f0659" | 11 | SRC_URI[sha256sum] = "bf9a17673adffcc28ff7ea18764f06136547e97bbd9edf2ec612f09b207f0659" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/espeak-${PV}-source" | 13 | S = "${UNPACKDIR}/espeak-${PV}-source" |
| 14 | 14 | ||
| 15 | DEPENDS = "portaudio-v19 qemu-helper-native" | 15 | DEPENDS = "portaudio-v19 qemu-helper-native" |
| 16 | inherit siteinfo qemu | 16 | inherit siteinfo qemu |
diff --git a/meta-oe/recipes-support/evemu-tools/evemu-tools_git.bb b/meta-oe/recipes-support/evemu-tools/evemu-tools_git.bb index 491f10dda0..225d15cc7f 100644 --- a/meta-oe/recipes-support/evemu-tools/evemu-tools_git.bb +++ b/meta-oe/recipes-support/evemu-tools/evemu-tools_git.bb | |||
| @@ -10,7 +10,6 @@ DEPENDS = "libevdev" | |||
| 10 | SRCREV = "86a5627dbeac8d9d9bc34326a758d6a477e876e4" | 10 | SRCREV = "86a5627dbeac8d9d9bc34326a758d6a477e876e4" |
| 11 | SRC_URI = "git://git@gitlab.freedesktop.org/libevdev/evemu.git;protocol=https;branch=master" | 11 | SRC_URI = "git://git@gitlab.freedesktop.org/libevdev/evemu.git;protocol=https;branch=master" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | PV = "2.7.0+git" | 13 | PV = "2.7.0+git" |
| 15 | 14 | ||
| 16 | inherit autotools pkgconfig | 15 | inherit autotools pkgconfig |
diff --git a/meta-oe/recipes-support/exiv2/exiv2_0.28.3.bb b/meta-oe/recipes-support/exiv2/exiv2_0.28.3.bb index 3e33ab7953..c0fb32ab79 100644 --- a/meta-oe/recipes-support/exiv2/exiv2_0.28.3.bb +++ b/meta-oe/recipes-support/exiv2/exiv2_0.28.3.bb | |||
| @@ -6,6 +6,5 @@ DEPENDS = "zlib expat brotli libinih" | |||
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/Exiv2/exiv2.git;protocol=https;branch=0.28.x" | 7 | SRC_URI = "git://github.com/Exiv2/exiv2.git;protocol=https;branch=0.28.x" |
| 8 | SRCREV = "a6a79ef064f131ffd03c110acce2d3edb84ffa2e" | 8 | SRCREV = "a6a79ef064f131ffd03c110acce2d3edb84ffa2e" |
| 9 | S = "${WORKDIR}/git" | ||
| 10 | 9 | ||
| 11 | inherit cmake gettext | 10 | inherit cmake gettext |
diff --git a/meta-oe/recipes-support/fbset/fbset-modes.bb b/meta-oe/recipes-support/fbset/fbset-modes.bb index fcaf31795b..8ab79f6d7a 100644 --- a/meta-oe/recipes-support/fbset/fbset-modes.bb +++ b/meta-oe/recipes-support/fbset/fbset-modes.bb | |||
| @@ -7,8 +7,7 @@ PV = "0.1.0" | |||
| 7 | 7 | ||
| 8 | SRC_URI = "file://fb.modes" | 8 | SRC_URI = "file://fb.modes" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/sources" | 10 | S = "${UNPACKDIR}" |
| 11 | UNPACKDIR = "${S}" | ||
| 12 | 11 | ||
| 13 | do_install() { | 12 | do_install() { |
| 14 | install -d ${D}${sysconfdir} | 13 | install -d ${D}${sysconfdir} |
diff --git a/meta-oe/recipes-support/freerdp/freerdp3_3.5.1.bb b/meta-oe/recipes-support/freerdp/freerdp3_3.5.1.bb index 109b2b599b..284f61c137 100644 --- a/meta-oe/recipes-support/freerdp/freerdp3_3.5.1.bb +++ b/meta-oe/recipes-support/freerdp/freerdp3_3.5.1.bb | |||
| @@ -10,7 +10,6 @@ inherit pkgconfig cmake | |||
| 10 | SRCREV = "eda5c99686e15327f2f37b9cadf307e852b96adf" | 10 | SRCREV = "eda5c99686e15327f2f37b9cadf307e852b96adf" |
| 11 | SRC_URI = "git://github.com/FreeRDP/FreeRDP.git;branch=master;protocol=https" | 11 | SRC_URI = "git://github.com/FreeRDP/FreeRDP.git;branch=master;protocol=https" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | CVE_PRODUCT = "freerdp" | 14 | CVE_PRODUCT = "freerdp" |
| 16 | 15 | ||
diff --git a/meta-oe/recipes-support/freerdp/freerdp_2.11.7.bb b/meta-oe/recipes-support/freerdp/freerdp_2.11.7.bb index e200f59b05..18af3229d7 100644 --- a/meta-oe/recipes-support/freerdp/freerdp_2.11.7.bb +++ b/meta-oe/recipes-support/freerdp/freerdp_2.11.7.bb | |||
| @@ -23,7 +23,6 @@ SRC_URI = "git://github.com/FreeRDP/FreeRDP.git;branch=stable-2.0;protocol=https | |||
| 23 | file://CVE-2024-32661.patch \ | 23 | file://CVE-2024-32661.patch \ |
| 24 | " | 24 | " |
| 25 | 25 | ||
| 26 | S = "${WORKDIR}/git" | ||
| 27 | 26 | ||
| 28 | EXTRA_OECMAKE += " \ | 27 | EXTRA_OECMAKE += " \ |
| 29 | -DWITH_FFMPEG=OFF \ | 28 | -DWITH_FFMPEG=OFF \ |
diff --git a/meta-oe/recipes-support/function2/function2_4.2.4.bb b/meta-oe/recipes-support/function2/function2_4.2.4.bb index 98d05f6e25..588e44deaa 100644 --- a/meta-oe/recipes-support/function2/function2_4.2.4.bb +++ b/meta-oe/recipes-support/function2/function2_4.2.4.bb | |||
| @@ -8,7 +8,6 @@ PV .= "+git" | |||
| 8 | 8 | ||
| 9 | SRC_URI += "gitsm://github.com/Naios/function2;branch=master;protocol=https" | 9 | SRC_URI += "gitsm://github.com/Naios/function2;branch=master;protocol=https" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | 11 | ||
| 13 | inherit cmake | 12 | inherit cmake |
| 14 | inherit ptest | 13 | inherit ptest |
diff --git a/meta-oe/recipes-support/fuse/fuse3_3.16.2.bb b/meta-oe/recipes-support/fuse/fuse3_3.16.2.bb index e75c88210c..5333c25a9c 100644 --- a/meta-oe/recipes-support/fuse/fuse3_3.16.2.bb +++ b/meta-oe/recipes-support/fuse/fuse3_3.16.2.bb | |||
| @@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = " \ | |||
| 16 | SRC_URI = "https://github.com/libfuse/libfuse/releases/download/fuse-${PV}/fuse-${PV}.tar.gz" | 16 | SRC_URI = "https://github.com/libfuse/libfuse/releases/download/fuse-${PV}/fuse-${PV}.tar.gz" |
| 17 | SRC_URI[sha256sum] = "f797055d9296b275e981f5f62d4e32e089614fc253d1ef2985851025b8a0ce87" | 17 | SRC_URI[sha256sum] = "f797055d9296b275e981f5f62d4e32e089614fc253d1ef2985851025b8a0ce87" |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/fuse-${PV}" | 19 | S = "${UNPACKDIR}/fuse-${PV}" |
| 20 | 20 | ||
| 21 | UPSTREAM_CHECK_URI = "https://github.com/libfuse/libfuse/releases" | 21 | UPSTREAM_CHECK_URI = "https://github.com/libfuse/libfuse/releases" |
| 22 | UPSTREAM_CHECK_REGEX = "fuse\-(?P<pver>3(\.\d+)+).tar.xz" | 22 | UPSTREAM_CHECK_REGEX = "fuse\-(?P<pver>3(\.\d+)+).tar.xz" |
diff --git a/meta-oe/recipes-support/gd/gd_2.3.3.bb b/meta-oe/recipes-support/gd/gd_2.3.3.bb index cc2c1571e6..ea5c487c52 100644 --- a/meta-oe/recipes-support/gd/gd_2.3.3.bb +++ b/meta-oe/recipes-support/gd/gd_2.3.3.bb | |||
| @@ -19,7 +19,6 @@ SRC_URI = "git://github.com/libgd/libgd.git;nobranch=1;protocol=https \ | |||
| 19 | 19 | ||
| 20 | SRCREV = "b5319a41286107b53daa0e08e402aa1819764bdc" | 20 | SRCREV = "b5319a41286107b53daa0e08e402aa1819764bdc" |
| 21 | 21 | ||
| 22 | S = "${WORKDIR}/git" | ||
| 23 | 22 | ||
| 24 | inherit autotools binconfig gettext pkgconfig | 23 | inherit autotools binconfig gettext pkgconfig |
| 25 | 24 | ||
diff --git a/meta-oe/recipes-support/gflags/gflags_2.2.2.bb b/meta-oe/recipes-support/gflags/gflags_2.2.2.bb index 15efc8cb00..8ea158eab3 100644 --- a/meta-oe/recipes-support/gflags/gflags_2.2.2.bb +++ b/meta-oe/recipes-support/gflags/gflags_2.2.2.bb | |||
| @@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=c80d1a3b623f72bb85a4c75b556551df" | |||
| 6 | SRC_URI = "git://github.com/gflags/gflags.git;branch=master;protocol=https" | 6 | SRC_URI = "git://github.com/gflags/gflags.git;branch=master;protocol=https" |
| 7 | SRCREV = "e171aa2d15ed9eb17054558e0b3a6a413bb01067" | 7 | SRCREV = "e171aa2d15ed9eb17054558e0b3a6a413bb01067" |
| 8 | 8 | ||
| 9 | S = "${WORKDIR}/git" | ||
| 10 | 9 | ||
| 11 | inherit cmake | 10 | inherit cmake |
| 12 | 11 | ||
diff --git a/meta-oe/recipes-support/glog/glog_0.7.1.bb b/meta-oe/recipes-support/glog/glog_0.7.1.bb index 586afcad53..570d9a7e5f 100644 --- a/meta-oe/recipes-support/glog/glog_0.7.1.bb +++ b/meta-oe/recipes-support/glog/glog_0.7.1.bb | |||
| @@ -12,7 +12,6 @@ SRC_URI = " \ | |||
| 12 | 12 | ||
| 13 | SRCREV = "7b134a5c82c0c0b5698bb6bf7a835b230c5638e4" | 13 | SRCREV = "7b134a5c82c0c0b5698bb6bf7a835b230c5638e4" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | 15 | ||
| 17 | inherit cmake | 16 | inherit cmake |
| 18 | 17 | ||
diff --git a/meta-oe/recipes-support/gnulib/gnulib_202401.bb b/meta-oe/recipes-support/gnulib/gnulib_202401.bb index 8f70cd7a09..f3fbb94ae8 100644 --- a/meta-oe/recipes-support/gnulib/gnulib_202401.bb +++ b/meta-oe/recipes-support/gnulib/gnulib_202401.bb | |||
| @@ -16,7 +16,6 @@ SRCREV = "c99c8d491850dc3a6e0b8604a2729d8bc5c0eff1" | |||
| 16 | SRC_URI = "git://git.savannah.gnu.org/git/gnulib.git;branch=stable-${PV};protocol=https \ | 16 | SRC_URI = "git://git.savannah.gnu.org/git/gnulib.git;branch=stable-${PV};protocol=https \ |
| 17 | " | 17 | " |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | ||
| 20 | 19 | ||
| 21 | do_install () { | 20 | do_install () { |
| 22 | install -d ${D}/${datadir}/gnulib | 21 | install -d ${D}/${datadir}/gnulib |
diff --git a/meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.9.4.bb b/meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.9.4.bb index 8fda2990d8..4558aa13d6 100644 --- a/meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.9.4.bb +++ b/meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.9.4.bb | |||
| @@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | |||
| 7 | SRC_URI = "git://github.com/google/benchmark.git;protocol=https;branch=main;tag=v${PV}" | 7 | SRC_URI = "git://github.com/google/benchmark.git;protocol=https;branch=main;tag=v${PV}" |
| 8 | SRCREV = "eddb0241389718a23a42db6af5f0164b6e0139af" | 8 | SRCREV = "eddb0241389718a23a42db6af5f0164b6e0139af" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | 10 | ||
| 12 | EXTRA_OECMAKE = " \ | 11 | EXTRA_OECMAKE = " \ |
| 13 | -DBUILD_SHARED_LIBS=yes \ | 12 | -DBUILD_SHARED_LIBS=yes \ |
diff --git a/meta-oe/recipes-support/gperftools/gperftools_2.16.bb b/meta-oe/recipes-support/gperftools/gperftools_2.16.bb index 2b0fb534b3..c0fe586f6d 100644 --- a/meta-oe/recipes-support/gperftools/gperftools_2.16.bb +++ b/meta-oe/recipes-support/gperftools/gperftools_2.16.bb | |||
| @@ -21,7 +21,6 @@ SRC_URI:append:libc-musl = " \ | |||
| 21 | 21 | ||
| 22 | inherit autotools | 22 | inherit autotools |
| 23 | 23 | ||
| 24 | S = "${WORKDIR}/git" | ||
| 25 | 24 | ||
| 26 | # On mips, we have the following error. | 25 | # On mips, we have the following error. |
| 27 | # do_page_fault(): sending SIGSEGV to ls for invalid read access from 00000008 | 26 | # do_page_fault(): sending SIGSEGV to ls for invalid read access from 00000008 |
diff --git a/meta-oe/recipes-support/gpm/gpm_git.bb b/meta-oe/recipes-support/gpm/gpm_git.bb index a379065912..155e56bdef 100644 --- a/meta-oe/recipes-support/gpm/gpm_git.bb +++ b/meta-oe/recipes-support/gpm/gpm_git.bb | |||
| @@ -20,7 +20,6 @@ SRC_URI = "git://github.com/telmich/gpm;protocol=https;branch=master \ | |||
| 20 | file://0003-Add-incomplete-type-definition-for-WINDOW-in-Gpm_Wge.patch \ | 20 | file://0003-Add-incomplete-type-definition-for-WINDOW-in-Gpm_Wge.patch \ |
| 21 | " | 21 | " |
| 22 | 22 | ||
| 23 | S = "${WORKDIR}/git" | ||
| 24 | 23 | ||
| 25 | inherit autotools-brokensep update-rc.d systemd texinfo | 24 | inherit autotools-brokensep update-rc.d systemd texinfo |
| 26 | 25 | ||
diff --git a/meta-oe/recipes-support/gradm/gradm_3.1-202111052217.bb b/meta-oe/recipes-support/gradm/gradm_3.1-202111052217.bb index 89119389fd..c0eb3e02d8 100644 --- a/meta-oe/recipes-support/gradm/gradm_3.1-202111052217.bb +++ b/meta-oe/recipes-support/gradm/gradm_3.1-202111052217.bb | |||
| @@ -20,7 +20,7 @@ SRC_URI[sha256sum] = "2459290f367a47c8a1ce4ea2ec08359799ea33dc15ed4436439596ce88 | |||
| 20 | 20 | ||
| 21 | UPSTREAM_CHECK_URI = "https://grsecurity.net/download" | 21 | UPSTREAM_CHECK_URI = "https://grsecurity.net/download" |
| 22 | 22 | ||
| 23 | S = "${WORKDIR}/gradm" | 23 | S = "${UNPACKDIR}/gradm" |
| 24 | 24 | ||
| 25 | do_compile() { | 25 | do_compile() { |
| 26 | oe_runmake 'CC=${CC}' \ | 26 | oe_runmake 'CC=${CC}' \ |
diff --git a/meta-oe/recipes-support/gsoap/gsoap_2.8.134.bb b/meta-oe/recipes-support/gsoap/gsoap_2.8.134.bb index 5528e87e6c..0956eb121c 100644 --- a/meta-oe/recipes-support/gsoap/gsoap_2.8.134.bb +++ b/meta-oe/recipes-support/gsoap/gsoap_2.8.134.bb | |||
| @@ -13,7 +13,7 @@ inherit autotools | |||
| 13 | 13 | ||
| 14 | BBCLASSEXTEND = "native" | 14 | BBCLASSEXTEND = "native" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/${BPN}-2.8" | 16 | S = "${UNPACKDIR}/${BPN}-2.8" |
| 17 | 17 | ||
| 18 | EXTRA_OECONF += "--enable-ipv6 --enable-c-locale" | 18 | EXTRA_OECONF += "--enable-ipv6 --enable-c-locale" |
| 19 | PARALLEL_MAKE = "" | 19 | PARALLEL_MAKE = "" |
diff --git a/meta-oe/recipes-support/hidapi/hidapi_0.15.0.bb b/meta-oe/recipes-support/hidapi/hidapi_0.15.0.bb index 12823575f9..7d2c87d02d 100644 --- a/meta-oe/recipes-support/hidapi/hidapi_0.15.0.bb +++ b/meta-oe/recipes-support/hidapi/hidapi_0.15.0.bb | |||
| @@ -12,4 +12,3 @@ inherit autotools pkgconfig | |||
| 12 | 12 | ||
| 13 | SRC_URI = "git://github.com/libusb/hidapi.git;protocol=https;branch=master" | 13 | SRC_URI = "git://github.com/libusb/hidapi.git;protocol=https;branch=master" |
| 14 | SRCREV = "d6b2a974608dec3b76fb1e36c189f22b9cf3650c" | 14 | SRCREV = "d6b2a974608dec3b76fb1e36c189f22b9cf3650c" |
| 15 | S = "${WORKDIR}/git" | ||
diff --git a/meta-oe/recipes-support/hstr/hstr_3.1.0.bb b/meta-oe/recipes-support/hstr/hstr_3.1.0.bb index a641feef6f..0ee900ca3d 100644 --- a/meta-oe/recipes-support/hstr/hstr_3.1.0.bb +++ b/meta-oe/recipes-support/hstr/hstr_3.1.0.bb | |||
| @@ -10,7 +10,7 @@ SRC_URI = "https://github.com/dvorka/hstr/releases/download/3.1/hstr-${PV}-tarba | |||
| 10 | file://0001-configure.ac-Don-t-use-AC_CHECK_FILE.patch \ | 10 | file://0001-configure.ac-Don-t-use-AC_CHECK_FILE.patch \ |
| 11 | file://0001-Use-OE-specific-checks-for-ncurses.patch" | 11 | file://0001-Use-OE-specific-checks-for-ncurses.patch" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/${BPN}" | 13 | S = "${UNPACKDIR}/${BPN}" |
| 14 | 14 | ||
| 15 | SRC_URI[sha256sum] = "4dabf61f045f022bac8bc909e5fd96041af6c53df56d97dfa3cfbf49af4453a5" | 15 | SRC_URI[sha256sum] = "4dabf61f045f022bac8bc909e5fd96041af6c53df56d97dfa3cfbf49af4453a5" |
| 16 | 16 | ||
diff --git a/meta-oe/recipes-support/htop/htop_3.3.0.bb b/meta-oe/recipes-support/htop/htop_3.3.0.bb index cd5b766f0f..efb89bf3ae 100644 --- a/meta-oe/recipes-support/htop/htop_3.3.0.bb +++ b/meta-oe/recipes-support/htop/htop_3.3.0.bb | |||
| @@ -11,7 +11,6 @@ SRC_URI = "git://github.com/htop-dev/htop.git;branch=main;protocol=https \ | |||
| 11 | " | 11 | " |
| 12 | SRCREV = "68c970c7ef4a0682760ed570b3d82388ae7ccf54" | 12 | SRCREV = "68c970c7ef4a0682760ed570b3d82388ae7ccf54" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | 14 | ||
| 16 | inherit autotools pkgconfig | 15 | inherit autotools pkgconfig |
| 17 | 16 | ||
diff --git a/meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb b/meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb index ed342d6757..7f6fba995c 100644 --- a/meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb +++ b/meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb | |||
| @@ -140,7 +140,6 @@ SRC_URI = "git://github.com/wooorm/dictionaries.git;branch=main;protocol=https" | |||
| 140 | # Upstream repo does not tag | 140 | # Upstream repo does not tag |
| 141 | UPSTREAM_CHECK_COMMITS = "1" | 141 | UPSTREAM_CHECK_COMMITS = "1" |
| 142 | 142 | ||
| 143 | S = "${WORKDIR}/git" | ||
| 144 | 143 | ||
| 145 | do_install() { | 144 | do_install() { |
| 146 | for LANGUAGE in `ls -d1 ${S}/dictionaries/*` ; do | 145 | for LANGUAGE in `ls -d1 ${S}/dictionaries/*` ; do |
diff --git a/meta-oe/recipes-support/hunspell/hunspell_1.7.2.bb b/meta-oe/recipes-support/hunspell/hunspell_1.7.2.bb index afe75472a5..67a51f5c9f 100644 --- a/meta-oe/recipes-support/hunspell/hunspell_1.7.2.bb +++ b/meta-oe/recipes-support/hunspell/hunspell_1.7.2.bb | |||
| @@ -9,7 +9,6 @@ LIC_FILES_CHKSUM = " \ | |||
| 9 | SRCREV = "2969be996acad84b91ab3875b1816636fe61a40e" | 9 | SRCREV = "2969be996acad84b91ab3875b1816636fe61a40e" |
| 10 | SRC_URI = "git://github.com/${BPN}/${BPN}.git;branch=master;protocol=https" | 10 | SRC_URI = "git://github.com/${BPN}/${BPN}.git;branch=master;protocol=https" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | inherit autotools pkgconfig gettext | 13 | inherit autotools pkgconfig gettext |
| 15 | 14 | ||
diff --git a/meta-oe/recipes-support/idevicerestore/idevicerestore_git.bb b/meta-oe/recipes-support/idevicerestore/idevicerestore_git.bb index 8218b08084..03eb7ccbf1 100644 --- a/meta-oe/recipes-support/idevicerestore/idevicerestore_git.bb +++ b/meta-oe/recipes-support/idevicerestore/idevicerestore_git.bb | |||
| @@ -13,5 +13,4 @@ PV = "1.0.1+git" | |||
| 13 | SRCREV = "ecae6c6e8ca6b6bad080a1c73f10ffd0e67d75a7" | 13 | SRCREV = "ecae6c6e8ca6b6bad080a1c73f10ffd0e67d75a7" |
| 14 | SRC_URI = "git://github.com/libimobiledevice/idevicerestore;protocol=https;branch=master" | 14 | SRC_URI = "git://github.com/libimobiledevice/idevicerestore;protocol=https;branch=master" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | inherit autotools pkgconfig | 16 | inherit autotools pkgconfig |
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.1.1-43.bb b/meta-oe/recipes-support/imagemagick/imagemagick_7.1.1-43.bb index a892a55844..10d2150998 100644 --- a/meta-oe/recipes-support/imagemagick/imagemagick_7.1.1-43.bb +++ b/meta-oe/recipes-support/imagemagick/imagemagick_7.1.1-43.bb | |||
| @@ -15,7 +15,6 @@ UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>([0-9][\.|_|-]?)+)" | |||
| 15 | SRC_URI = "git://github.com/ImageMagick/ImageMagick.git;branch=main;protocol=https" | 15 | SRC_URI = "git://github.com/ImageMagick/ImageMagick.git;branch=main;protocol=https" |
| 16 | SRCREV = "a2d96f40e707ba54b57e7d98c3277d3ea6611ace" | 16 | SRCREV = "a2d96f40e707ba54b57e7d98c3277d3ea6611ace" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | 18 | ||
| 20 | inherit autotools pkgconfig update-alternatives | 19 | inherit autotools pkgconfig update-alternatives |
| 21 | export ac_cv_sys_file_offset_bits = "64" | 20 | export ac_cv_sys_file_offset_bits = "64" |
diff --git a/meta-oe/recipes-support/imapfilter/imapfilter_2.8.3.bb b/meta-oe/recipes-support/imapfilter/imapfilter_2.8.3.bb index 7b6ed6fdd9..f4905e3c0b 100644 --- a/meta-oe/recipes-support/imapfilter/imapfilter_2.8.3.bb +++ b/meta-oe/recipes-support/imapfilter/imapfilter_2.8.3.bb | |||
| @@ -7,7 +7,6 @@ SRCREV = "72f7fa621357299bb6c8f5d29b4efbafcbd34bf7" | |||
| 7 | SRC_URI = "git://github.com/lefcha/imapfilter;protocol=https;branch=master;tag=v${PV} \ | 7 | SRC_URI = "git://github.com/lefcha/imapfilter;protocol=https;branch=master;tag=v${PV} \ |
| 8 | file://ldflags.patch \ | 8 | file://ldflags.patch \ |
| 9 | " | 9 | " |
| 10 | S = "${WORKDIR}/git" | ||
| 11 | 10 | ||
| 12 | DEPENDS = "openssl lua libpcre2" | 11 | DEPENDS = "openssl lua libpcre2" |
| 13 | 12 | ||
diff --git a/meta-oe/recipes-support/imx-cst/imx-cst_3.4.0.bb b/meta-oe/recipes-support/imx-cst/imx-cst_3.4.0.bb index 375c0b4e10..3b57f4ed81 100644 --- a/meta-oe/recipes-support/imx-cst/imx-cst_3.4.0.bb +++ b/meta-oe/recipes-support/imx-cst/imx-cst_3.4.0.bb | |||
| @@ -21,7 +21,7 @@ SRC_URI = "\ | |||
| 21 | 21 | ||
| 22 | SRC_URI[sha256sum] = "52ee3cee3bc500a42095f73c4584e223b4b9d2dfc1cd3e5df965c5952eba8c8d" | 22 | SRC_URI[sha256sum] = "52ee3cee3bc500a42095f73c4584e223b4b9d2dfc1cd3e5df965c5952eba8c8d" |
| 23 | 23 | ||
| 24 | S = "${WORKDIR}/${DEBIAN_PGK_NAME}-${DEBIAN_PGK_VERSION}" | 24 | S = "${UNPACKDIR}/${DEBIAN_PGK_NAME}-${DEBIAN_PGK_VERSION}" |
| 25 | 25 | ||
| 26 | EXTRA_OEMAKE = 'CC="${CC}" LD="${CC}" AR="${AR}" OBJCOPY="${OBJCOPY}"' | 26 | EXTRA_OEMAKE = 'CC="${CC}" LD="${CC}" AR="${AR}" OBJCOPY="${OBJCOPY}"' |
| 27 | 27 | ||
diff --git a/meta-oe/recipes-support/inih/libinih_58.bb b/meta-oe/recipes-support/inih/libinih_58.bb index 2bcf2b4bd4..0ebeec6851 100644 --- a/meta-oe/recipes-support/inih/libinih_58.bb +++ b/meta-oe/recipes-support/inih/libinih_58.bb | |||
| @@ -8,7 +8,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a7a95d2af90376e85a05318794e6f202" | |||
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/benhoyt/inih.git;protocol=https;branch=master" | 9 | SRC_URI = "git://github.com/benhoyt/inih.git;protocol=https;branch=master" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | SRCREV = "5cc5e2c24642513aaa5b19126aad42d0e4e0923e" | 11 | SRCREV = "5cc5e2c24642513aaa5b19126aad42d0e4e0923e" |
| 13 | 12 | ||
| 14 | inherit meson pkgconfig | 13 | inherit meson pkgconfig |
diff --git a/meta-oe/recipes-support/iniparser/iniparser_4.2.6.bb b/meta-oe/recipes-support/iniparser/iniparser_4.2.6.bb index aaabfaa085..9ab713ee92 100644 --- a/meta-oe/recipes-support/iniparser/iniparser_4.2.6.bb +++ b/meta-oe/recipes-support/iniparser/iniparser_4.2.6.bb | |||
| @@ -7,7 +7,6 @@ SRCBRANCH = "main" | |||
| 7 | SRCREV = "4bef811283e0ec1658c60e09950bd5a1ddc92e4b" | 7 | SRCREV = "4bef811283e0ec1658c60e09950bd5a1ddc92e4b" |
| 8 | 8 | ||
| 9 | SRC_URI = "git://gitlab.com/iniparser/iniparser.git;protocol=https;branch=${SRCBRANCH}" | 9 | SRC_URI = "git://gitlab.com/iniparser/iniparser.git;protocol=https;branch=${SRCBRANCH}" |
| 10 | S = "${WORKDIR}/git" | ||
| 11 | 10 | ||
| 12 | inherit cmake | 11 | inherit cmake |
| 13 | 12 | ||
diff --git a/meta-oe/recipes-support/inotify-tools/inotify-tools_4.23.9.0.bb b/meta-oe/recipes-support/inotify-tools/inotify-tools_4.23.9.0.bb index fdec940268..cb77dc81b0 100644 --- a/meta-oe/recipes-support/inotify-tools/inotify-tools_4.23.9.0.bb +++ b/meta-oe/recipes-support/inotify-tools/inotify-tools_4.23.9.0.bb | |||
| @@ -9,7 +9,6 @@ SRCREV = "5c2ab772338bcbe516306bf8cf1059ddf2fa6bb7" | |||
| 9 | SRC_URI = "git://github.com/${BPN}/${BPN};branch=master;protocol=https \ | 9 | SRC_URI = "git://github.com/${BPN}/${BPN};branch=master;protocol=https \ |
| 10 | " | 10 | " |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | inherit autotools | 13 | inherit autotools |
| 15 | 14 | ||
diff --git a/meta-oe/recipes-support/jsoncons/jsoncons_1.3.2.bb b/meta-oe/recipes-support/jsoncons/jsoncons_1.3.2.bb index 781a0ef18f..314f67928a 100644 --- a/meta-oe/recipes-support/jsoncons/jsoncons_1.3.2.bb +++ b/meta-oe/recipes-support/jsoncons/jsoncons_1.3.2.bb | |||
| @@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=6ee7f7ed2001e4cde4679fdb8926f820" | |||
| 7 | SRC_URI = "git://github.com/danielaparker/jsoncons.git;protocol=https;branch=master;tag=v${PV}" | 7 | SRC_URI = "git://github.com/danielaparker/jsoncons.git;protocol=https;branch=master;tag=v${PV}" |
| 8 | SRCREV = "64b9da1e9f15eeff4ec9d6bc856538db542118f2" | 8 | SRCREV = "64b9da1e9f15eeff4ec9d6bc856538db542118f2" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | 10 | ||
| 12 | inherit cmake | 11 | inherit cmake |
| 13 | 12 | ||
diff --git a/meta-oe/recipes-support/lcms/lcms_2.16.bb b/meta-oe/recipes-support/lcms/lcms_2.16.bb index 8135f83a05..87b0979200 100644 --- a/meta-oe/recipes-support/lcms/lcms_2.16.bb +++ b/meta-oe/recipes-support/lcms/lcms_2.16.bb | |||
| @@ -10,7 +10,7 @@ DEPENDS = "tiff" | |||
| 10 | 10 | ||
| 11 | BBCLASSEXTEND = "native nativesdk" | 11 | BBCLASSEXTEND = "native nativesdk" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/lcms2-${PV}" | 13 | S = "${UNPACKDIR}/lcms2-${PV}" |
| 14 | 14 | ||
| 15 | inherit autotools | 15 | inherit autotools |
| 16 | 16 | ||
diff --git a/meta-oe/recipes-support/lgi/lua-lgi_0.9.2.bb b/meta-oe/recipes-support/lgi/lua-lgi_0.9.2.bb index 8b436668dc..344bf119b9 100644 --- a/meta-oe/recipes-support/lgi/lua-lgi_0.9.2.bb +++ b/meta-oe/recipes-support/lgi/lua-lgi_0.9.2.bb | |||
| @@ -13,7 +13,6 @@ DEPENDS = " \ | |||
| 13 | gobject-introspection-native \ | 13 | gobject-introspection-native \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | SRCREV = "d7666f77e7ee33907c84f5efdef32aef2e1cc196" | 16 | SRCREV = "d7666f77e7ee33907c84f5efdef32aef2e1cc196" |
| 18 | SRCPV = "${PV}+${SRCREV}" | 17 | SRCPV = "${PV}+${SRCREV}" |
| 19 | 18 | ||
diff --git a/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb b/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb index dfe63ddbcd..89b2dff0ba 100644 --- a/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb +++ b/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb | |||
| @@ -9,7 +9,6 @@ SRC_URI = "git://git.0pointer.net/libatasmart.git;protocol=http;branch=master \ | |||
| 9 | file://0001-Makefile.am-add-CFLAGS-and-LDFLAGS-definiton.patch \ | 9 | file://0001-Makefile.am-add-CFLAGS-and-LDFLAGS-definiton.patch \ |
| 10 | " | 10 | " |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | inherit autotools lib_package pkgconfig | 13 | inherit autotools lib_package pkgconfig |
| 15 | 14 | ||
diff --git a/meta-oe/recipes-support/libb64/libb64_2.0.0.1.bb b/meta-oe/recipes-support/libb64/libb64_2.0.0.1.bb index e0683b177b..4a1052e75b 100644 --- a/meta-oe/recipes-support/libb64/libb64_2.0.0.1.bb +++ b/meta-oe/recipes-support/libb64/libb64_2.0.0.1.bb | |||
| @@ -16,7 +16,6 @@ SRC_URI = "git://github.com/libb64/libb64;protocol=https;branch=master \ | |||
| 16 | file://0001-examples-Use-proper-function-prototype-for-main.patch \ | 16 | file://0001-examples-Use-proper-function-prototype-for-main.patch \ |
| 17 | " | 17 | " |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | ||
| 20 | 19 | ||
| 21 | CFLAGS += "-fPIC" | 20 | CFLAGS += "-fPIC" |
| 22 | 21 | ||
diff --git a/meta-oe/recipes-support/libbytesize/libbytesize_2.11.bb b/meta-oe/recipes-support/libbytesize/libbytesize_2.11.bb index 214c2b2844..ef2a6c76fb 100644 --- a/meta-oe/recipes-support/libbytesize/libbytesize_2.11.bb +++ b/meta-oe/recipes-support/libbytesize/libbytesize_2.11.bb | |||
| @@ -6,7 +6,6 @@ SECTION = "devel/lib" | |||
| 6 | 6 | ||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c07cb499d259452f324bb90c3067d85c" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c07cb499d259452f324bb90c3067d85c" |
| 8 | 8 | ||
| 9 | S = "${WORKDIR}/git" | ||
| 10 | 9 | ||
| 11 | SRCREV = "9da72b2732508b0ba0ceed27f5e50bc276ef31f2" | 10 | SRCREV = "9da72b2732508b0ba0ceed27f5e50bc276ef31f2" |
| 12 | SRC_URI = "git://github.com/storaged-project/libbytesize;branch=main;protocol=https" | 11 | SRC_URI = "git://github.com/storaged-project/libbytesize;branch=main;protocol=https" |
diff --git a/meta-oe/recipes-support/libcereal/libcereal_1.3.2.bb b/meta-oe/recipes-support/libcereal/libcereal_1.3.2.bb index c2ab0d61b8..7d4a352a31 100644 --- a/meta-oe/recipes-support/libcereal/libcereal_1.3.2.bb +++ b/meta-oe/recipes-support/libcereal/libcereal_1.3.2.bb | |||
| @@ -26,7 +26,6 @@ SRC_URI = "git://github.com/USCiLab/cereal.git;branch=master;protocol=https \ | |||
| 26 | file://run-ptest \ | 26 | file://run-ptest \ |
| 27 | " | 27 | " |
| 28 | 28 | ||
| 29 | S = "${WORKDIR}/git" | ||
| 30 | 29 | ||
| 31 | inherit cmake pkgconfig ptest | 30 | inherit cmake pkgconfig ptest |
| 32 | 31 | ||
diff --git a/meta-oe/recipes-support/libconfuse/libconfuse_3.3.bb b/meta-oe/recipes-support/libconfuse/libconfuse_3.3.bb index 0e2f1f27b3..20966a535c 100644 --- a/meta-oe/recipes-support/libconfuse/libconfuse_3.3.bb +++ b/meta-oe/recipes-support/libconfuse/libconfuse_3.3.bb | |||
| @@ -10,6 +10,6 @@ SRC_URI += "file://CVE-2022-40320.patch" | |||
| 10 | 10 | ||
| 11 | inherit autotools-brokensep pkgconfig gettext | 11 | inherit autotools-brokensep pkgconfig gettext |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/confuse-${PV}" | 13 | S = "${UNPACKDIR}/confuse-${PV}" |
| 14 | 14 | ||
| 15 | BBCLASSEXTEND = "native nativesdk" | 15 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-oe/recipes-support/libcppkafka/libcppkafka_git.bb b/meta-oe/recipes-support/libcppkafka/libcppkafka_git.bb index cf2d933169..d825f8fdee 100644 --- a/meta-oe/recipes-support/libcppkafka/libcppkafka_git.bb +++ b/meta-oe/recipes-support/libcppkafka/libcppkafka_git.bb | |||
| @@ -21,7 +21,6 @@ inherit cmake | |||
| 21 | 21 | ||
| 22 | EXTRA_OECMAKE = "-DCPPKAFKA_BUILD_SHARED=ON" | 22 | EXTRA_OECMAKE = "-DCPPKAFKA_BUILD_SHARED=ON" |
| 23 | 23 | ||
| 24 | S = "${WORKDIR}/git" | ||
| 25 | 24 | ||
| 26 | do_install:append(){ | 25 | do_install:append(){ |
| 27 | chrpath -d ${D}${libdir}/libcppkafka.so.${BASEPV} | 26 | chrpath -d ${D}${libdir}/libcppkafka.so.${BASEPV} |
diff --git a/meta-oe/recipes-support/libcyusbserial/libcyusbserial_git.bb b/meta-oe/recipes-support/libcyusbserial/libcyusbserial_git.bb index 32db913eff..939e7db24e 100644 --- a/meta-oe/recipes-support/libcyusbserial/libcyusbserial_git.bb +++ b/meta-oe/recipes-support/libcyusbserial/libcyusbserial_git.bb | |||
| @@ -13,7 +13,6 @@ SRC_URI = "git://github.com/cyrozap/${BPN}.git;branch=master;protocol=https \ | |||
| 13 | file://0001-Fix-gcc-15-incompatible-pointer-types-error.patch \ | 13 | file://0001-Fix-gcc-15-incompatible-pointer-types-error.patch \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | 16 | ||
| 18 | inherit cmake | 17 | inherit cmake |
| 19 | 18 | ||
diff --git a/meta-oe/recipes-support/libeigen/libeigen_3.4.0.bb b/meta-oe/recipes-support/libeigen/libeigen_3.4.0.bb index 998a396af1..f5f874941a 100644 --- a/meta-oe/recipes-support/libeigen/libeigen_3.4.0.bb +++ b/meta-oe/recipes-support/libeigen/libeigen_3.4.0.bb | |||
| @@ -19,7 +19,6 @@ SRC_URI = "git://gitlab.com/libeigen/eigen.git;protocol=http;branch=3.4 \ | |||
| 19 | 19 | ||
| 20 | SRCREV = "3147391d946bb4b6c68edd901f2add6ac1f31f8c" | 20 | SRCREV = "3147391d946bb4b6c68edd901f2add6ac1f31f8c" |
| 21 | 21 | ||
| 22 | S = "${WORKDIR}/git" | ||
| 23 | 22 | ||
| 24 | inherit cmake | 23 | inherit cmake |
| 25 | 24 | ||
diff --git a/meta-oe/recipes-support/libfann/libfann_git.bb b/meta-oe/recipes-support/libfann/libfann_git.bb index 40f91ac43d..2f68ea95a8 100644 --- a/meta-oe/recipes-support/libfann/libfann_git.bb +++ b/meta-oe/recipes-support/libfann/libfann_git.bb | |||
| @@ -14,6 +14,5 @@ SRC_URI = "git://github.com/libfann/fann.git;branch=master;protocol=https \ | |||
| 14 | 14 | ||
| 15 | PV = "2.2.0+git" | 15 | PV = "2.2.0+git" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | 17 | ||
| 19 | EXTRA_OECMAKE = "-DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')}" | 18 | EXTRA_OECMAKE = "-DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')}" |
diff --git a/meta-oe/recipes-support/libftdi/libftdi_1.5.bb b/meta-oe/recipes-support/libftdi/libftdi_1.5.bb index 1679f212b3..8c30eca0e7 100644 --- a/meta-oe/recipes-support/libftdi/libftdi_1.5.bb +++ b/meta-oe/recipes-support/libftdi/libftdi_1.5.bb | |||
| @@ -19,7 +19,7 @@ SRC_URI[sha256sum] = "7c7091e9c86196148bd41177b4590dccb1510bfe6cea5bf7407ff19448 | |||
| 19 | 19 | ||
| 20 | UPSTREAM_CHECK_URI = "http://www.intra2net.com/en/developer/libftdi/download.php" | 20 | UPSTREAM_CHECK_URI = "http://www.intra2net.com/en/developer/libftdi/download.php" |
| 21 | 21 | ||
| 22 | S = "${WORKDIR}/${BPN}1-${PV}" | 22 | S = "${UNPACKDIR}/${BPN}1-${PV}" |
| 23 | 23 | ||
| 24 | inherit cmake binconfig pkgconfig python3native | 24 | inherit cmake binconfig pkgconfig python3native |
| 25 | 25 | ||
diff --git a/meta-oe/recipes-support/libgusb/libgusb_0.4.9.bb b/meta-oe/recipes-support/libgusb/libgusb_0.4.9.bb index 7f6bec3ea7..9007574fc6 100644 --- a/meta-oe/recipes-support/libgusb/libgusb_0.4.9.bb +++ b/meta-oe/recipes-support/libgusb/libgusb_0.4.9.bb | |||
| @@ -16,6 +16,5 @@ GIDOCGEN_MESON_OPTION = 'docs' | |||
| 16 | 16 | ||
| 17 | SRC_URI = "git://github.com/hughsie/libgusb.git;branch=main;protocol=https" | 17 | SRC_URI = "git://github.com/hughsie/libgusb.git;branch=main;protocol=https" |
| 18 | SRCREV = "ed31c8134d80d006bd45450e84180be2a7c0742e" | 18 | SRCREV = "ed31c8134d80d006bd45450e84180be2a7c0742e" |
| 19 | S = "${WORKDIR}/git" | ||
| 20 | 19 | ||
| 21 | BBCLASSEXTEND = "native" | 20 | BBCLASSEXTEND = "native" |
diff --git a/meta-oe/recipes-support/libharu/libharu_2.4.5.bb b/meta-oe/recipes-support/libharu/libharu_2.4.5.bb index db8acd4532..0ad4bd92c0 100644 --- a/meta-oe/recipes-support/libharu/libharu_2.4.5.bb +++ b/meta-oe/recipes-support/libharu/libharu_2.4.5.bb | |||
| @@ -11,6 +11,5 @@ DEPENDS += "libpng zlib" | |||
| 11 | SRC_URI = "git://github.com/libharu/libharu.git;branch=master;protocol=https" | 11 | SRC_URI = "git://github.com/libharu/libharu.git;branch=master;protocol=https" |
| 12 | SRCREV = "8fe5a738541a04642885fb7a75b2b5b9c5b416fa" | 12 | SRCREV = "8fe5a738541a04642885fb7a75b2b5b9c5b416fa" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | 14 | ||
| 16 | inherit cmake | 15 | inherit cmake |
diff --git a/meta-oe/recipes-support/libiio/libiio_0.26.bb b/meta-oe/recipes-support/libiio/libiio_0.26.bb index e8e6d5f683..ecd9223600 100644 --- a/meta-oe/recipes-support/libiio/libiio_0.26.bb +++ b/meta-oe/recipes-support/libiio/libiio_0.26.bb | |||
| @@ -9,7 +9,6 @@ SRCREV = "a0eca0d2bf10326506fb762f0eec14255b27bef5" | |||
| 9 | SRC_URI = "git://github.com/analogdevicesinc/libiio.git;protocol=https;branch=libiio-v0" | 9 | SRC_URI = "git://github.com/analogdevicesinc/libiio.git;protocol=https;branch=libiio-v0" |
| 10 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" | 10 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | SETUPTOOLS_SETUP_PATH ?= "${B}/bindings/python/" | 13 | SETUPTOOLS_SETUP_PATH ?= "${B}/bindings/python/" |
| 15 | 14 | ||
diff --git a/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.5.bb b/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.5.bb index 38ffd032ab..f4e26a65fc 100644 --- a/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.5.bb +++ b/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.5.bb | |||
| @@ -7,7 +7,6 @@ SRC_URI = "git://github.com/js-cookie/js-cookie.git;protocol=https;branch=main" | |||
| 7 | 7 | ||
| 8 | SRCREV = "ab3f67fc4fad88cdf07b258c08e4164e06bf7506" | 8 | SRCREV = "ab3f67fc4fad88cdf07b258c08e4164e06bf7506" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | 10 | ||
| 12 | JQUERYCOOKIEDIR = "${datadir}/javascript/jquery-cookie" | 11 | JQUERYCOOKIEDIR = "${datadir}/javascript/jquery-cookie" |
| 13 | JQUERYCOOKIEDOCDIR = "${docdir}/libjs-jquery-cookie" | 12 | JQUERYCOOKIEDOCDIR = "${docdir}/libjs-jquery-cookie" |
diff --git a/meta-oe/recipes-support/libjs/libjs-jquery-globalize_1.7.0.bb b/meta-oe/recipes-support/libjs/libjs-jquery-globalize_1.7.0.bb index b6147ffeb2..cbf5700a5b 100644 --- a/meta-oe/recipes-support/libjs/libjs-jquery-globalize_1.7.0.bb +++ b/meta-oe/recipes-support/libjs/libjs-jquery-globalize_1.7.0.bb | |||
| @@ -3,7 +3,6 @@ SECTION = "console/network" | |||
| 3 | HOMEPAGE = "https://github.com/globalizejs/globalize" | 3 | HOMEPAGE = "https://github.com/globalizejs/globalize" |
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | 5 | ||
| 6 | S = "${WORKDIR}/git" | ||
| 7 | 6 | ||
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4db68fb4d1d9986d736b35039f2ad9ea" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4db68fb4d1d9986d736b35039f2ad9ea" |
| 9 | 8 | ||
diff --git a/meta-oe/recipes-support/libjs/libjs-jquery-icheck_1.0.3.bb b/meta-oe/recipes-support/libjs/libjs-jquery-icheck_1.0.3.bb index 63dfc6fa78..88fbc109ee 100644 --- a/meta-oe/recipes-support/libjs/libjs-jquery-icheck_1.0.3.bb +++ b/meta-oe/recipes-support/libjs/libjs-jquery-icheck_1.0.3.bb | |||
| @@ -9,7 +9,6 @@ SRC_URI = "git://github.com/fronteed/icheck.git;protocol=https;branch=${PV}" | |||
| 9 | 9 | ||
| 10 | SRCREV = "c8c1af84e4b90b4aea31466aad09bf877619e943" | 10 | SRCREV = "c8c1af84e4b90b4aea31466aad09bf877619e943" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | do_install() { | 13 | do_install() { |
| 15 | install -d ${D}${datadir}/javascript/jquery-icheck/ | 14 | install -d ${D}${datadir}/javascript/jquery-icheck/ |
diff --git a/meta-oe/recipes-support/libjs/libjs-jquery_3.3.1.bb b/meta-oe/recipes-support/libjs/libjs-jquery_3.3.1.bb index 68b5086701..be8a29d998 100644 --- a/meta-oe/recipes-support/libjs/libjs-jquery_3.3.1.bb +++ b/meta-oe/recipes-support/libjs/libjs-jquery_3.3.1.bb | |||
| @@ -13,8 +13,7 @@ UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | |||
| 13 | JQUERYDIR = "${datadir}/javascript/jquery" | 13 | JQUERYDIR = "${datadir}/javascript/jquery" |
| 14 | JQUERYDOCDIR = "${docdir}/libjs-jquery" | 14 | JQUERYDOCDIR = "${docdir}/libjs-jquery" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/sources" | 16 | S = "${UNPACKDIR}" |
| 17 | UNPACKDIR = "${S}" | ||
| 18 | 17 | ||
| 19 | do_install() { | 18 | do_install() { |
| 20 | install -d -m 0755 ${D}${JQUERYDIR} | 19 | install -d -m 0755 ${D}${JQUERYDIR} |
diff --git a/meta-oe/recipes-support/libjs/libjs-sizzle_1.10.18.bb b/meta-oe/recipes-support/libjs/libjs-sizzle_1.10.18.bb index 3889b17a3c..ffd26d263c 100644 --- a/meta-oe/recipes-support/libjs/libjs-sizzle_1.10.18.bb +++ b/meta-oe/recipes-support/libjs/libjs-sizzle_1.10.18.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://MIT-LICENSE.txt;md5=e43aa437a6a1ba421653bd5034333bf9" | |||
| 6 | SRC_URI = "http://kr.archive.ubuntu.com/ubuntu/pool/universe/s/sizzle/sizzle_1.10.18.orig.tar.gz" | 6 | SRC_URI = "http://kr.archive.ubuntu.com/ubuntu/pool/universe/s/sizzle/sizzle_1.10.18.orig.tar.gz" |
| 7 | SRC_URI[sha256sum] = "8e04ab84bb74b2e338dffc63cd2e52b007f1d8af01b3d25da4d2e07f2b5890f8" | 7 | SRC_URI[sha256sum] = "8e04ab84bb74b2e338dffc63cd2e52b007f1d8af01b3d25da4d2e07f2b5890f8" |
| 8 | 8 | ||
| 9 | S = "${WORKDIR}/sizzle-${PV}" | 9 | S = "${UNPACKDIR}/sizzle-${PV}" |
| 10 | 10 | ||
| 11 | SIZZLEDIR = "${S}/dist" | 11 | SIZZLEDIR = "${S}/dist" |
| 12 | 12 | ||
diff --git a/meta-oe/recipes-support/libmimetic/libmimetic_0.9.8.bb b/meta-oe/recipes-support/libmimetic/libmimetic_0.9.8.bb index 4d4a5ff109..a2de42d946 100644 --- a/meta-oe/recipes-support/libmimetic/libmimetic_0.9.8.bb +++ b/meta-oe/recipes-support/libmimetic/libmimetic_0.9.8.bb | |||
| @@ -16,7 +16,6 @@ SRC_URI += "git://github.com/LadislavSopko/mimetic/;branch=master;protocol=https | |||
| 16 | 16 | ||
| 17 | UPSTREAM_CHECK_COMMITS = "1" | 17 | UPSTREAM_CHECK_COMMITS = "1" |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | ||
| 20 | 19 | ||
| 21 | CXXFLAGS += "-Wno-narrowing -std=c++14" | 20 | CXXFLAGS += "-Wno-narrowing -std=c++14" |
| 22 | 21 | ||
diff --git a/meta-oe/recipes-support/libmxml/libmxml_4.0.4.bb b/meta-oe/recipes-support/libmxml/libmxml_4.0.4.bb index a271b697cd..d692774f08 100644 --- a/meta-oe/recipes-support/libmxml/libmxml_4.0.4.bb +++ b/meta-oe/recipes-support/libmxml/libmxml_4.0.4.bb | |||
| @@ -6,7 +6,6 @@ BUGTRACKER = "https://github.com/michaelrsweet/mxml/issues" | |||
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/michaelrsweet/mxml.git;branch=master;protocol=https" | 7 | SRC_URI = "git://github.com/michaelrsweet/mxml.git;branch=master;protocol=https" |
| 8 | SRCREV = "0d5afc4278d7a336d554602b951c2979c3f8f296" | 8 | SRCREV = "0d5afc4278d7a336d554602b951c2979c3f8f296" |
| 9 | S = "${WORKDIR}/git" | ||
| 10 | 9 | ||
| 11 | # Package does not support out of tree builds. | 10 | # Package does not support out of tree builds. |
| 12 | inherit autotools-brokensep | 11 | inherit autotools-brokensep |
diff --git a/meta-oe/recipes-support/libnvme/libnvme_1.12.bb b/meta-oe/recipes-support/libnvme/libnvme_1.12.bb index 1054f83487..95d18a1ed0 100644 --- a/meta-oe/recipes-support/libnvme/libnvme_1.12.bb +++ b/meta-oe/recipes-support/libnvme/libnvme_1.12.bb | |||
| @@ -16,7 +16,6 @@ SRCREV = "5ec1f5284ecb0eda481f3d2d61236fbc5b46164f" | |||
| 16 | SRC_URI = "git://github.com/linux-nvme/libnvme;protocol=https;branch=master \ | 16 | SRC_URI = "git://github.com/linux-nvme/libnvme;protocol=https;branch=master \ |
| 17 | file://0001-mock.c-fix-checking-of-HAVE_GLIBC_IOCTL.patch" | 17 | file://0001-mock.c-fix-checking-of-HAVE_GLIBC_IOCTL.patch" |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | ||
| 20 | 19 | ||
| 21 | inherit meson pkgconfig | 20 | inherit meson pkgconfig |
| 22 | 21 | ||
diff --git a/meta-oe/recipes-support/libosinfo/libosinfo_1.12.0.bb b/meta-oe/recipes-support/libosinfo/libosinfo_1.12.0.bb index edcebf522a..2462786aae 100644 --- a/meta-oe/recipes-support/libosinfo/libosinfo_1.12.0.bb +++ b/meta-oe/recipes-support/libosinfo/libosinfo_1.12.0.bb | |||
| @@ -13,7 +13,6 @@ SRC_URI = " \ | |||
| 13 | 13 | ||
| 14 | SRCREV = "b505ef5161d2552102a743acd4ad83298d3d8f99" | 14 | SRCREV = "b505ef5161d2552102a743acd4ad83298d3d8f99" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | 16 | ||
| 18 | inherit meson pkgconfig gtk-doc gobject-introspection vala | 17 | inherit meson pkgconfig gtk-doc gobject-introspection vala |
| 19 | 18 | ||
diff --git a/meta-oe/recipes-support/libosinfo/osinfo-db-tools_1.12.0.bb b/meta-oe/recipes-support/libosinfo/osinfo-db-tools_1.12.0.bb index 11de5e404b..ee75c39eee 100644 --- a/meta-oe/recipes-support/libosinfo/osinfo-db-tools_1.12.0.bb +++ b/meta-oe/recipes-support/libosinfo/osinfo-db-tools_1.12.0.bb | |||
| @@ -10,7 +10,6 @@ SRC_URI = "git://gitlab.com/libosinfo/osinfo-db-tools.git;branch=main;protocol=h | |||
| 10 | " | 10 | " |
| 11 | SRCREV = "e5564be303bfac49cc3490bd0fada342cd65566f" | 11 | SRCREV = "e5564be303bfac49cc3490bd0fada342cd65566f" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | inherit meson pkgconfig | 14 | inherit meson pkgconfig |
| 16 | 15 | ||
diff --git a/meta-oe/recipes-support/libosinfo/osinfo-db_20250606.bb b/meta-oe/recipes-support/libosinfo/osinfo-db_20250606.bb index 5c5894da01..33e17234ce 100644 --- a/meta-oe/recipes-support/libosinfo/osinfo-db_20250606.bb +++ b/meta-oe/recipes-support/libosinfo/osinfo-db_20250606.bb | |||
| @@ -10,7 +10,6 @@ SRC_URI = "git://gitlab.com/libosinfo/osinfo-db.git;branch=main;protocol=https" | |||
| 10 | 10 | ||
| 11 | SRCREV = "62f8adceb8ee88e643a134f2cfaf04fc11b9fc51" | 11 | SRCREV = "62f8adceb8ee88e643a134f2cfaf04fc11b9fc51" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | inherit allarch autotools-brokensep | 14 | inherit allarch autotools-brokensep |
| 16 | 15 | ||
diff --git a/meta-oe/recipes-support/libp11/libp11_0.4.13.bb b/meta-oe/recipes-support/libp11/libp11_0.4.13.bb index 74c70df180..1731d350ae 100644 --- a/meta-oe/recipes-support/libp11/libp11_0.4.13.bb +++ b/meta-oe/recipes-support/libp11/libp11_0.4.13.bb | |||
| @@ -15,7 +15,6 @@ SRCREV = "6d669183c7b241ce47ecce28744837ad92814f5c" | |||
| 15 | 15 | ||
| 16 | UPSTREAM_CHECK_GITTAGREGEX = "libp11-(?P<pver>\d+(\.\d+)+)" | 16 | UPSTREAM_CHECK_GITTAGREGEX = "libp11-(?P<pver>\d+(\.\d+)+)" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | 18 | ||
| 20 | inherit autotools pkgconfig | 19 | inherit autotools pkgconfig |
| 21 | 20 | ||
diff --git a/meta-oe/recipes-support/libraw/libraw_0.21.2.bb b/meta-oe/recipes-support/libraw/libraw_0.21.2.bb index 6b1355fa37..01425c6db0 100644 --- a/meta-oe/recipes-support/libraw/libraw_0.21.2.bb +++ b/meta-oe/recipes-support/libraw/libraw_0.21.2.bb | |||
| @@ -4,7 +4,6 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=1501ae0aa3c8544e63f08d6f7bf88a6f" | |||
| 4 | 4 | ||
| 5 | SRC_URI = "git://github.com/LibRaw/LibRaw.git;branch=0.21-stable;protocol=https" | 5 | SRC_URI = "git://github.com/LibRaw/LibRaw.git;branch=0.21-stable;protocol=https" |
| 6 | SRCREV = "1ef70158d7fde1ced6aaddb0b9443c32a7121d3d" | 6 | SRCREV = "1ef70158d7fde1ced6aaddb0b9443c32a7121d3d" |
| 7 | S = "${WORKDIR}/git" | ||
| 8 | 7 | ||
| 9 | inherit autotools pkgconfig | 8 | inherit autotools pkgconfig |
| 10 | 9 | ||
diff --git a/meta-oe/recipes-support/librdkafka/librdkafka_1.8.2.bb b/meta-oe/recipes-support/librdkafka/librdkafka_1.8.2.bb index 6148e7cb08..968094daff 100644 --- a/meta-oe/recipes-support/librdkafka/librdkafka_1.8.2.bb +++ b/meta-oe/recipes-support/librdkafka/librdkafka_1.8.2.bb | |||
| @@ -16,7 +16,6 @@ DEPENDS = "zlib openssl zstd" | |||
| 16 | 16 | ||
| 17 | inherit cmake | 17 | inherit cmake |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | ||
| 20 | 19 | ||
| 21 | FILES:${PN} += "${datadir}" | 20 | FILES:${PN} += "${datadir}" |
| 22 | 21 | ||
diff --git a/meta-oe/recipes-support/librsync/librsync_2.3.4.bb b/meta-oe/recipes-support/librsync/librsync_2.3.4.bb index 3cad665389..c8dfafa2aa 100644 --- a/meta-oe/recipes-support/librsync/librsync_2.3.4.bb +++ b/meta-oe/recipes-support/librsync/librsync_2.3.4.bb | |||
| @@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499" | |||
| 5 | 5 | ||
| 6 | SRC_URI = "git://github.com/librsync/librsync.git;branch=master;protocol=https" | 6 | SRC_URI = "git://github.com/librsync/librsync.git;branch=master;protocol=https" |
| 7 | SRCREV = "e364852674780e43d578e4239128ff7014190ed3" | 7 | SRCREV = "e364852674780e43d578e4239128ff7014190ed3" |
| 8 | S = "${WORKDIR}/git" | ||
| 9 | 8 | ||
| 10 | DEPENDS = "popt" | 9 | DEPENDS = "popt" |
| 11 | 10 | ||
diff --git a/meta-oe/recipes-support/libserialmodule/libserialmodule_1.0.8.bb b/meta-oe/recipes-support/libserialmodule/libserialmodule_1.0.8.bb index 7994907e13..245d501b8a 100644 --- a/meta-oe/recipes-support/libserialmodule/libserialmodule_1.0.8.bb +++ b/meta-oe/recipes-support/libserialmodule/libserialmodule_1.0.8.bb | |||
| @@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22cdd382a6275cb4c2e75c517952ac7c" | |||
| 7 | DEPENDS = "libsimplelog" | 7 | DEPENDS = "libsimplelog" |
| 8 | SRC_URI = "git://git@github.com/thuanalg/libserialmodule.git;branch=main;protocol=https;tag=v${PV}" | 8 | SRC_URI = "git://git@github.com/thuanalg/libserialmodule.git;branch=main;protocol=https;tag=v${PV}" |
| 9 | SRCREV = "f89f98ff0c9d0aaee2624d40addb0687a74c5d81" | 9 | SRCREV = "f89f98ff0c9d0aaee2624d40addb0687a74c5d81" |
| 10 | S = "${WORKDIR}/git" | ||
| 11 | inherit cmake | 10 | inherit cmake |
| 12 | EXTRA_OECMAKE = "-DUNIX_LINUX=1 -DMETA_OPENEMBEDDED=1" | 11 | EXTRA_OECMAKE = "-DUNIX_LINUX=1 -DMETA_OPENEMBEDDED=1" |
| 13 | 12 | ||
diff --git a/meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.8.bb b/meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.8.bb index b4a721b302..31dce12155 100644 --- a/meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.8.bb +++ b/meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.8.bb | |||
| @@ -9,7 +9,6 @@ SRC_URI = "git://github.com/thuanalg/simplelog-topic.git;branch=main;protocol=ht | |||
| 9 | 9 | ||
| 10 | SRCREV = "093d80b4006042b75a433a5e63760ae9bebad142" | 10 | SRCREV = "093d80b4006042b75a433a5e63760ae9bebad142" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | inherit cmake | 13 | inherit cmake |
| 15 | 14 | ||
diff --git a/meta-oe/recipes-support/libsoc/libsoc_0.8.2.bb b/meta-oe/recipes-support/libsoc/libsoc_0.8.2.bb index 5969220a41..958f3cf5a1 100644 --- a/meta-oe/recipes-support/libsoc/libsoc_0.8.2.bb +++ b/meta-oe/recipes-support/libsoc/libsoc_0.8.2.bb | |||
| @@ -12,7 +12,6 @@ inherit autotools pkgconfig python3-dir | |||
| 12 | SRCREV = "fd1ad6e7823fa76d8db0d3c5884faffa8ffddafb" | 12 | SRCREV = "fd1ad6e7823fa76d8db0d3c5884faffa8ffddafb" |
| 13 | SRC_URI = "git://github.com/jackmitch/libsoc.git;branch=master;protocol=https" | 13 | SRC_URI = "git://github.com/jackmitch/libsoc.git;branch=master;protocol=https" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | 15 | ||
| 17 | BOARD ??= "devboard" | 16 | BOARD ??= "devboard" |
| 18 | 17 | ||
diff --git a/meta-oe/recipes-support/libsoup/libsoup-2.4_2.74.3.bb b/meta-oe/recipes-support/libsoup/libsoup-2.4_2.74.3.bb index 52e732b78d..cbc886a2cb 100644 --- a/meta-oe/recipes-support/libsoup/libsoup-2.4_2.74.3.bb +++ b/meta-oe/recipes-support/libsoup/libsoup-2.4_2.74.3.bb | |||
| @@ -44,7 +44,7 @@ SRC_URI[sha256sum] = "e4b77c41cfc4c8c5a035fcdc320c7bc6cfb75ef7c5a034153df1413fa1 | |||
| 44 | 44 | ||
| 45 | CVE_PRODUCT = "libsoup" | 45 | CVE_PRODUCT = "libsoup" |
| 46 | 46 | ||
| 47 | S = "${WORKDIR}/libsoup-${PV}" | 47 | S = "${UNPACKDIR}/libsoup-${PV}" |
| 48 | 48 | ||
| 49 | inherit meson gettext pkgconfig upstream-version-is-even gobject-introspection gtk-doc | 49 | inherit meson gettext pkgconfig upstream-version-is-even gobject-introspection gtk-doc |
| 50 | 50 | ||
diff --git a/meta-oe/recipes-support/libspdm/libspdm_3.7.0.bb b/meta-oe/recipes-support/libspdm/libspdm_3.7.0.bb index e5915aa795..c6bbd1716b 100644 --- a/meta-oe/recipes-support/libspdm/libspdm_3.7.0.bb +++ b/meta-oe/recipes-support/libspdm/libspdm_3.7.0.bb | |||
| @@ -13,7 +13,6 @@ SRC_URI = "git://github.com/DMTF/libspdm.git;branch=main;protocol=https \ | |||
| 13 | file://0001-Backport-API-introduced-in-openssl-3.5.0.patch" | 13 | file://0001-Backport-API-introduced-in-openssl-3.5.0.patch" |
| 14 | SRCREV = "1be116c7b7713fa9003e1bd53b53a34758549eb9" | 14 | SRCREV = "1be116c7b7713fa9003e1bd53b53a34758549eb9" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | 16 | ||
| 18 | inherit cmake | 17 | inherit cmake |
| 19 | 18 | ||
diff --git a/meta-oe/recipes-support/libssh/libssh_0.11.1.bb b/meta-oe/recipes-support/libssh/libssh_0.11.1.bb index 5f39c2d79c..bb2b0dc466 100644 --- a/meta-oe/recipes-support/libssh/libssh_0.11.1.bb +++ b/meta-oe/recipes-support/libssh/libssh_0.11.1.bb | |||
| @@ -15,7 +15,6 @@ SRC_URI:append:toolchain-clang = " file://0001-CompilerChecks.cmake-drop-Wunused | |||
| 15 | 15 | ||
| 16 | SRCREV = "854795c654eda518ed6de6c1ebb4e2107fcb2e73" | 16 | SRCREV = "854795c654eda518ed6de6c1ebb4e2107fcb2e73" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | 18 | ||
| 20 | inherit cmake ptest | 19 | inherit cmake ptest |
| 21 | 20 | ||
diff --git a/meta-oe/recipes-support/libstemmer/libstemmer_2.2.0.bb b/meta-oe/recipes-support/libstemmer/libstemmer_2.2.0.bb index be2935a385..d462d3018f 100644 --- a/meta-oe/recipes-support/libstemmer/libstemmer_2.2.0.bb +++ b/meta-oe/recipes-support/libstemmer/libstemmer_2.2.0.bb | |||
| @@ -9,7 +9,6 @@ SRC_URI = "git://github.com/snowballstem/snowball.git;branch=master;protocol=htt | |||
| 9 | file://0001-Build-so-lib.patch \ | 9 | file://0001-Build-so-lib.patch \ |
| 10 | " | 10 | " |
| 11 | SRCREV = "48a67a2831005f49c48ec29a5837640e23e54e6b" | 11 | SRCREV = "48a67a2831005f49c48ec29a5837640e23e54e6b" |
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | LIBVER = "0.0.0" | 13 | LIBVER = "0.0.0" |
| 15 | 14 | ||
diff --git a/meta-oe/recipes-support/libtar/libtar_1.2.20.bb b/meta-oe/recipes-support/libtar/libtar_1.2.20.bb index 9be5601967..a17509d2e5 100644 --- a/meta-oe/recipes-support/libtar/libtar_1.2.20.bb +++ b/meta-oe/recipes-support/libtar/libtar_1.2.20.bb | |||
| @@ -22,7 +22,7 @@ SRC_URI = "${DEBIAN_MIRROR}/main/libt/${BPN}/${BPN}_${PV}.orig.tar.gz \ | |||
| 22 | file://CVE-2013-4420.patch \ | 22 | file://CVE-2013-4420.patch \ |
| 23 | " | 23 | " |
| 24 | 24 | ||
| 25 | S = "${WORKDIR}/${BPN}" | 25 | S = "${UNPACKDIR}/${BPN}" |
| 26 | 26 | ||
| 27 | SRC_URI[sha256sum] = "50f24c857a7ef1cb092e6508758b86d06f1188508f897f3e6b40c573e8879109" | 27 | SRC_URI[sha256sum] = "50f24c857a7ef1cb092e6508758b86d06f1188508f897f3e6b40c573e8879109" |
| 28 | 28 | ||
diff --git a/meta-oe/recipes-support/libteam/libteam_1.32.bb b/meta-oe/recipes-support/libteam/libteam_1.32.bb index 508cbb13bb..4686f4be5c 100644 --- a/meta-oe/recipes-support/libteam/libteam_1.32.bb +++ b/meta-oe/recipes-support/libteam/libteam_1.32.bb | |||
| @@ -17,7 +17,6 @@ SRC_URI = "git://github.com/jpirko/libteam;branch=master;protocol=https \ | |||
| 17 | " | 17 | " |
| 18 | SRCREV = "8b843e93cee1dab61fb79b01791201cdad45e1d1" | 18 | SRCREV = "8b843e93cee1dab61fb79b01791201cdad45e1d1" |
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/git" | ||
| 21 | 20 | ||
| 22 | inherit autotools pkgconfig ptest | 21 | inherit autotools pkgconfig ptest |
| 23 | 22 | ||
diff --git a/meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb b/meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb index c99930f9e2..b91a455aff 100644 --- a/meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb +++ b/meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb | |||
| @@ -16,7 +16,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/tinyxml/tinyxml_${@'${PV}'.replace('.', '_')}.t | |||
| 16 | " | 16 | " |
| 17 | SRC_URI[sha256sum] = "15bdfdcec58a7da30adc87ac2b078e4417dbe5392f3afb719f9ba6d062645593" | 17 | SRC_URI[sha256sum] = "15bdfdcec58a7da30adc87ac2b078e4417dbe5392f3afb719f9ba6d062645593" |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/tinyxml" | 19 | S = "${UNPACKDIR}/tinyxml" |
| 20 | 20 | ||
| 21 | EXTRA_CXXFLAGS = "-I. -fPIC" | 21 | EXTRA_CXXFLAGS = "-I. -fPIC" |
| 22 | 22 | ||
diff --git a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_11.0.0.bb b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_11.0.0.bb index e0b07deca3..89e6eca99b 100644 --- a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_11.0.0.bb +++ b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_11.0.0.bb | |||
| @@ -9,7 +9,6 @@ SRCREV = "9148bdf719e997d1f474be6bcc7943881046dba1" | |||
| 9 | SRC_URI = "git://github.com/leethomason/tinyxml2.git;branch=master;protocol=https \ | 9 | SRC_URI = "git://github.com/leethomason/tinyxml2.git;branch=master;protocol=https \ |
| 10 | file://run-ptest" | 10 | file://run-ptest" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | inherit meson ptest | 13 | inherit meson ptest |
| 15 | 14 | ||
diff --git a/meta-oe/recipes-support/libtommath/libtommath_1.3.0.bb b/meta-oe/recipes-support/libtommath/libtommath_1.3.0.bb index 4d6c06240d..28c474e1dd 100644 --- a/meta-oe/recipes-support/libtommath/libtommath_1.3.0.bb +++ b/meta-oe/recipes-support/libtommath/libtommath_1.3.0.bb | |||
| @@ -10,7 +10,6 @@ SRC_URI = "git://github.com/libtom/libtommath.git;protocol=https;branch=master" | |||
| 10 | 10 | ||
| 11 | SRCREV = "95d80fd8229d05dd6cb4ec88bc8d4f5377ff00ef" | 11 | SRCREV = "95d80fd8229d05dd6cb4ec88bc8d4f5377ff00ef" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | EXTRA_OEMAKE = "'PREFIX=${prefix}' 'DESTDIR=${D}' 'LIBPATH=${libdir}' 'CFLAGS=${CFLAGS}'" | 14 | EXTRA_OEMAKE = "'PREFIX=${prefix}' 'DESTDIR=${D}' 'LIBPATH=${libdir}' 'CFLAGS=${CFLAGS}'" |
| 16 | 15 | ||
diff --git a/meta-oe/recipes-support/liburing/liburing_2.9.bb b/meta-oe/recipes-support/liburing/liburing_2.9.bb index e17d829c3d..a645a8e4c4 100644 --- a/meta-oe/recipes-support/liburing/liburing_2.9.bb +++ b/meta-oe/recipes-support/liburing/liburing_2.9.bb | |||
| @@ -13,7 +13,6 @@ SRC_URI = "git://github.com/axboe/liburing.git;branch=master;protocol=https \ | |||
| 13 | file://0001-test-Including-missing-string.h-for-memcpy.patch" | 13 | file://0001-test-Including-missing-string.h-for-memcpy.patch" |
| 14 | SRCREV = "08468cc3830185c75f9e7edefd88aa01e5c2f8ab" | 14 | SRCREV = "08468cc3830185c75f9e7edefd88aa01e5c2f8ab" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | 16 | ||
| 18 | DEPENDS:append:libc-musl = " libucontext" | 17 | DEPENDS:append:libc-musl = " libucontext" |
| 19 | XCFLAGS = "-pthread" | 18 | XCFLAGS = "-pthread" |
diff --git a/meta-oe/recipes-support/libusb/libusb-compat_0.1.8.bb b/meta-oe/recipes-support/libusb/libusb-compat_0.1.8.bb index 57f1f54387..960f547f94 100644 --- a/meta-oe/recipes-support/libusb/libusb-compat_0.1.8.bb +++ b/meta-oe/recipes-support/libusb/libusb-compat_0.1.8.bb | |||
| @@ -28,7 +28,6 @@ SRC_URI = " \ | |||
| 28 | file://run-ptest \ | 28 | file://run-ptest \ |
| 29 | " | 29 | " |
| 30 | SRCREV = "c497eff1ae8c4cfd4fdff370f04c78fa0584f4f3" | 30 | SRCREV = "c497eff1ae8c4cfd4fdff370f04c78fa0584f4f3" |
| 31 | S = "${WORKDIR}/git" | ||
| 32 | 31 | ||
| 33 | UPSTREAM_CHECK_URI = "https://github.com/libusb/libusb-compat-0.1/releases" | 32 | UPSTREAM_CHECK_URI = "https://github.com/libusb/libusb-compat-0.1/releases" |
| 34 | 33 | ||
diff --git a/meta-oe/recipes-support/libusbg/libusbg_git.bb b/meta-oe/recipes-support/libusbg/libusbg_git.bb index 716d9c4ce4..84f97aab2c 100644 --- a/meta-oe/recipes-support/libusbg/libusbg_git.bb +++ b/meta-oe/recipes-support/libusbg/libusbg_git.bb | |||
| @@ -12,7 +12,6 @@ SRC_URI = "git://github.com/libusbg/libusbg.git;branch=master;protocol=https \ | |||
| 12 | file://0001-Fix-out-of-tree-builds.patch \ | 12 | file://0001-Fix-out-of-tree-builds.patch \ |
| 13 | " | 13 | " |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | 15 | ||
| 17 | ALTERNATIVE:${PN} = "gadget-acm-ecm show-gadgets" | 16 | ALTERNATIVE:${PN} = "gadget-acm-ecm show-gadgets" |
| 18 | ALTERNATIVE_LINK_NAME[gadget-acm-ecm] = "${bindir}/gadget-acm-ecm" | 17 | ALTERNATIVE_LINK_NAME[gadget-acm-ecm] = "${bindir}/gadget-acm-ecm" |
diff --git a/meta-oe/recipes-support/libusbgx/libusbgx-config.bb b/meta-oe/recipes-support/libusbgx/libusbgx-config.bb index c79dd092cd..f3870203ad 100644 --- a/meta-oe/recipes-support/libusbgx/libusbgx-config.bb +++ b/meta-oe/recipes-support/libusbgx/libusbgx-config.bb | |||
| @@ -4,8 +4,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384 | |||
| 4 | 4 | ||
| 5 | SRC_URI = "file://usbgx.default" | 5 | SRC_URI = "file://usbgx.default" |
| 6 | 6 | ||
| 7 | S = "${WORKDIR}/sources" | 7 | S = "${UNPACKDIR}" |
| 8 | UNPACKDIR = "${S}" | ||
| 9 | 8 | ||
| 10 | do_configure[noexec] = "1" | 9 | do_configure[noexec] = "1" |
| 11 | do_compile[noexec] = "1" | 10 | do_compile[noexec] = "1" |
diff --git a/meta-oe/recipes-support/libusbgx/libusbgx_git.bb b/meta-oe/recipes-support/libusbgx/libusbgx_git.bb index 8d49bf55ba..7b12b911d8 100644 --- a/meta-oe/recipes-support/libusbgx/libusbgx_git.bb +++ b/meta-oe/recipes-support/libusbgx/libusbgx_git.bb | |||
| @@ -18,7 +18,6 @@ SRC_URI = " \ | |||
| 18 | file://usbgx.service \ | 18 | file://usbgx.service \ |
| 19 | " | 19 | " |
| 20 | 20 | ||
| 21 | S = "${WORKDIR}/git" | ||
| 22 | 21 | ||
| 23 | PACKAGECONFIG ??= "examples gadget-schemes libconfig" | 22 | PACKAGECONFIG ??= "examples gadget-schemes libconfig" |
| 24 | PACKAGECONFIG[libconfig] = "--with-libconfig=yes,--without-libconfig,libconfig" | 23 | PACKAGECONFIG[libconfig] = "--with-libconfig=yes,--without-libconfig,libconfig" |
diff --git a/meta-oe/recipes-support/libutempter/libutempter_1.2.2-alt1.bb b/meta-oe/recipes-support/libutempter/libutempter_1.2.2-alt1.bb index 0d2cd135c6..cc28860b04 100644 --- a/meta-oe/recipes-support/libutempter/libutempter_1.2.2-alt1.bb +++ b/meta-oe/recipes-support/libutempter/libutempter_1.2.2-alt1.bb | |||
| @@ -14,7 +14,7 @@ SRC_URI = "git://git.altlinux.org/people/ldv/packages/libutempter.git;branch=mas | |||
| 14 | file://0002-Proper-macro-path-generation.patch \ | 14 | file://0002-Proper-macro-path-generation.patch \ |
| 15 | " | 15 | " |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git/${BPN}" | 17 | S = "${UNPACKDIR}/${BP}/${BPN}" |
| 18 | 18 | ||
| 19 | CFLAGS += "-DLIBEXECDIR=${libexecdir}" | 19 | CFLAGS += "-DLIBEXECDIR=${libexecdir}" |
| 20 | 20 | ||
diff --git a/meta-oe/recipes-support/links/links-x11_2.26.bb b/meta-oe/recipes-support/links/links-x11_2.26.bb index 713919bca1..c1601ab7d9 100644 --- a/meta-oe/recipes-support/links/links-x11_2.26.bb +++ b/meta-oe/recipes-support/links/links-x11_2.26.bb | |||
| @@ -13,7 +13,7 @@ SRC_URI += " file://links2.desktop \ | |||
| 13 | SRC_URI[sha256sum] = "f05b3577f25dbe63e491c424f0ecb31f7bfadce9b2bc2f111dfed049c004c9cb" | 13 | SRC_URI[sha256sum] = "f05b3577f25dbe63e491c424f0ecb31f7bfadce9b2bc2f111dfed049c004c9cb" |
| 14 | SRC_URI[icon.sha256sum] = "eddcd8b8c8698aa621d1a453943892d77b72ed492e0d14e0dbac5c6a57e52f47" | 14 | SRC_URI[icon.sha256sum] = "eddcd8b8c8698aa621d1a453943892d77b72ed492e0d14e0dbac5c6a57e52f47" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/links-${PV}" | 16 | S = "${UNPACKDIR}/links-${PV}" |
| 17 | 17 | ||
| 18 | EXTRA_OECONF = "--enable-graphics \ | 18 | EXTRA_OECONF = "--enable-graphics \ |
| 19 | --with-ssl=${STAGING_LIBDIR}/.. --with-libjpeg \ | 19 | --with-ssl=${STAGING_LIBDIR}/.. --with-libjpeg \ |
diff --git a/meta-oe/recipes-support/log4cpp/log4cpp_1.1.4.bb b/meta-oe/recipes-support/log4cpp/log4cpp_1.1.4.bb index 929b1d186b..d51e51387b 100644 --- a/meta-oe/recipes-support/log4cpp/log4cpp_1.1.4.bb +++ b/meta-oe/recipes-support/log4cpp/log4cpp_1.1.4.bb | |||
| @@ -8,7 +8,7 @@ SRC_URI = "http://downloads.sourceforge.net/${BPN}/${BP}.tar.gz \ | |||
| 8 | " | 8 | " |
| 9 | SRC_URI[sha256sum] = "696113659e426540625274a8b251052cc04306d8ee5c42a0c7639f39ca90c9d6" | 9 | SRC_URI[sha256sum] = "696113659e426540625274a8b251052cc04306d8ee5c42a0c7639f39ca90c9d6" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/${BPN}" | 11 | S = "${UNPACKDIR}/${BPN}" |
| 12 | 12 | ||
| 13 | inherit autotools pkgconfig | 13 | inherit autotools pkgconfig |
| 14 | 14 | ||
diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc index 7a87baf5c3..0ff17aed5c 100644 --- a/meta-oe/recipes-support/lvm2/lvm2.inc +++ b/meta-oe/recipes-support/lvm2/lvm2.inc | |||
| @@ -19,7 +19,6 @@ SRC_URI = "git://sourceware.org/git/lvm2.git;branch=main \ | |||
| 19 | " | 19 | " |
| 20 | 20 | ||
| 21 | SRCREV = "8817523c5682a7fd83770d3f58a99c436f7e73f7" | 21 | SRCREV = "8817523c5682a7fd83770d3f58a99c436f7e73f7" |
| 22 | S = "${WORKDIR}/git" | ||
| 23 | PV = "2.03.32" | 22 | PV = "2.03.32" |
| 24 | 23 | ||
| 25 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\_\d+)+)" | 24 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\_\d+)+)" |
diff --git a/meta-oe/recipes-support/mcelog/mce-inject_git.bb b/meta-oe/recipes-support/mcelog/mce-inject_git.bb index 6c1255772d..c8ffb65fa1 100644 --- a/meta-oe/recipes-support/mcelog/mce-inject_git.bb +++ b/meta-oe/recipes-support/mcelog/mce-inject_git.bb | |||
| @@ -15,7 +15,6 @@ DEPENDS = "bison-native" | |||
| 15 | LICENSE = "GPL-2.0-only" | 15 | LICENSE = "GPL-2.0-only" |
| 16 | LIC_FILES_CHKSUM = "file://README;beginline=30;md5=94c18755082a2da9c9cf97cba3ad47d6" | 16 | LIC_FILES_CHKSUM = "file://README;beginline=30;md5=94c18755082a2da9c9cf97cba3ad47d6" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | 18 | ||
| 20 | COMPATIBLE_HOST = '(x86_64.*|i.86.*)-linux' | 19 | COMPATIBLE_HOST = '(x86_64.*|i.86.*)-linux' |
| 21 | 20 | ||
diff --git a/meta-oe/recipes-support/mcelog/mce-test_git.bb b/meta-oe/recipes-support/mcelog/mce-test_git.bb index c1661b5ed4..3b96210633 100644 --- a/meta-oe/recipes-support/mcelog/mce-test_git.bb +++ b/meta-oe/recipes-support/mcelog/mce-test_git.bb | |||
| @@ -22,7 +22,6 @@ RDEPENDS:${PN} = "mcelog mce-inject dialog bash" | |||
| 22 | 22 | ||
| 23 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' | 23 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' |
| 24 | 24 | ||
| 25 | S = "${WORKDIR}/git" | ||
| 26 | 25 | ||
| 27 | EXTRA_OEMAKE += "CFLAGS='${CFLAGS}'" | 26 | EXTRA_OEMAKE += "CFLAGS='${CFLAGS}'" |
| 28 | 27 | ||
diff --git a/meta-oe/recipes-support/mcelog/mcelog_204.bb b/meta-oe/recipes-support/mcelog/mcelog_204.bb index b0d238361f..c3d082aa67 100644 --- a/meta-oe/recipes-support/mcelog/mcelog_204.bb +++ b/meta-oe/recipes-support/mcelog/mcelog_204.bb | |||
| @@ -15,7 +15,6 @@ SRCREV = "ad244c6b60fcbd08a5d73497bfb3487983801598" | |||
| 15 | LICENSE = "GPL-2.0-only" | 15 | LICENSE = "GPL-2.0-only" |
| 16 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 16 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | 18 | ||
| 20 | inherit ptest | 19 | inherit ptest |
| 21 | 20 | ||
diff --git a/meta-oe/recipes-support/md4c/md4c_0.5.2.bb b/meta-oe/recipes-support/md4c/md4c_0.5.2.bb index 6c409666fc..59f2e430aa 100644 --- a/meta-oe/recipes-support/md4c/md4c_0.5.2.bb +++ b/meta-oe/recipes-support/md4c/md4c_0.5.2.bb | |||
| @@ -6,7 +6,6 @@ LICENSE = "MIT" | |||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=383f39920f391605af6e8e46e60e2378" | 6 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=383f39920f391605af6e8e46e60e2378" |
| 7 | 7 | ||
| 8 | 8 | ||
| 9 | S = "${WORKDIR}/git" | ||
| 10 | 9 | ||
| 11 | SRC_URI = " \ | 10 | SRC_URI = " \ |
| 12 | git://github.com/mity/md4c.git;protocol=https;branch=master \ | 11 | git://github.com/mity/md4c.git;protocol=https;branch=master \ |
diff --git a/meta-oe/recipes-support/mg/mg_20230501.bb b/meta-oe/recipes-support/mg/mg_20230501.bb index ee00003977..04811f1bdd 100644 --- a/meta-oe/recipes-support/mg/mg_20230501.bb +++ b/meta-oe/recipes-support/mg/mg_20230501.bb | |||
| @@ -14,7 +14,6 @@ SRC_URI:append:libc-musl = "\ | |||
| 14 | file://0001-Undefine-REGEX-for-musl-based-systems.patch \ | 14 | file://0001-Undefine-REGEX-for-musl-based-systems.patch \ |
| 15 | " | 15 | " |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | 17 | ||
| 19 | # CFLAGS isn't in EXTRA_OEMAKE, as the makefile picks it up via ?= | 18 | # CFLAGS isn't in EXTRA_OEMAKE, as the makefile picks it up via ?= |
| 20 | EXTRA_OEMAKE = "\ | 19 | EXTRA_OEMAKE = "\ |
diff --git a/meta-oe/recipes-support/mime-support/mime-support_3.62.bb b/meta-oe/recipes-support/mime-support/mime-support_3.62.bb index 46def2a23c..1c0aec13e3 100644 --- a/meta-oe/recipes-support/mime-support/mime-support_3.62.bb +++ b/meta-oe/recipes-support/mime-support/mime-support_3.62.bb | |||
| @@ -12,7 +12,7 @@ RRECOMMENDS:${PN} = "file" | |||
| 12 | 12 | ||
| 13 | SRC_URI = "${DEBIAN_MIRROR}/main/m/mime-support/mime-support_${PV}.tar.gz" | 13 | SRC_URI = "${DEBIAN_MIRROR}/main/m/mime-support/mime-support_${PV}.tar.gz" |
| 14 | SRC_URI[sha256sum] = "54e0a03e0cd63c7c9fe68a18ead0a2143fd3c327604215f989d85484d0409f4a" | 14 | SRC_URI[sha256sum] = "54e0a03e0cd63c7c9fe68a18ead0a2143fd3c327604215f989d85484d0409f4a" |
| 15 | S = "${WORKDIR}/${BPN}" | 15 | S = "${UNPACKDIR}/${BPN}" |
| 16 | 16 | ||
| 17 | inherit update-alternatives | 17 | inherit update-alternatives |
| 18 | 18 | ||
diff --git a/meta-oe/recipes-support/multipath-tools/multipath-tools_0.11.1.bb b/meta-oe/recipes-support/multipath-tools/multipath-tools_0.11.1.bb index 3443175d21..07bc84ce8b 100644 --- a/meta-oe/recipes-support/multipath-tools/multipath-tools_0.11.1.bb +++ b/meta-oe/recipes-support/multipath-tools/multipath-tools_0.11.1.bb | |||
| @@ -53,7 +53,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9ec28527f3d544b51ceb0e1907d0bf3f" | |||
| 53 | 53 | ||
| 54 | SRCREV = "cb8de98b2cc3b62fd1a578ba479c0820778e9c02" | 54 | SRCREV = "cb8de98b2cc3b62fd1a578ba479c0820778e9c02" |
| 55 | 55 | ||
| 56 | S = "${WORKDIR}/git" | ||
| 57 | 56 | ||
| 58 | inherit systemd pkgconfig | 57 | inherit systemd pkgconfig |
| 59 | 58 | ||
diff --git a/meta-oe/recipes-support/ne10/ne10_1.2.1.bb b/meta-oe/recipes-support/ne10/ne10_1.2.1.bb index 39ff7ab969..b4db0c0f64 100644 --- a/meta-oe/recipes-support/ne10/ne10_1.2.1.bb +++ b/meta-oe/recipes-support/ne10/ne10_1.2.1.bb | |||
| @@ -10,7 +10,6 @@ SRC_URI = "git://github.com/projectNe10/Ne10.git;branch=master;protocol=https \ | |||
| 10 | " | 10 | " |
| 11 | SRCREV = "18c4c982a595dad069cd8df4932aefb1d257591f" | 11 | SRCREV = "18c4c982a595dad069cd8df4932aefb1d257591f" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | PV .= "+git" | 13 | PV .= "+git" |
| 15 | 14 | ||
| 16 | inherit cmake | 15 | inherit cmake |
diff --git a/meta-oe/recipes-support/nmon/nmon_16m.bb b/meta-oe/recipes-support/nmon/nmon_16m.bb index 495afd164f..4e7abb2123 100644 --- a/meta-oe/recipes-support/nmon/nmon_16m.bb +++ b/meta-oe/recipes-support/nmon/nmon_16m.bb | |||
| @@ -21,8 +21,7 @@ CFLAGS += "-D JFS -D GETUSER -Wall -D LARGEMEM" | |||
| 21 | LDFLAGS += "-ltinfo -lncursesw -lm" | 21 | LDFLAGS += "-ltinfo -lncursesw -lm" |
| 22 | ASNEEDED:pn-nmon = "" | 22 | ASNEEDED:pn-nmon = "" |
| 23 | 23 | ||
| 24 | S = "${WORKDIR}/sources" | 24 | S = "${UNPACKDIR}" |
| 25 | UNPACKDIR = "${S}" | ||
| 26 | 25 | ||
| 27 | do_compile() { | 26 | do_compile() { |
| 28 | ${CC} ${CFLAGS} ${LDFLAGS} lmon${PV}.c -o nmon | 27 | ${CC} ${CFLAGS} ${LDFLAGS} lmon${PV}.c -o nmon |
diff --git a/meta-oe/recipes-support/nspr/nspr_4.36.bb b/meta-oe/recipes-support/nspr/nspr_4.36.bb index a717520666..c129362539 100644 --- a/meta-oe/recipes-support/nspr/nspr_4.36.bb +++ b/meta-oe/recipes-support/nspr/nspr_4.36.bb | |||
| @@ -27,7 +27,7 @@ SRC_URI[sha256sum] = "55dec317f1401cd2e5dba844d340b930ab7547f818179a4002bce62e6f | |||
| 27 | 27 | ||
| 28 | CVE_PRODUCT = "netscape_portable_runtime" | 28 | CVE_PRODUCT = "netscape_portable_runtime" |
| 29 | 29 | ||
| 30 | S = "${WORKDIR}/nspr-${PV}/nspr" | 30 | S = "${UNPACKDIR}/nspr-${PV}/nspr" |
| 31 | 31 | ||
| 32 | RDEPENDS:${PN}-dev += "perl" | 32 | RDEPENDS:${PN}-dev += "perl" |
| 33 | TARGET_CC_ARCH += "${LDFLAGS}" | 33 | TARGET_CC_ARCH += "${LDFLAGS}" |
diff --git a/meta-oe/recipes-support/opencl/clinfo_3.0.23.01.25.bb b/meta-oe/recipes-support/opencl/clinfo_3.0.23.01.25.bb index 6cacd3722c..7390d83bcc 100644 --- a/meta-oe/recipes-support/opencl/clinfo_3.0.23.01.25.bb +++ b/meta-oe/recipes-support/opencl/clinfo_3.0.23.01.25.bb | |||
| @@ -11,7 +11,6 @@ SRC_URI = "git://github.com/Oblomov/clinfo.git;protocol=https;branch=master" | |||
| 11 | 11 | ||
| 12 | SRCREV = "748c3930a9b9cb826e631d77439e2cb8f84f5bcf" | 12 | SRCREV = "748c3930a9b9cb826e631d77439e2cb8f84f5bcf" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | 14 | ||
| 16 | DEPENDS += "opencl-headers virtual/opencl-icd" | 15 | DEPENDS += "opencl-headers virtual/opencl-icd" |
| 17 | 16 | ||
diff --git a/meta-oe/recipes-support/opencv/ade_0.1.2.bb b/meta-oe/recipes-support/opencv/ade_0.1.2.bb index 93b14ad4f3..b54c28d624 100644 --- a/meta-oe/recipes-support/opencv/ade_0.1.2.bb +++ b/meta-oe/recipes-support/opencv/ade_0.1.2.bb | |||
| @@ -13,7 +13,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | |||
| 13 | 13 | ||
| 14 | inherit cmake | 14 | inherit cmake |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | 16 | ||
| 18 | EXTRA_OECMAKE += " -DCMAKE_BUILD_TYPE=Release" | 17 | EXTRA_OECMAKE += " -DCMAKE_BUILD_TYPE=Release" |
| 19 | 18 | ||
diff --git a/meta-oe/recipes-support/opencv/opencv_4.11.0.bb b/meta-oe/recipes-support/opencv/opencv_4.11.0.bb index 3f90500784..826eff30ca 100644 --- a/meta-oe/recipes-support/opencv/opencv_4.11.0.bb +++ b/meta-oe/recipes-support/opencv/opencv_4.11.0.bb | |||
| @@ -21,12 +21,12 @@ SRCREV_fastcv = "8d86e68dad8b80b8575a8d3cf401d3ee96c24148" | |||
| 21 | 21 | ||
| 22 | SRCREV_FORMAT = "opencv_contrib_ipp_boostdesc_vgg_fastcv" | 22 | SRCREV_FORMAT = "opencv_contrib_ipp_boostdesc_vgg_fastcv" |
| 23 | SRC_URI = "git://github.com/opencv/opencv.git;name=opencv;branch=4.x;protocol=https \ | 23 | SRC_URI = "git://github.com/opencv/opencv.git;name=opencv;branch=4.x;protocol=https \ |
| 24 | git://github.com/opencv/opencv_contrib.git;destsuffix=git/contrib;name=contrib;branch=4.x;protocol=https \ | 24 | git://github.com/opencv/opencv_contrib.git;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/contrib;name=contrib;branch=4.x;protocol=https \ |
| 25 | git://github.com/opencv/opencv_3rdparty.git;branch=contrib_xfeatures2d_boostdesc_20161012;destsuffix=git/boostdesc;name=boostdesc;protocol=https \ | 25 | git://github.com/opencv/opencv_3rdparty.git;branch=contrib_xfeatures2d_boostdesc_20161012;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/boostdesc;name=boostdesc;protocol=https \ |
| 26 | git://github.com/opencv/opencv_3rdparty.git;branch=contrib_xfeatures2d_vgg_20160317;destsuffix=git/vgg;name=vgg;protocol=https \ | 26 | git://github.com/opencv/opencv_3rdparty.git;branch=contrib_xfeatures2d_vgg_20160317;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/vgg;name=vgg;protocol=https \ |
| 27 | git://github.com/opencv/opencv_3rdparty.git;branch=contrib_face_alignment_20170818;destsuffix=git/face;name=face;protocol=https \ | 27 | git://github.com/opencv/opencv_3rdparty.git;branch=contrib_face_alignment_20170818;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/face;name=face;protocol=https \ |
| 28 | git://github.com/WeChatCV/opencv_3rdparty.git;branch=wechat_qrcode;destsuffix=git/wechat_qrcode;name=wechat-qrcode;protocol=https \ | 28 | git://github.com/WeChatCV/opencv_3rdparty.git;branch=wechat_qrcode;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/wechat_qrcode;name=wechat-qrcode;protocol=https \ |
| 29 | git://github.com/opencv/opencv_3rdparty.git;branch=fastcv/4.x_20250410;destsuffix=git/fastcv;name=fastcv;protocol=https \ | 29 | git://github.com/opencv/opencv_3rdparty.git;branch=fastcv/4.x_20250410;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/fastcv;name=fastcv;protocol=https \ |
| 30 | file://0003-To-fix-errors-as-following.patch \ | 30 | file://0003-To-fix-errors-as-following.patch \ |
| 31 | file://0001-Temporarliy-work-around-deprecated-ffmpeg-RAW-functi.patch \ | 31 | file://0001-Temporarliy-work-around-deprecated-ffmpeg-RAW-functi.patch \ |
| 32 | file://0001-Dont-use-isystem.patch \ | 32 | file://0001-Dont-use-isystem.patch \ |
| @@ -39,7 +39,6 @@ SRC_URI = "git://github.com/opencv/opencv.git;name=opencv;branch=4.x;protocol=ht | |||
| 39 | " | 39 | " |
| 40 | SRC_URI:append:riscv64 = " file://0001-Use-Os-to-compile-tinyxml2.cpp.patch;patchdir=contrib" | 40 | SRC_URI:append:riscv64 = " file://0001-Use-Os-to-compile-tinyxml2.cpp.patch;patchdir=contrib" |
| 41 | 41 | ||
| 42 | S = "${WORKDIR}/git" | ||
| 43 | 42 | ||
| 44 | # OpenCV wants to download more files during configure. We download these in | 43 | # OpenCV wants to download more files during configure. We download these in |
| 45 | # do_fetch and construct a source cache in the format it expects | 44 | # do_fetch and construct a source cache in the format it expects |
diff --git a/meta-oe/recipes-support/opensc/opensc_0.26.1.bb b/meta-oe/recipes-support/opensc/opensc_0.26.1.bb index 9c9dfd5f45..78258c965a 100644 --- a/meta-oe/recipes-support/opensc/opensc_0.26.1.bb +++ b/meta-oe/recipes-support/opensc/opensc_0.26.1.bb | |||
| @@ -16,7 +16,6 @@ SRC_URI = "git://github.com/OpenSC/OpenSC;branch=0.26.1;protocol=https" | |||
| 16 | 16 | ||
| 17 | CVE_STATUS[CVE-2024-8443] = "fixed-version: this is fixed since 0.26.0" | 17 | CVE_STATUS[CVE-2024-8443] = "fixed-version: this is fixed since 0.26.0" |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | ||
| 20 | 19 | ||
| 21 | inherit autotools pkgconfig bash-completion | 20 | inherit autotools pkgconfig bash-completion |
| 22 | 21 | ||
diff --git a/meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb b/meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb index 2d87f13564..02815ec7ba 100644 --- a/meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb +++ b/meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb | |||
| @@ -10,7 +10,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/libwbxml/libwbxml-${PV}.tar.gz" | |||
| 10 | 10 | ||
| 11 | SRC_URI[sha256sum] = "a057daa098f12838eb4e635bb28413027f1b73819872c3fbf64e3207790a3f7d" | 11 | SRC_URI[sha256sum] = "a057daa098f12838eb4e635bb28413027f1b73819872c3fbf64e3207790a3f7d" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/libwbxml-${PV}" | 13 | S = "${UNPACKDIR}/libwbxml-${PV}" |
| 14 | 14 | ||
| 15 | inherit cmake pkgconfig | 15 | inherit cmake pkgconfig |
| 16 | 16 | ||
diff --git a/meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.20.0.bb b/meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.20.0.bb index e022b407a0..eb108c177c 100644 --- a/meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.20.0.bb +++ b/meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.20.0.bb | |||
| @@ -10,7 +10,6 @@ DEPENDS = "nlohmann-json" | |||
| 10 | SRC_URI = "gitsm://github.com/open-telemetry/opentelemetry-cpp.git;protocol=https;branch=main;tag=v${PV}" | 10 | SRC_URI = "gitsm://github.com/open-telemetry/opentelemetry-cpp.git;protocol=https;branch=main;tag=v${PV}" |
| 11 | SRCREV = "6175aa0b213eea053247e43b4f35b8d201fa356e" | 11 | SRCREV = "6175aa0b213eea053247e43b4f35b8d201fa356e" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | inherit cmake pkgconfig lib_package | 13 | inherit cmake pkgconfig lib_package |
| 15 | 14 | ||
| 16 | LDFLAGS:append:riscv32 = " -latomic" | 15 | LDFLAGS:append:riscv32 = " -latomic" |
diff --git a/meta-oe/recipes-support/p910nd/p910nd_0.97.bb b/meta-oe/recipes-support/p910nd/p910nd_0.97.bb index c6a3079ea2..0b5740c161 100644 --- a/meta-oe/recipes-support/p910nd/p910nd_0.97.bb +++ b/meta-oe/recipes-support/p910nd/p910nd_0.97.bb | |||
| @@ -10,7 +10,6 @@ SRCREV = "57ebc07ad8723ea4106090536c58c7f7160743e2" | |||
| 10 | SRC_URI = "git://github.com/kenyapcomau/p910nd;protocol=https;branch=master \ | 10 | SRC_URI = "git://github.com/kenyapcomau/p910nd;protocol=https;branch=master \ |
| 11 | file://fix-var-lock.patch" | 11 | file://fix-var-lock.patch" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | inherit update-rc.d | 14 | inherit update-rc.d |
| 16 | 15 | ||
diff --git a/meta-oe/recipes-support/pcp/pcp.inc b/meta-oe/recipes-support/pcp/pcp.inc index 4ab4f5502f..c54c054cf8 100644 --- a/meta-oe/recipes-support/pcp/pcp.inc +++ b/meta-oe/recipes-support/pcp/pcp.inc | |||
| @@ -15,7 +15,6 @@ SRC_URI = "git://github.com/performancecopilot/pcp;branch=stable;protocol=https | |||
| 15 | 15 | ||
| 16 | SRCREV = "d8d97b79ee47d9dfb076a3242564ed3cae04eba9" | 16 | SRCREV = "d8d97b79ee47d9dfb076a3242564ed3cae04eba9" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | 18 | ||
| 20 | inherit setuptools3-base pkgconfig autotools-brokensep | 19 | inherit setuptools3-base pkgconfig autotools-brokensep |
| 21 | 20 | ||
diff --git a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_2.0.3.bb b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_2.0.3.bb index d5a560a6a0..169630d319 100644 --- a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_2.0.3.bb +++ b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_2.0.3.bb | |||
| @@ -21,7 +21,7 @@ EXTRA_OECONF = " \ | |||
| 21 | --enable-usbdropdir=${libdir}/pcsc/drivers \ | 21 | --enable-usbdropdir=${libdir}/pcsc/drivers \ |
| 22 | " | 22 | " |
| 23 | 23 | ||
| 24 | S = "${WORKDIR}/pcsc-lite-${PV}" | 24 | S = "${UNPACKDIR}/pcsc-lite-${PV}" |
| 25 | 25 | ||
| 26 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd polkit', d)} udev" | 26 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd polkit', d)} udev" |
| 27 | PACKAGECONFIG:class-native ??= "" | 27 | PACKAGECONFIG:class-native ??= "" |
diff --git a/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.7.2.bb b/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.7.2.bb index 1dfba7c716..14ffab6128 100644 --- a/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.7.2.bb +++ b/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.7.2.bb | |||
| @@ -9,7 +9,6 @@ SRCREV = "778da3d86a59f5166443118c158e11ba4da9a5f1" | |||
| 9 | 9 | ||
| 10 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | DEPENDS = "pcsc-lite autoconf-archive-native" | 13 | DEPENDS = "pcsc-lite autoconf-archive-native" |
| 15 | 14 | ||
diff --git a/meta-oe/recipes-support/picocom/picocom_2024.bb b/meta-oe/recipes-support/picocom/picocom_2024.bb index c0c3e25de9..37cf2d0a4c 100644 --- a/meta-oe/recipes-support/picocom/picocom_2024.bb +++ b/meta-oe/recipes-support/picocom/picocom_2024.bb | |||
| @@ -9,7 +9,6 @@ SRCREV = "7b6acbd421a2d4ca99376b7b427828dc1bcba4d8" | |||
| 9 | SRC_URI = "git://gitlab.com/wsakernel/picocom;branch=master;protocol=https \ | 9 | SRC_URI = "git://gitlab.com/wsakernel/picocom;branch=master;protocol=https \ |
| 10 | " | 10 | " |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | EXTRA_OEMAKE = "'CC=${CC}' 'LD=${CC}' 'VERSION=${PV}' \ | 13 | EXTRA_OEMAKE = "'CC=${CC}' 'LD=${CC}' 'VERSION=${PV}' \ |
| 15 | 'CFLAGS=${CFLAGS}' 'LDFLAGS=${LDFLAGS}' " | 14 | 'CFLAGS=${CFLAGS}' 'LDFLAGS=${LDFLAGS}' " |
diff --git a/meta-oe/recipes-support/pidgin/funyahoo-plusplus_git.bb b/meta-oe/recipes-support/pidgin/funyahoo-plusplus_git.bb index 9337ae5966..c547b0532e 100644 --- a/meta-oe/recipes-support/pidgin/funyahoo-plusplus_git.bb +++ b/meta-oe/recipes-support/pidgin/funyahoo-plusplus_git.bb | |||
| @@ -13,7 +13,6 @@ SRCREV = "fbbd9c591100aa00a0487738ec7b6acd3d924b3f" | |||
| 13 | # Upstream repo does not tag | 13 | # Upstream repo does not tag |
| 14 | UPSTREAM_CHECK_COMMITS = "1" | 14 | UPSTREAM_CHECK_COMMITS = "1" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | 16 | ||
| 18 | do_compile() { | 17 | do_compile() { |
| 19 | oe_runmake CC="${CC}" CXX="${CXX}" EXTRA_INCLUDES="${TARGET_CFLAGS}" AR="${AR}"; | 18 | oe_runmake CC="${CC}" CXX="${CXX}" EXTRA_INCLUDES="${TARGET_CFLAGS}" AR="${AR}"; |
diff --git a/meta-oe/recipes-support/pidgin/icyque_git.bb b/meta-oe/recipes-support/pidgin/icyque_git.bb index b2f9944c16..e8b4a3c2c3 100644 --- a/meta-oe/recipes-support/pidgin/icyque_git.bb +++ b/meta-oe/recipes-support/pidgin/icyque_git.bb | |||
| @@ -15,7 +15,6 @@ SRCREV = "513fc162d5d1a201c2b044e2b42941436d1069d5" | |||
| 15 | # Upstream repo does not tag | 15 | # Upstream repo does not tag |
| 16 | UPSTREAM_CHECK_COMMITS = "1" | 16 | UPSTREAM_CHECK_COMMITS = "1" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | 18 | ||
| 20 | do_compile() { | 19 | do_compile() { |
| 21 | oe_runmake; | 20 | oe_runmake; |
diff --git a/meta-oe/recipes-support/pidgin/purple-skypeweb_git.bb b/meta-oe/recipes-support/pidgin/purple-skypeweb_git.bb index 1981f1ee9c..421b1725ba 100644 --- a/meta-oe/recipes-support/pidgin/purple-skypeweb_git.bb +++ b/meta-oe/recipes-support/pidgin/purple-skypeweb_git.bb | |||
| @@ -10,7 +10,6 @@ inherit pkgconfig | |||
| 10 | SRC_URI = "git://github.com/EionRobb/skype4pidgin;branch=master;protocol=https" | 10 | SRC_URI = "git://github.com/EionRobb/skype4pidgin;branch=master;protocol=https" |
| 11 | SRCREV = "b226d1c457d73900ae89b8a7469247fbe33677a6" | 11 | SRCREV = "b226d1c457d73900ae89b8a7469247fbe33677a6" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | PV = "1.7+git" | 13 | PV = "1.7+git" |
| 15 | 14 | ||
| 16 | do_compile() { | 15 | do_compile() { |
diff --git a/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_1.0.bb b/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_1.0.bb index 18a156286d..a403289cfc 100644 --- a/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_1.0.bb +++ b/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_1.0.bb | |||
| @@ -19,7 +19,6 @@ SRCREV = "8f6b94409d4872265076df310492da1e5f6abdf7" | |||
| 19 | 19 | ||
| 20 | SRC_URI = "git://github.com/latchset/${BPN}.git;branch=main;protocol=https" | 20 | SRC_URI = "git://github.com/latchset/${BPN}.git;branch=main;protocol=https" |
| 21 | 21 | ||
| 22 | S = "${WORKDIR}/git" | ||
| 23 | 22 | ||
| 24 | inherit meson pkgconfig | 23 | inherit meson pkgconfig |
| 25 | 24 | ||
diff --git a/meta-oe/recipes-support/poco/poco_1.13.3.bb b/meta-oe/recipes-support/poco/poco_1.13.3.bb index 662caa27d7..e0f6c4169e 100644 --- a/meta-oe/recipes-support/poco/poco_1.13.3.bb +++ b/meta-oe/recipes-support/poco/poco_1.13.3.bb | |||
| @@ -18,7 +18,6 @@ SRCREV = "7f848d25aa0461d3beeff1189dc61b48ffe8e2f4" | |||
| 18 | 18 | ||
| 19 | UPSTREAM_CHECK_GITTAGREGEX = "poco-(?P<pver>\d+(\.\d+)+)" | 19 | UPSTREAM_CHECK_GITTAGREGEX = "poco-(?P<pver>\d+(\.\d+)+)" |
| 20 | 20 | ||
| 21 | S = "${WORKDIR}/git" | ||
| 22 | 21 | ||
| 23 | inherit cmake ptest | 22 | inherit cmake ptest |
| 24 | 23 | ||
diff --git a/meta-oe/recipes-support/portaudio/portaudio-v19_19.7.0.bb b/meta-oe/recipes-support/portaudio/portaudio-v19_19.7.0.bb index 2bf4d0a449..4451e96307 100644 --- a/meta-oe/recipes-support/portaudio/portaudio-v19_19.7.0.bb +++ b/meta-oe/recipes-support/portaudio/portaudio-v19_19.7.0.bb | |||
| @@ -8,7 +8,6 @@ PV .= "+git" | |||
| 8 | SRC_URI = "git://github.com/PortAudio/portaudio.git;branch=master;protocol=https" | 8 | SRC_URI = "git://github.com/PortAudio/portaudio.git;branch=master;protocol=https" |
| 9 | SRCREV = "929e2e8f7af281c5eb4fa07758930d542ec43d97" | 9 | SRCREV = "929e2e8f7af281c5eb4fa07758930d542ec43d97" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | 11 | ||
| 13 | inherit cmake pkgconfig | 12 | inherit cmake pkgconfig |
| 14 | 13 | ||
diff --git a/meta-oe/recipes-support/pps-tools/pps-tools_1.0.3.bb b/meta-oe/recipes-support/pps-tools/pps-tools_1.0.3.bb index 34b4bbf75a..65caa05a13 100644 --- a/meta-oe/recipes-support/pps-tools/pps-tools_1.0.3.bb +++ b/meta-oe/recipes-support/pps-tools/pps-tools_1.0.3.bb | |||
| @@ -9,7 +9,6 @@ SRC_URI = "git://github.com/ago/pps-tools.git;branch=master;protocol=https \ | |||
| 9 | file://0001-Use-lld-in-printf-for-64-bit-time_t.patch \ | 9 | file://0001-Use-lld-in-printf-for-64-bit-time_t.patch \ |
| 10 | " | 10 | " |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | RDEPENDS:${PN} = "bash" | 13 | RDEPENDS:${PN} = "bash" |
| 15 | 14 | ||
diff --git a/meta-oe/recipes-support/pxaregs/pxaregs_1.14.bb b/meta-oe/recipes-support/pxaregs/pxaregs_1.14.bb index bdbe6e73ba..ff4668ecde 100644 --- a/meta-oe/recipes-support/pxaregs/pxaregs_1.14.bb +++ b/meta-oe/recipes-support/pxaregs/pxaregs_1.14.bb | |||
| @@ -9,8 +9,7 @@ SRC_URI = "file://pxaregs.c \ | |||
| 9 | file://serial.patch \ | 9 | file://serial.patch \ |
| 10 | file://usb.patch " | 10 | file://usb.patch " |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/sources" | 12 | S = "${UNPACKDIR}" |
| 13 | UNPACKDIR = "${S}" | ||
| 14 | 13 | ||
| 15 | do_compile() { | 14 | do_compile() { |
| 16 | ${CC} pxaregs.c -o pxaregs ${CFLAGS} ${LDFLAGS} | 15 | ${CC} pxaregs.c -o pxaregs ${CFLAGS} ${LDFLAGS} |
diff --git a/meta-oe/recipes-support/re2/re2_2024.03.01.bb b/meta-oe/recipes-support/re2/re2_2024.03.01.bb index 76d6f0c7a9..55a834fa42 100644 --- a/meta-oe/recipes-support/re2/re2_2024.03.01.bb +++ b/meta-oe/recipes-support/re2/re2_2024.03.01.bb | |||
| @@ -10,7 +10,6 @@ SRC_URI = "git://github.com/google/re2.git;branch=main;protocol=https \ | |||
| 10 | ${@bb.utils.contains('PTEST_ENABLED', '1', 'file://run-ptest', '', d)} \ | 10 | ${@bb.utils.contains('PTEST_ENABLED', '1', 'file://run-ptest', '', d)} \ |
| 11 | " | 11 | " |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | DEPENDS = "abseil-cpp ${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest googlebenchmark', '', d)}" | 14 | DEPENDS = "abseil-cpp ${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest googlebenchmark', '', d)}" |
| 16 | 15 | ||
diff --git a/meta-oe/recipes-support/reboot-mode/reboot-mode_git.bb b/meta-oe/recipes-support/reboot-mode/reboot-mode_git.bb index 5e0c6cd21c..4172de857c 100644 --- a/meta-oe/recipes-support/reboot-mode/reboot-mode_git.bb +++ b/meta-oe/recipes-support/reboot-mode/reboot-mode_git.bb | |||
| @@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=84dcc94da3adb52b53ae4fa38fe49e5d" | |||
| 6 | SRC_URI = "git://gitlab.com/postmarketOS/reboot-mode.git;protocol=http;branch=master" | 6 | SRC_URI = "git://gitlab.com/postmarketOS/reboot-mode.git;protocol=http;branch=master" |
| 7 | SRCREV = "84831b20512abd9033414ca5f5a023f333525335" | 7 | SRCREV = "84831b20512abd9033414ca5f5a023f333525335" |
| 8 | 8 | ||
| 9 | S = "${WORKDIR}/git" | ||
| 10 | 9 | ||
| 11 | # Upstream repo has not made releases/tags after 1.0.0 | 10 | # Upstream repo has not made releases/tags after 1.0.0 |
| 12 | UPSTREAM_CHECK_COMMITS = "1" | 11 | UPSTREAM_CHECK_COMMITS = "1" |
diff --git a/meta-oe/recipes-support/remmina/remmina_1.4.36.bb b/meta-oe/recipes-support/remmina/remmina_1.4.36.bb index 9d0b676386..aefd871354 100644 --- a/meta-oe/recipes-support/remmina/remmina_1.4.36.bb +++ b/meta-oe/recipes-support/remmina/remmina_1.4.36.bb | |||
| @@ -27,7 +27,6 @@ LDFLAGS:append:libc-musl = " -lexecinfo" | |||
| 27 | 27 | ||
| 28 | SRCREV = "17cf7956b9f925fa788083a2db8d5e669f86bfaf" | 28 | SRCREV = "17cf7956b9f925fa788083a2db8d5e669f86bfaf" |
| 29 | SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https;branch=master" | 29 | SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https;branch=master" |
| 30 | S = "${WORKDIR}/git" | ||
| 31 | 30 | ||
| 32 | inherit cmake features_check mime mime-xdg gtk-icon-cache pkgconfig | 31 | inherit cmake features_check mime mime-xdg gtk-icon-cache pkgconfig |
| 33 | REQUIRED_DISTRO_FEATURES = "x11" | 32 | REQUIRED_DISTRO_FEATURES = "x11" |
diff --git a/meta-oe/recipes-support/reptyr/reptyr_0.10.0.bb b/meta-oe/recipes-support/reptyr/reptyr_0.10.0.bb index 6889758224..5f4ffcd657 100644 --- a/meta-oe/recipes-support/reptyr/reptyr_0.10.0.bb +++ b/meta-oe/recipes-support/reptyr/reptyr_0.10.0.bb | |||
| @@ -9,7 +9,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=25a0555028c71837623fa6dfa4cc45c0" | |||
| 9 | SRC_URI = "git://github.com/nelhage/reptyr.git;protocol=https;branch=master" | 9 | SRC_URI = "git://github.com/nelhage/reptyr.git;protocol=https;branch=master" |
| 10 | SRCREV = "1238097fc2cd15db058d2185cc4985daa87bcd41" | 10 | SRCREV = "1238097fc2cd15db058d2185cc4985daa87bcd41" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | inherit bash-completion github-releases manpages pkgconfig | 13 | inherit bash-completion github-releases manpages pkgconfig |
| 15 | 14 | ||
diff --git a/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb b/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb index 3cbd04bd5c..8c4183bae3 100644 --- a/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb +++ b/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb | |||
| @@ -29,7 +29,6 @@ SRC_URI = "git://github.com/DrHyde/${BPN};branch=master;protocol=https \ | |||
| 29 | file://configure-fix-cmd_rsync.patch \ | 29 | file://configure-fix-cmd_rsync.patch \ |
| 30 | " | 30 | " |
| 31 | 31 | ||
| 32 | S = "${WORKDIR}/git" | ||
| 33 | 32 | ||
| 34 | inherit autotools perlnative | 33 | inherit autotools perlnative |
| 35 | 34 | ||
diff --git a/meta-oe/recipes-support/rtc-tools/rtc-tools_2022.02.bb b/meta-oe/recipes-support/rtc-tools/rtc-tools_2022.02.bb index d65f5da859..711d4696fd 100644 --- a/meta-oe/recipes-support/rtc-tools/rtc-tools_2022.02.bb +++ b/meta-oe/recipes-support/rtc-tools/rtc-tools_2022.02.bb | |||
| @@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=74274e8a218423e49eefdea80bc55038" | |||
| 5 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/${BPN}.git;protocol=https;branch=master" | 5 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/${BPN}.git;protocol=https;branch=master" |
| 6 | SRCREV = "61839777afedcc7bdb68ea4628c5ce5ca72c2ac8" | 6 | SRCREV = "61839777afedcc7bdb68ea4628c5ce5ca72c2ac8" |
| 7 | 7 | ||
| 8 | S = "${WORKDIR}/git" | ||
| 9 | 8 | ||
| 10 | EXTRA_OEMAKE = "DESTDIR=${D}" | 9 | EXTRA_OEMAKE = "DESTDIR=${D}" |
| 11 | 10 | ||
diff --git a/meta-oe/recipes-support/rtkit/rtkit_0.13.bb b/meta-oe/recipes-support/rtkit/rtkit_0.13.bb index 4f06e55e8e..b68820dfd6 100644 --- a/meta-oe/recipes-support/rtkit/rtkit_0.13.bb +++ b/meta-oe/recipes-support/rtkit/rtkit_0.13.bb | |||
| @@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a8e768468b658b3ed44971b53d4a6716" | |||
| 5 | SRC_URI = "git://github.com/heftig/rtkit.git;protocol=https;branch=master" | 5 | SRC_URI = "git://github.com/heftig/rtkit.git;protocol=https;branch=master" |
| 6 | 6 | ||
| 7 | SRCREV = "b9169402fe5e82d20efb754509eb0b191f214599" | 7 | SRCREV = "b9169402fe5e82d20efb754509eb0b191f214599" |
| 8 | S = "${WORKDIR}/git" | ||
| 9 | 8 | ||
| 10 | inherit meson pkgconfig features_check useradd | 9 | inherit meson pkgconfig features_check useradd |
| 11 | 10 | ||
diff --git a/meta-oe/recipes-support/satyr/satyr_0.43.bb b/meta-oe/recipes-support/satyr/satyr_0.43.bb index 9e6d701c7f..1976a929bd 100644 --- a/meta-oe/recipes-support/satyr/satyr_0.43.bb +++ b/meta-oe/recipes-support/satyr/satyr_0.43.bb | |||
| @@ -11,7 +11,6 @@ SRC_URI = "git://github.com/abrt/satyr.git;branch=master;protocol=https \ | |||
| 11 | file://0002-fix-compile-failure-against-musl-C-library.patch \ | 11 | file://0002-fix-compile-failure-against-musl-C-library.patch \ |
| 12 | " | 12 | " |
| 13 | SRCREV = "5891618d6a95afc4cde6757374485adf9bf0e9a5" | 13 | SRCREV = "5891618d6a95afc4cde6757374485adf9bf0e9a5" |
| 14 | S = "${WORKDIR}/git" | ||
| 15 | 14 | ||
| 16 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 15 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
| 17 | 16 | ||
diff --git a/meta-oe/recipes-support/sdmon/sdmon_git.bb b/meta-oe/recipes-support/sdmon/sdmon_git.bb index 81c8033c15..8007ead6c6 100644 --- a/meta-oe/recipes-support/sdmon/sdmon_git.bb +++ b/meta-oe/recipes-support/sdmon/sdmon_git.bb | |||
| @@ -9,7 +9,6 @@ SRC_URI = "git://github.com/Ognian/sdmon;protocol=https;branch=master" | |||
| 9 | PV = "0.9.0" | 9 | PV = "0.9.0" |
| 10 | SRCREV = "4dff9b690e8d4454fada6abfbb6b32fcb794968c" | 10 | SRCREV = "4dff9b690e8d4454fada6abfbb6b32fcb794968c" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | do_compile() { | 13 | do_compile() { |
| 15 | oe_runmake -C ${S}/src CC="${CC}" CFLAGS="${CFLAGS} -D_REENTRANT -DVERSION=\"\\\"${PV}\\\"\"" LDFLAGS="${LDFLAGS}" | 14 | oe_runmake -C ${S}/src CC="${CC}" CFLAGS="${CFLAGS} -D_REENTRANT -DVERSION=\"\\\"${PV}\\\"\"" LDFLAGS="${LDFLAGS}" |
diff --git a/meta-oe/recipes-support/serial-utils/pty-forward-native.bb b/meta-oe/recipes-support/serial-utils/pty-forward-native.bb index 82994331ee..1d7e29ecc5 100644 --- a/meta-oe/recipes-support/serial-utils/pty-forward-native.bb +++ b/meta-oe/recipes-support/serial-utils/pty-forward-native.bb | |||
| @@ -6,7 +6,7 @@ SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec" | |||
| 6 | PV = "1.1+git" | 6 | PV = "1.1+git" |
| 7 | 7 | ||
| 8 | SRC_URI = "git://github.com/freesmartphone/cornucopia.git;protocol=https;branch=master" | 8 | SRC_URI = "git://github.com/freesmartphone/cornucopia.git;protocol=https;branch=master" |
| 9 | S = "${WORKDIR}/git/tools/serial_forward" | 9 | S = "${UNPACKDIR}/${BP}/tools/serial_forward" |
| 10 | 10 | ||
| 11 | inherit autotools native | 11 | inherit autotools native |
| 12 | 12 | ||
diff --git a/meta-oe/recipes-support/serial-utils/serial-forward_git.bb b/meta-oe/recipes-support/serial-utils/serial-forward_git.bb index 541ae84a93..05e965fc63 100644 --- a/meta-oe/recipes-support/serial-utils/serial-forward_git.bb +++ b/meta-oe/recipes-support/serial-utils/serial-forward_git.bb | |||
| @@ -9,6 +9,6 @@ SRC_URI = "git://github.com/freesmartphone/cornucopia.git;branch=master;protocol | |||
| 9 | file://0001-serial_forward-Disable-default-static-linking.patch;striplevel=3 \ | 9 | file://0001-serial_forward-Disable-default-static-linking.patch;striplevel=3 \ |
| 10 | file://0001-correct-the-typo-in-include-file-name-string.h.patch;striplevel=3 \ | 10 | file://0001-correct-the-typo-in-include-file-name-string.h.patch;striplevel=3 \ |
| 11 | " | 11 | " |
| 12 | S = "${WORKDIR}/git/tools/serial_forward" | 12 | S = "${UNPACKDIR}/${BP}/tools/serial_forward" |
| 13 | 13 | ||
| 14 | inherit autotools | 14 | inherit autotools |
diff --git a/meta-oe/recipes-support/serial/serial_1.2.1.bb b/meta-oe/recipes-support/serial/serial_1.2.1.bb index c3f13d1af5..42151da532 100644 --- a/meta-oe/recipes-support/serial/serial_1.2.1.bb +++ b/meta-oe/recipes-support/serial/serial_1.2.1.bb | |||
| @@ -11,7 +11,6 @@ SRC_URI = " \ | |||
| 11 | SRCREV = "10ac4e1c25c2cda1dc0a32a8e12b87fd89f3bb4f" | 11 | SRCREV = "10ac4e1c25c2cda1dc0a32a8e12b87fd89f3bb4f" |
| 12 | SRC_URI[sha256sum] = "c8cd235dda2ef7d977ba06dfcb35c35e42f45cfd9149ba3ad257756123d8ff96" | 12 | SRC_URI[sha256sum] = "c8cd235dda2ef7d977ba06dfcb35c35e42f45cfd9149ba3ad257756123d8ff96" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | 14 | ||
| 16 | inherit cmake | 15 | inherit cmake |
| 17 | 16 | ||
diff --git a/meta-oe/recipes-support/sg3-utils/sg3-utils_1.48.bb b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.48.bb index 6c3d813983..4af20fe72a 100644 --- a/meta-oe/recipes-support/sg3-utils/sg3-utils_1.48.bb +++ b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.48.bb | |||
| @@ -17,6 +17,6 @@ SRC_URI[sha256sum] = "d62b6c3cf20390fa7357044390084166d25f1d932a1135c450b69fe5c2 | |||
| 17 | 17 | ||
| 18 | inherit autotools-brokensep | 18 | inherit autotools-brokensep |
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/sg3_utils-${PV}" | 20 | S = "${UNPACKDIR}/sg3_utils-${PV}" |
| 21 | 21 | ||
| 22 | RDEPENDS:${PN} += "bash" | 22 | RDEPENDS:${PN} += "bash" |
diff --git a/meta-oe/recipes-support/smarty/smarty_5.4.5.bb b/meta-oe/recipes-support/smarty/smarty_5.4.5.bb index 37336ff5d7..047f10589d 100644 --- a/meta-oe/recipes-support/smarty/smarty_5.4.5.bb +++ b/meta-oe/recipes-support/smarty/smarty_5.4.5.bb | |||
| @@ -14,7 +14,6 @@ SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=master;t | |||
| 14 | 14 | ||
| 15 | SRCREV = "e26f82d02c4d18fc82094c28fbc65f711e39ed5d" | 15 | SRCREV = "e26f82d02c4d18fc82094c28fbc65f711e39ed5d" |
| 16 | 16 | ||
| 17 | S = "${UNPACKDIR}/git" | ||
| 18 | 17 | ||
| 19 | INHIBIT_DEFAULT_DEPS = "1" | 18 | INHIBIT_DEFAULT_DEPS = "1" |
| 20 | 19 | ||
diff --git a/meta-oe/recipes-support/snapper/snapper_0.11.2.bb b/meta-oe/recipes-support/snapper/snapper_0.11.2.bb index 74181ad6ae..887615ef45 100644 --- a/meta-oe/recipes-support/snapper/snapper_0.11.2.bb +++ b/meta-oe/recipes-support/snapper/snapper_0.11.2.bb | |||
| @@ -15,7 +15,6 @@ SRC_URI = " \ | |||
| 15 | " | 15 | " |
| 16 | SRCREV = "6c603565f36e9996d85045c8012cd04aba5f3708" | 16 | SRCREV = "6c603565f36e9996d85045c8012cd04aba5f3708" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | 18 | ||
| 20 | EXTRA_OECONF += "--disable-zypp" | 19 | EXTRA_OECONF += "--disable-zypp" |
| 21 | 20 | ||
diff --git a/meta-oe/recipes-support/source-highlight/source-highlight_git.bb b/meta-oe/recipes-support/source-highlight/source-highlight_git.bb index 109af2cfe9..8b0a38095f 100644 --- a/meta-oe/recipes-support/source-highlight/source-highlight_git.bb +++ b/meta-oe/recipes-support/source-highlight/source-highlight_git.bb | |||
| @@ -8,7 +8,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ff95bfe019feaf92f524b73dd79e76eb" | |||
| 8 | SRCREV = "894cacd0799ca60afa359a63782729dec76cbb79" | 8 | SRCREV = "894cacd0799ca60afa359a63782729dec76cbb79" |
| 9 | PV = "3.1.9+git" | 9 | PV = "3.1.9+git" |
| 10 | SRC_URI = "git://git.savannah.gnu.org/git/src-highlite.git;protocol=https;branch=master" | 10 | SRC_URI = "git://git.savannah.gnu.org/git/src-highlite.git;protocol=https;branch=master" |
| 11 | S = "${WORKDIR}/git" | ||
| 12 | 11 | ||
| 13 | inherit autotools pkgconfig | 12 | inherit autotools pkgconfig |
| 14 | 13 | ||
diff --git a/meta-oe/recipes-support/span-lite/span-lite_0.11.0.bb b/meta-oe/recipes-support/span-lite/span-lite_0.11.0.bb index 9dc393fd08..9fef39216f 100644 --- a/meta-oe/recipes-support/span-lite/span-lite_0.11.0.bb +++ b/meta-oe/recipes-support/span-lite/span-lite_0.11.0.bb | |||
| @@ -6,6 +6,5 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" | |||
| 6 | SRC_URI += "git://github.com/martinmoene/span-lite;branch=master;protocol=https" | 6 | SRC_URI += "git://github.com/martinmoene/span-lite;branch=master;protocol=https" |
| 7 | SRCREV = "50f55c59d1b66910837313c40d11328d03447a41" | 7 | SRCREV = "50f55c59d1b66910837313c40d11328d03447a41" |
| 8 | 8 | ||
| 9 | S = "${WORKDIR}/git" | ||
| 10 | 9 | ||
| 11 | inherit cmake | 10 | inherit cmake |
diff --git a/meta-oe/recipes-support/spdlog/spdlog_1.15.0.bb b/meta-oe/recipes-support/spdlog/spdlog_1.15.0.bb index 963de54f73..25d8249917 100644 --- a/meta-oe/recipes-support/spdlog/spdlog_1.15.0.bb +++ b/meta-oe/recipes-support/spdlog/spdlog_1.15.0.bb | |||
| @@ -9,7 +9,6 @@ SRC_URI = "git://github.com/gabime/spdlog.git;protocol=https;branch=v1.x" | |||
| 9 | 9 | ||
| 10 | DEPENDS += "fmt" | 10 | DEPENDS += "fmt" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | inherit cmake | 13 | inherit cmake |
| 15 | 14 | ||
diff --git a/meta-oe/recipes-support/spitools/spitools_git.bb b/meta-oe/recipes-support/spitools/spitools_git.bb index 929721b27d..e313685d95 100644 --- a/meta-oe/recipes-support/spitools/spitools_git.bb +++ b/meta-oe/recipes-support/spitools/spitools_git.bb | |||
| @@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8c16666ae6c159876a0ba63099614381" | |||
| 6 | PV = "1.0.2" | 6 | PV = "1.0.2" |
| 7 | SRCREV = "1748e092425a4a0ff693aa347062a57fc1ffdd00" | 7 | SRCREV = "1748e092425a4a0ff693aa347062a57fc1ffdd00" |
| 8 | 8 | ||
| 9 | S = "${WORKDIR}/git" | ||
| 10 | 9 | ||
| 11 | SRC_URI = "git://github.com/cpb-/spi-tools.git;protocol=https;branch=master" | 10 | SRC_URI = "git://github.com/cpb-/spi-tools.git;protocol=https;branch=master" |
| 12 | 11 | ||
diff --git a/meta-oe/recipes-support/srecord/srecord_1.65.0.bb b/meta-oe/recipes-support/srecord/srecord_1.65.0.bb index b4294975bd..1797112a90 100644 --- a/meta-oe/recipes-support/srecord/srecord_1.65.0.bb +++ b/meta-oe/recipes-support/srecord/srecord_1.65.0.bb | |||
| @@ -11,7 +11,7 @@ SRC_URI = " \ | |||
| 11 | file://0001-fix-build-failure-with-gcc-15-by-adding-cstdint-head.patch \ | 11 | file://0001-fix-build-failure-with-gcc-15-by-adding-cstdint-head.patch \ |
| 12 | " | 12 | " |
| 13 | SRC_URI[sha256sum] = "81c3d07cf15ce50441f43a82cefd0ac32767c535b5291bcc41bd2311d1337644" | 13 | SRC_URI[sha256sum] = "81c3d07cf15ce50441f43a82cefd0ac32767c535b5291bcc41bd2311d1337644" |
| 14 | S = "${WORKDIR}/${BP}-Source" | 14 | S = "${UNPACKDIR}/${BP}-Source" |
| 15 | 15 | ||
| 16 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/srecord/files/releases" | 16 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/srecord/files/releases" |
| 17 | 17 | ||
diff --git a/meta-oe/recipes-support/ssiapi/ssiapi_1.3.0.bb b/meta-oe/recipes-support/ssiapi/ssiapi_1.3.0.bb index 613a2199ca..d634ca1b6e 100644 --- a/meta-oe/recipes-support/ssiapi/ssiapi_1.3.0.bb +++ b/meta-oe/recipes-support/ssiapi/ssiapi_1.3.0.bb | |||
| @@ -24,7 +24,7 @@ SRC_URI = "http://sourceforge.net/projects/irstessi/files/${BPN}.${PV}.tgz \ | |||
| 24 | " | 24 | " |
| 25 | SRC_URI[sha256sum] = "59daab29363d6e9f07c524029c4239653cfbbee6b0e57fd75df62499728dad8a" | 25 | SRC_URI[sha256sum] = "59daab29363d6e9f07c524029c4239653cfbbee6b0e57fd75df62499728dad8a" |
| 26 | 26 | ||
| 27 | S = "${WORKDIR}/${BPN}.${PV}" | 27 | S = "${UNPACKDIR}/${BPN}.${PV}" |
| 28 | 28 | ||
| 29 | inherit autotools | 29 | inherit autotools |
| 30 | 30 | ||
diff --git a/meta-oe/recipes-support/switchtec-user/switchtec-user_4.2.bb b/meta-oe/recipes-support/switchtec-user/switchtec-user_4.2.bb index 17f54dcf4c..bba2507e14 100644 --- a/meta-oe/recipes-support/switchtec-user/switchtec-user_4.2.bb +++ b/meta-oe/recipes-support/switchtec-user/switchtec-user_4.2.bb | |||
| @@ -10,7 +10,6 @@ SRCREV = "e7c351c6c722336b3c79b79cd002c7c2986eefb0" | |||
| 10 | SRC_URI = "git://github.com/Microsemi/switchtec-user.git;protocol=https;branch=master" | 10 | SRC_URI = "git://github.com/Microsemi/switchtec-user.git;protocol=https;branch=master" |
| 11 | SRC_URI[sha256sum] = "a715e46d8498418dbb8a2519318ba0714ee148151d7e4a7fa5e27770a2f6888f" | 11 | SRC_URI[sha256sum] = "a715e46d8498418dbb8a2519318ba0714ee148151d7e4a7fa5e27770a2f6888f" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | inherit autotools-brokensep pkgconfig | 14 | inherit autotools-brokensep pkgconfig |
| 16 | 15 | ||
diff --git a/meta-oe/recipes-support/synergy/synergy_git.bb b/meta-oe/recipes-support/synergy/synergy_git.bb index 2717320886..e215c62620 100644 --- a/meta-oe/recipes-support/synergy/synergy_git.bb +++ b/meta-oe/recipes-support/synergy/synergy_git.bb | |||
| @@ -16,7 +16,6 @@ SRC_URI += "file://CVE-2020-15117.patch" | |||
| 16 | SRCREV ?= "1b4c076127687aceac931d269e898beaac1cad9f" | 16 | SRCREV ?= "1b4c076127687aceac931d269e898beaac1cad9f" |
| 17 | PV = "1.10.1+git" | 17 | PV = "1.10.1+git" |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | ||
| 20 | 19 | ||
| 21 | inherit cmake features_check | 20 | inherit cmake features_check |
| 22 | 21 | ||
diff --git a/meta-oe/recipes-support/systemd-netlogd/systemd-netlogd_1.4.4.bb b/meta-oe/recipes-support/systemd-netlogd/systemd-netlogd_1.4.4.bb index d88cad75cd..019098fdf7 100644 --- a/meta-oe/recipes-support/systemd-netlogd/systemd-netlogd_1.4.4.bb +++ b/meta-oe/recipes-support/systemd-netlogd/systemd-netlogd_1.4.4.bb | |||
| @@ -11,7 +11,6 @@ inherit meson systemd pkgconfig useradd features_check | |||
| 11 | REQUIRED_DISTRO_FEATURES = "systemd" | 11 | REQUIRED_DISTRO_FEATURES = "systemd" |
| 12 | COMPATIBLE_HOST:libc-musl = "null" | 12 | COMPATIBLE_HOST:libc-musl = "null" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | 14 | ||
| 16 | DEPENDS += "systemd" | 15 | DEPENDS += "systemd" |
| 17 | DEPENDS += "openssl" | 16 | DEPENDS += "openssl" |
diff --git a/meta-oe/recipes-support/tbb/tbb_2022.1.0.bb b/meta-oe/recipes-support/tbb/tbb_2022.1.0.bb index 967ace9075..937cf6a0b9 100644 --- a/meta-oe/recipes-support/tbb/tbb_2022.1.0.bb +++ b/meta-oe/recipes-support/tbb/tbb_2022.1.0.bb | |||
| @@ -17,7 +17,6 @@ SRCREV = "45587e94dfb6dfe00220c5f520020a5bc745e92f" | |||
| 17 | SRC_URI = "git://github.com/oneapi-src/oneTBB.git;protocol=https;branch=${BRANCH} \ | 17 | SRC_URI = "git://github.com/oneapi-src/oneTBB.git;protocol=https;branch=${BRANCH} \ |
| 18 | " | 18 | " |
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/git" | ||
| 21 | 20 | ||
| 22 | inherit cmake pkgconfig | 21 | inherit cmake pkgconfig |
| 23 | 22 | ||
diff --git a/meta-oe/recipes-support/tio/tio_3.9.bb b/meta-oe/recipes-support/tio/tio_3.9.bb index ff9c552d02..67107e2924 100644 --- a/meta-oe/recipes-support/tio/tio_3.9.bb +++ b/meta-oe/recipes-support/tio/tio_3.9.bb | |||
| @@ -9,7 +9,6 @@ SRCREV = "bdfe87e1cbf6e3bfd48324a25ea026fcd3cc47e9" | |||
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/tio/tio;protocol=https;branch=master;tag=v${PV}" | 10 | SRC_URI = "git://github.com/tio/tio;protocol=https;branch=master;tag=v${PV}" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | inherit meson pkgconfig | 13 | inherit meson pkgconfig |
| 15 | 14 | ||
diff --git a/meta-oe/recipes-support/udisks/udisks2_2.10.1.bb b/meta-oe/recipes-support/udisks/udisks2_2.10.1.bb index cb1cbe670d..85859cd968 100644 --- a/meta-oe/recipes-support/udisks/udisks2_2.10.1.bb +++ b/meta-oe/recipes-support/udisks/udisks2_2.10.1.bb | |||
| @@ -22,7 +22,6 @@ SRC_URI = " \ | |||
| 22 | file://0001-Makefile.am-Dont-include-buildpath.patch \ | 22 | file://0001-Makefile.am-Dont-include-buildpath.patch \ |
| 23 | " | 23 | " |
| 24 | SRCREV = "18c9faf089e306ad6f3f51f5cb887a6b9aa08350" | 24 | SRCREV = "18c9faf089e306ad6f3f51f5cb887a6b9aa08350" |
| 25 | S = "${WORKDIR}/git" | ||
| 26 | 25 | ||
| 27 | CVE_PRODUCT = "udisks" | 26 | CVE_PRODUCT = "udisks" |
| 28 | 27 | ||
diff --git a/meta-oe/recipes-support/uhubctl/uhubctl_2.6.0.bb b/meta-oe/recipes-support/uhubctl/uhubctl_2.6.0.bb index bf1103fb57..f4c2eaa63f 100644 --- a/meta-oe/recipes-support/uhubctl/uhubctl_2.6.0.bb +++ b/meta-oe/recipes-support/uhubctl/uhubctl_2.6.0.bb | |||
| @@ -8,7 +8,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
| 8 | 8 | ||
| 9 | SRCREV = "352f5878e999c0a9d5a453b34110479b2056d7e7" | 9 | SRCREV = "352f5878e999c0a9d5a453b34110479b2056d7e7" |
| 10 | SRC_URI = "git://github.com/mvp/${BPN};branch=master;protocol=https" | 10 | SRC_URI = "git://github.com/mvp/${BPN};branch=master;protocol=https" |
| 11 | S = "${WORKDIR}/git" | ||
| 12 | 11 | ||
| 13 | inherit pkgconfig | 12 | inherit pkgconfig |
| 14 | 13 | ||
diff --git a/meta-oe/recipes-support/unicode-ucd/unicode-ucd_14.0.0.bb b/meta-oe/recipes-support/unicode-ucd/unicode-ucd_14.0.0.bb index 02f952e528..890568d727 100644 --- a/meta-oe/recipes-support/unicode-ucd/unicode-ucd_14.0.0.bb +++ b/meta-oe/recipes-support/unicode-ucd/unicode-ucd_14.0.0.bb | |||
| @@ -12,8 +12,7 @@ SRC_URI[ucd-license.sha256sum] = "abf84f74dea2812799e1dbef7f0581adf7db244881e4fe | |||
| 12 | 12 | ||
| 13 | inherit allarch | 13 | inherit allarch |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/sources" | 15 | S = "${UNPACKDIR}" |
| 16 | UNPACKDIR = "${S}" | ||
| 17 | 16 | ||
| 18 | do_configure[noexec] = "1" | 17 | do_configure[noexec] = "1" |
| 19 | 18 | ||
diff --git a/meta-oe/recipes-support/unixodbc/unixodbc_2.3.12.bb b/meta-oe/recipes-support/unixodbc/unixodbc_2.3.12.bb index 0927f5c904..389c3be903 100644 --- a/meta-oe/recipes-support/unixodbc/unixodbc_2.3.12.bb +++ b/meta-oe/recipes-support/unixodbc/unixodbc_2.3.12.bb | |||
| @@ -20,7 +20,7 @@ UPSTREAM_CHECK_REGEX = "unixODBC-(?P<pver>\d+(\.\d+)+)\.tar" | |||
| 20 | 20 | ||
| 21 | inherit autotools-brokensep multilib_header qemu | 21 | inherit autotools-brokensep multilib_header qemu |
| 22 | 22 | ||
| 23 | S = "${WORKDIR}/unixODBC-${PV}" | 23 | S = "${UNPACKDIR}/unixODBC-${PV}" |
| 24 | 24 | ||
| 25 | EXTRA_OEMAKE += "LIBS=-lltdl" | 25 | EXTRA_OEMAKE += "LIBS=-lltdl" |
| 26 | EXTRA_OECONF += "--enable-utf8ini" | 26 | EXTRA_OECONF += "--enable-utf8ini" |
diff --git a/meta-oe/recipes-support/upower/power-profiles-daemon_0.30.bb b/meta-oe/recipes-support/upower/power-profiles-daemon_0.30.bb index cc56e2ea8a..f9f7e86990 100644 --- a/meta-oe/recipes-support/upower/power-profiles-daemon_0.30.bb +++ b/meta-oe/recipes-support/upower/power-profiles-daemon_0.30.bb | |||
| @@ -18,7 +18,6 @@ EXTRA_OEMESON = "-Dtests=false" | |||
| 18 | 18 | ||
| 19 | SRCREV = "5b4994c8a91290481bef87a5bae95391d0ec677f" | 19 | SRCREV = "5b4994c8a91290481bef87a5bae95391d0ec677f" |
| 20 | SRC_URI = "git://gitlab.freedesktop.org/upower/power-profiles-daemon;branch=main;protocol=https" | 20 | SRC_URI = "git://gitlab.freedesktop.org/upower/power-profiles-daemon;branch=main;protocol=https" |
| 21 | S = "${WORKDIR}/git" | ||
| 22 | 21 | ||
| 23 | do_install:append() { | 22 | do_install:append() { |
| 24 | install -d ${D}${sysconfdir}/tmpfiles.d | 23 | install -d ${D}${sysconfdir}/tmpfiles.d |
diff --git a/meta-oe/recipes-support/upower/upower_1.90.6.bb b/meta-oe/recipes-support/upower/upower_1.90.6.bb index 5bac85c57d..d2f58d5b22 100644 --- a/meta-oe/recipes-support/upower/upower_1.90.6.bb +++ b/meta-oe/recipes-support/upower/upower_1.90.6.bb | |||
| @@ -13,7 +13,7 @@ DEPENDS = " \ | |||
| 13 | 13 | ||
| 14 | SRC_URI = "https://gitlab.freedesktop.org/${BPN}/${BPN}/-/archive/v${PV}/${BPN}-v${PV}.tar.bz2" | 14 | SRC_URI = "https://gitlab.freedesktop.org/${BPN}/${BPN}/-/archive/v${PV}/${BPN}-v${PV}.tar.bz2" |
| 15 | SRC_URI[sha256sum] = "aed4e42a21307512ad236ad58d7ee4e0196670c8524a168a0edccdc32964ea0c" | 15 | SRC_URI[sha256sum] = "aed4e42a21307512ad236ad58d7ee4e0196670c8524a168a0edccdc32964ea0c" |
| 16 | S = "${WORKDIR}/${BPN}-v${PV}" | 16 | S = "${UNPACKDIR}/${BPN}-v${PV}" |
| 17 | 17 | ||
| 18 | UPSTREAM_CHECK_URI = "https://gitlab.freedesktop.org/${BPN}/${BPN}/-/tags" | 18 | UPSTREAM_CHECK_URI = "https://gitlab.freedesktop.org/${BPN}/${BPN}/-/tags" |
| 19 | UPSTREAM_CHECK_REGEX = "v(?P<pver>\d+(\.\d+)+)" | 19 | UPSTREAM_CHECK_REGEX = "v(?P<pver>\d+(\.\d+)+)" |
diff --git a/meta-oe/recipes-support/usbids/usbids_2025.04.01.bb b/meta-oe/recipes-support/usbids/usbids_2025.04.01.bb index bdb5807aa6..aa884419f8 100644 --- a/meta-oe/recipes-support/usbids/usbids_2025.04.01.bb +++ b/meta-oe/recipes-support/usbids/usbids_2025.04.01.bb | |||
| @@ -9,7 +9,6 @@ SRC_URI = "git://github.com/usbids/usbids.git;branch=master;protocol=https" | |||
| 9 | # April 1, 2025 | 9 | # April 1, 2025 |
| 10 | SRCREV = "635738b64eb52d376c5d1756c265de67236c8934" | 10 | SRCREV = "635738b64eb52d376c5d1756c265de67236c8934" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | do_install() { | 13 | do_install() { |
| 15 | install -d ${D}${datadir} | 14 | install -d ${D}${datadir} |
diff --git a/meta-oe/recipes-support/uthash/uthash_2.3.0.bb b/meta-oe/recipes-support/uthash/uthash_2.3.0.bb index ef15613586..357ddfdbca 100644 --- a/meta-oe/recipes-support/uthash/uthash_2.3.0.bb +++ b/meta-oe/recipes-support/uthash/uthash_2.3.0.bb | |||
| @@ -16,7 +16,6 @@ SRC_URI = "\ | |||
| 16 | file://run-ptest \ | 16 | file://run-ptest \ |
| 17 | " | 17 | " |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | ||
| 20 | 19 | ||
| 21 | inherit ptest | 20 | inherit ptest |
| 22 | 21 | ||
diff --git a/meta-oe/recipes-support/utouch/utouch-evemu_git.bb b/meta-oe/recipes-support/utouch/utouch-evemu_git.bb index bd69dbb11c..e42b19a8d0 100644 --- a/meta-oe/recipes-support/utouch/utouch-evemu_git.bb +++ b/meta-oe/recipes-support/utouch/utouch-evemu_git.bb | |||
| @@ -14,6 +14,5 @@ SRCREV = "9752b50e922572e4cd214ac45ed95e4ee410fe24" | |||
| 14 | 14 | ||
| 15 | PV = "1.0.6+git" | 15 | PV = "1.0.6+git" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | 17 | ||
| 19 | PARALLEL_MAKE = "" | 18 | PARALLEL_MAKE = "" |
diff --git a/meta-oe/recipes-support/utouch/utouch-frame_git.bb b/meta-oe/recipes-support/utouch/utouch-frame_git.bb index ddd27a7e30..44994cafe0 100644 --- a/meta-oe/recipes-support/utouch/utouch-frame_git.bb +++ b/meta-oe/recipes-support/utouch/utouch-frame_git.bb | |||
| @@ -18,4 +18,3 @@ SRCREV = "95363d5a1f7394d71144bf3b408ef4e6db4350fc" | |||
| 18 | 18 | ||
| 19 | PV = "1.1.2+git" | 19 | PV = "1.1.2+git" |
| 20 | 20 | ||
| 21 | S = "${WORKDIR}/git" | ||
diff --git a/meta-oe/recipes-support/utouch/utouch-mtview_git.bb b/meta-oe/recipes-support/utouch/utouch-mtview_git.bb index d964d7f263..eccaa81d18 100644 --- a/meta-oe/recipes-support/utouch/utouch-mtview_git.bb +++ b/meta-oe/recipes-support/utouch/utouch-mtview_git.bb | |||
| @@ -16,4 +16,3 @@ DEPENDS += "mtdev utouch-frame utouch-evemu libx11" | |||
| 16 | 16 | ||
| 17 | PV = "1.1.7+git" | 17 | PV = "1.1.7+git" |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | ||
diff --git a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_7.1.8.bb b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_7.1.8.bb index c894a61617..dbfa454f13 100644 --- a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_7.1.8.bb +++ b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_7.1.8.bb | |||
| @@ -18,9 +18,9 @@ SRC_URI = "http://download.virtualbox.org/virtualbox/${PV}/${VBOX_NAME}.tar.bz2 | |||
| 18 | 18 | ||
| 19 | SRC_URI[sha256sum] = "3f7132c55ac6c5f50585bfaa115d29e30b47ccf535cb0a12ff50214ddae2f63d" | 19 | SRC_URI[sha256sum] = "3f7132c55ac6c5f50585bfaa115d29e30b47ccf535cb0a12ff50214ddae2f63d" |
| 20 | 20 | ||
| 21 | S ?= "${WORKDIR}/vbox_module" | 21 | S ?= "${UNPACKDIR}/vbox_module" |
| 22 | S:task-unpack = "${UNPACKDIR}/${VBOX_NAME}" | 22 | S:task-unpack = "${UNPACKDIR}/${VBOX_NAME}" |
| 23 | S:task-patch = "${WORKDIR}/${BP}" | 23 | S:task-patch = "${UNPACKDIR}/${BP}" |
| 24 | 24 | ||
| 25 | export VBOX_KBUILD_TARGET_ARCH = "${ARCH}" | 25 | export VBOX_KBUILD_TARGET_ARCH = "${ARCH}" |
| 26 | export VBOX_KBUILD_TARGET_ARCH:x86-64 = "amd64" | 26 | export VBOX_KBUILD_TARGET_ARCH:x86-64 = "amd64" |
diff --git a/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.48.1.bb b/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.48.1.bb index b03ed3cbb9..d11d4808fd 100644 --- a/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.48.1.bb +++ b/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.48.1.bb | |||
| @@ -26,7 +26,7 @@ SRC_URI[sha256sum] = "98efdf21c4cdca0fe0b73ab5a8cb52093b5aa52d9b1b016a93f71dbfa1 | |||
| 26 | 26 | ||
| 27 | inherit cmake pkgconfig gobject-introspection perlnative features_check upstream-version-is-even gi-docgen | 27 | inherit cmake pkgconfig gobject-introspection perlnative features_check upstream-version-is-even gi-docgen |
| 28 | 28 | ||
| 29 | S = "${WORKDIR}/webkitgtk-${PV}" | 29 | S = "${UNPACKDIR}/webkitgtk-${PV}" |
| 30 | 30 | ||
| 31 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 31 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
| 32 | REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'opengl', '', d)}" | 32 | REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'opengl', '', d)}" |
diff --git a/meta-oe/recipes-support/websocketpp/websocketpp_0.8.2.bb b/meta-oe/recipes-support/websocketpp/websocketpp_0.8.2.bb index 7b8097c80c..17b71411ca 100644 --- a/meta-oe/recipes-support/websocketpp/websocketpp_0.8.2.bb +++ b/meta-oe/recipes-support/websocketpp/websocketpp_0.8.2.bb | |||
| @@ -25,7 +25,6 @@ RDEPENDS:${PN}-dev = "" | |||
| 25 | # tag 0.8.2 | 25 | # tag 0.8.2 |
| 26 | SRCREV = "56123c87598f8b1dd471be83ca841ceae07f95ba" | 26 | SRCREV = "56123c87598f8b1dd471be83ca841ceae07f95ba" |
| 27 | 27 | ||
| 28 | S = "${WORKDIR}/git" | ||
| 29 | 28 | ||
| 30 | inherit cmake | 29 | inherit cmake |
| 31 | 30 | ||
diff --git a/meta-oe/recipes-support/xdelta/xdelta3_3.1.0.bb b/meta-oe/recipes-support/xdelta/xdelta3_3.1.0.bb index 6b35d71a55..93692af682 100644 --- a/meta-oe/recipes-support/xdelta/xdelta3_3.1.0.bb +++ b/meta-oe/recipes-support/xdelta/xdelta3_3.1.0.bb | |||
| @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | |||
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/jmacd/xdelta.git;branch=release3_1_apl;protocol=https" | 10 | SRC_URI = "git://github.com/jmacd/xdelta.git;branch=release3_1_apl;protocol=https" |
| 11 | SRCREV = "4b4aed71a959fe11852e45242bb6524be85d3709" | 11 | SRCREV = "4b4aed71a959fe11852e45242bb6524be85d3709" |
| 12 | S = "${WORKDIR}/git/xdelta3" | 12 | S = "${UNPACKDIR}/${BP}/xdelta3" |
| 13 | 13 | ||
| 14 | inherit autotools | 14 | inherit autotools |
| 15 | 15 | ||
diff --git a/meta-oe/recipes-support/xdg-dbus-proxy/xdg-dbus-proxy_0.1.6.bb b/meta-oe/recipes-support/xdg-dbus-proxy/xdg-dbus-proxy_0.1.6.bb index fa63196da2..43536f5d7b 100644 --- a/meta-oe/recipes-support/xdg-dbus-proxy/xdg-dbus-proxy_0.1.6.bb +++ b/meta-oe/recipes-support/xdg-dbus-proxy/xdg-dbus-proxy_0.1.6.bb | |||
| @@ -13,7 +13,6 @@ inherit meson pkgconfig | |||
| 13 | 13 | ||
| 14 | SRC_URI = "git://github.com/flatpak/xdg-dbus-proxy.git;protocol=https;branch=main" | 14 | SRC_URI = "git://github.com/flatpak/xdg-dbus-proxy.git;protocol=https;branch=main" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | SRCREV = "1c1989e56f94b9eb3b7567f8a6e8a0aa16cba496" | 16 | SRCREV = "1c1989e56f94b9eb3b7567f8a6e8a0aa16cba496" |
| 18 | 17 | ||
| 19 | BBCLASSEXTEND = "native" | 18 | BBCLASSEXTEND = "native" |
diff --git a/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.20.0.bb b/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.20.0.bb index 800624bd90..440d836874 100644 --- a/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.20.0.bb +++ b/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.20.0.bb | |||
| @@ -31,7 +31,6 @@ SRC_URI = " \ | |||
| 31 | file://0001-meson.build-add-a-hack-for-crosscompile.patch \ | 31 | file://0001-meson.build-add-a-hack-for-crosscompile.patch \ |
| 32 | " | 32 | " |
| 33 | 33 | ||
| 34 | S = "${WORKDIR}/git" | ||
| 35 | SRCREV = "85df26fb1c53334969fea3f15c2a06a14831094b" | 34 | SRCREV = "85df26fb1c53334969fea3f15c2a06a14831094b" |
| 36 | 35 | ||
| 37 | FILES:${PN} += "${libdir}/systemd ${datadir}/dbus-1" | 36 | FILES:${PN} += "${libdir}/systemd ${datadir}/dbus-1" |
diff --git a/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.9.19.bb b/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.9.19.bb index cad5c07099..533b0801cb 100644 --- a/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.9.19.bb +++ b/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.9.19.bb | |||
| @@ -16,7 +16,6 @@ SRCREV = "d463bad9639c910fadc2f30dac473c7688b11cfc" | |||
| 16 | 16 | ||
| 17 | PV = "0.9.19" | 17 | PV = "0.9.19" |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | ||
| 20 | 19 | ||
| 21 | FILES:${PN} += "${libdir}/xorg/modules/*" | 20 | FILES:${PN} += "${libdir}/xorg/modules/*" |
| 22 | 21 | ||
diff --git a/meta-oe/recipes-support/yaml-cpp/yaml-cpp_0.8.0.bb b/meta-oe/recipes-support/yaml-cpp/yaml-cpp_0.8.0.bb index 29e53fcf04..09db5519ea 100644 --- a/meta-oe/recipes-support/yaml-cpp/yaml-cpp_0.8.0.bb +++ b/meta-oe/recipes-support/yaml-cpp/yaml-cpp_0.8.0.bb | |||
| @@ -11,7 +11,6 @@ SRC_URI = "git://github.com/jbeder/yaml-cpp.git;branch=master;protocol=https" | |||
| 11 | SRCREV = "28f93bdec6387d42332220afa9558060c8016795" | 11 | SRCREV = "28f93bdec6387d42332220afa9558060c8016795" |
| 12 | PV .= "+git" | 12 | PV .= "+git" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | 14 | ||
| 16 | inherit cmake | 15 | inherit cmake |
| 17 | 16 | ||
diff --git a/meta-oe/recipes-support/yyjson/yyjson_0.11.1.bb b/meta-oe/recipes-support/yyjson/yyjson_0.11.1.bb index 57966980e0..0655f225b4 100644 --- a/meta-oe/recipes-support/yyjson/yyjson_0.11.1.bb +++ b/meta-oe/recipes-support/yyjson/yyjson_0.11.1.bb | |||
| @@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c8ae1b99922935413d4c596f50b59545" | |||
| 7 | SRC_URI = "git://github.com/ibireme/yyjson.git;protocol=https;branch=master;tag=${PV}" | 7 | SRC_URI = "git://github.com/ibireme/yyjson.git;protocol=https;branch=master;tag=${PV}" |
| 8 | SRCREV = "9e24d6bcead647231f81173cc5c6bb6c097c00e4" | 8 | SRCREV = "9e24d6bcead647231f81173cc5c6bb6c097c00e4" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | 10 | ||
| 12 | inherit cmake | 11 | inherit cmake |
| 13 | 12 | ||
diff --git a/meta-oe/recipes-support/zbar/zbar_git.bb b/meta-oe/recipes-support/zbar/zbar_git.bb index 975779cd18..053e0161d7 100644 --- a/meta-oe/recipes-support/zbar/zbar_git.bb +++ b/meta-oe/recipes-support/zbar/zbar_git.bb | |||
| @@ -15,7 +15,6 @@ SRC_URI = "git://github.com/mchehab/zbar.git;branch=master;protocol=https \ | |||
| 15 | " | 15 | " |
| 16 | SRCREV = "89e7900d85dd54ef351a7ed582aec6a5a5d7fa37" | 16 | SRCREV = "89e7900d85dd54ef351a7ed582aec6a5a5d7fa37" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | PV = "0.23.1+git" | 18 | PV = "0.23.1+git" |
| 20 | 19 | ||
| 21 | DEPENDS += "xmlto-native" | 20 | DEPENDS += "xmlto-native" |
diff --git a/meta-oe/recipes-support/zchunk/zchunk_1.5.1.bb b/meta-oe/recipes-support/zchunk/zchunk_1.5.1.bb index a15540f968..9ef380005c 100644 --- a/meta-oe/recipes-support/zchunk/zchunk_1.5.1.bb +++ b/meta-oe/recipes-support/zchunk/zchunk_1.5.1.bb | |||
| @@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=daf6e68539f564601a5a5869c31e5242" | |||
| 6 | SRC_URI = "git://github.com/zchunk/zchunk.git;protocol=https;branch=main" | 6 | SRC_URI = "git://github.com/zchunk/zchunk.git;protocol=https;branch=main" |
| 7 | 7 | ||
| 8 | SRCREV = "69dd7d6764e333413dd12848607d72cab310e406" | 8 | SRCREV = "69dd7d6764e333413dd12848607d72cab310e406" |
| 9 | S = "${WORKDIR}/git" | ||
| 10 | 9 | ||
| 11 | DEPENDS = "zstd" | 10 | DEPENDS = "zstd" |
| 12 | DEPENDS:append:libc-musl = " argp-standalone" | 11 | DEPENDS:append:libc-musl = " argp-standalone" |
diff --git a/meta-oe/recipes-test/bats/bats_1.12.0.bb b/meta-oe/recipes-test/bats/bats_1.12.0.bb index ae59a27dc9..14a234c866 100644 --- a/meta-oe/recipes-test/bats/bats_1.12.0.bb +++ b/meta-oe/recipes-test/bats/bats_1.12.0.bb | |||
| @@ -12,7 +12,6 @@ SRC_URI = "\ | |||
| 12 | # v1.12.0 | 12 | # v1.12.0 |
| 13 | SRCREV = "713504bc0224a19b3d7c7958c18dc07f64f54b44" | 13 | SRCREV = "713504bc0224a19b3d7c7958c18dc07f64f54b44" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | 15 | ||
| 17 | # Numerous scripts assume ${baselib} == lib, which is not true. | 16 | # Numerous scripts assume ${baselib} == lib, which is not true. |
| 18 | # | 17 | # |
diff --git a/meta-oe/recipes-test/catch2/catch2_3.8.1.bb b/meta-oe/recipes-test/catch2/catch2_3.8.1.bb index f106b39de4..6a7fc5ad47 100644 --- a/meta-oe/recipes-test/catch2/catch2_3.8.1.bb +++ b/meta-oe/recipes-test/catch2/catch2_3.8.1.bb | |||
| @@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" | |||
| 7 | SRC_URI = "git://github.com/catchorg/Catch2.git;branch=devel;protocol=https" | 7 | SRC_URI = "git://github.com/catchorg/Catch2.git;branch=devel;protocol=https" |
| 8 | SRCREV = "2b60af89e23d28eefc081bc930831ee9d45ea58b" | 8 | SRCREV = "2b60af89e23d28eefc081bc930831ee9d45ea58b" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | 10 | ||
| 12 | inherit cmake python3native | 11 | inherit cmake python3native |
| 13 | 12 | ||
diff --git a/meta-oe/recipes-test/cmocka/cmocka_1.1.7.bb b/meta-oe/recipes-test/cmocka/cmocka_1.1.7.bb index 6c94e9e275..09afe36666 100644 --- a/meta-oe/recipes-test/cmocka/cmocka_1.1.7.bb +++ b/meta-oe/recipes-test/cmocka/cmocka_1.1.7.bb | |||
| @@ -13,7 +13,6 @@ SRC_URI = "git://git.cryptomilk.org/projects/cmocka.git;protocol=https;branch=st | |||
| 13 | file://run-ptest \ | 13 | file://run-ptest \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | 16 | ||
| 18 | inherit cmake ptest | 17 | inherit cmake ptest |
| 19 | 18 | ||
diff --git a/meta-oe/recipes-test/cpputest/cpputest_4.0.bb b/meta-oe/recipes-test/cpputest/cpputest_4.0.bb index 5536cf07b6..5710585b6c 100644 --- a/meta-oe/recipes-test/cpputest/cpputest_4.0.bb +++ b/meta-oe/recipes-test/cpputest/cpputest_4.0.bb | |||
| @@ -8,7 +8,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ce5d5f1fe02bcd1343ced64a06fd4177" | |||
| 8 | SRC_URI = "git://github.com/cpputest/cpputest.git;protocol=https;branch=master" | 8 | SRC_URI = "git://github.com/cpputest/cpputest.git;protocol=https;branch=master" |
| 9 | SRCREV = "67d2dfd41e13f09ff218aa08e2d35f1c32f032a1" | 9 | SRCREV = "67d2dfd41e13f09ff218aa08e2d35f1c32f032a1" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | 11 | ||
| 13 | inherit cmake | 12 | inherit cmake |
| 14 | 13 | ||
diff --git a/meta-oe/recipes-test/cukinia/cukinia_0.7.0.bb b/meta-oe/recipes-test/cukinia/cukinia_0.7.0.bb index e3424d019e..ad545e627b 100644 --- a/meta-oe/recipes-test/cukinia/cukinia_0.7.0.bb +++ b/meta-oe/recipes-test/cukinia/cukinia_0.7.0.bb | |||
| @@ -10,7 +10,6 @@ SRC_URI = "git://github.com/savoirfairelinux/cukinia.git;protocol=https;branch=m | |||
| 10 | 10 | ||
| 11 | SRCREV = "be56f653743cc0e68bef81ef35df7c50ff8919c4" | 11 | SRCREV = "be56f653743cc0e68bef81ef35df7c50ff8919c4" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | RRECOMMENDS:${PN} = "libgpiod-tools" | 14 | RRECOMMENDS:${PN} = "libgpiod-tools" |
| 16 | 15 | ||
diff --git a/meta-oe/recipes-test/cunit/cunit_2.1-3.bb b/meta-oe/recipes-test/cunit/cunit_2.1-3.bb index b68f0edb3f..9aab617487 100644 --- a/meta-oe/recipes-test/cunit/cunit_2.1-3.bb +++ b/meta-oe/recipes-test/cunit/cunit_2.1-3.bb | |||
| @@ -4,7 +4,7 @@ LICENSE = "LGPL-2.0-only" | |||
| 4 | SECTION = "libs" | 4 | SECTION = "libs" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=7734aa853b85d6f935466f081490ddbb" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=7734aa853b85d6f935466f081490ddbb" |
| 6 | 6 | ||
| 7 | S = "${WORKDIR}/CUnit-${PV}" | 7 | S = "${UNPACKDIR}/CUnit-${PV}" |
| 8 | 8 | ||
| 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/cunit/CUnit/${PV}/CUnit-${PV}.tar.bz2 \ | 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/cunit/CUnit/${PV}/CUnit-${PV}.tar.bz2 \ |
| 10 | file://fixup-install-docdir.patch \ | 10 | file://fixup-install-docdir.patch \ |
diff --git a/meta-oe/recipes-test/evtest/evtest_1.35.bb b/meta-oe/recipes-test/evtest/evtest_1.35.bb index 52f684ce5f..9c42efcdab 100644 --- a/meta-oe/recipes-test/evtest/evtest_1.35.bb +++ b/meta-oe/recipes-test/evtest/evtest_1.35.bb | |||
| @@ -11,6 +11,5 @@ SRC_URI = "git://gitlab.freedesktop.org/libevdev/evtest.git;protocol=https;branc | |||
| 11 | file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \ | 11 | file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \ |
| 12 | " | 12 | " |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | 14 | ||
| 16 | inherit autotools pkgconfig | 15 | inherit autotools pkgconfig |
diff --git a/meta-oe/recipes-test/fbtest/fb-test_1.1.0.bb b/meta-oe/recipes-test/fbtest/fb-test_1.1.0.bb index b19bba0156..98db76eda1 100644 --- a/meta-oe/recipes-test/fbtest/fb-test_1.1.0.bb +++ b/meta-oe/recipes-test/fbtest/fb-test_1.1.0.bb | |||
| @@ -9,7 +9,6 @@ SRC_URI = "git://github.com//ponty/fb-test-app.git;branch=master;protocol=https" | |||
| 9 | # Upstream repo does not tag | 9 | # Upstream repo does not tag |
| 10 | UPSTREAM_CHECK_COMMITS = "1" | 10 | UPSTREAM_CHECK_COMMITS = "1" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | do_install() { | 13 | do_install() { |
| 15 | install -d ${D}${bindir} | 14 | install -d ${D}${bindir} |
diff --git a/meta-oe/recipes-test/googletest/googletest_1.16.0.bb b/meta-oe/recipes-test/googletest/googletest_1.16.0.bb index fe2f732a5d..55d670a428 100644 --- a/meta-oe/recipes-test/googletest/googletest_1.16.0.bb +++ b/meta-oe/recipes-test/googletest/googletest_1.16.0.bb | |||
| @@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=cbbd27594afd089daa160d3a16dd515a" | |||
| 6 | 6 | ||
| 7 | PROVIDES += "gmock gtest" | 7 | PROVIDES += "gmock gtest" |
| 8 | 8 | ||
| 9 | S = "${WORKDIR}/git" | ||
| 10 | SRCREV = "6910c9d9165801d8827d628cb72eb7ea9dd538c5" | 9 | SRCREV = "6910c9d9165801d8827d628cb72eb7ea9dd538c5" |
| 11 | SRC_URI = "git://github.com/google/googletest.git;branch=v1.16.x;protocol=https \ | 10 | SRC_URI = "git://github.com/google/googletest.git;branch=v1.16.x;protocol=https \ |
| 12 | file://gtest-ciso646.patch \ | 11 | file://gtest-ciso646.patch \ |
diff --git a/meta-oe/recipes-test/libfaketime/libfaketime_0.9.10.bb b/meta-oe/recipes-test/libfaketime/libfaketime_0.9.10.bb index f13925ee18..3588e96847 100644 --- a/meta-oe/recipes-test/libfaketime/libfaketime_0.9.10.bb +++ b/meta-oe/recipes-test/libfaketime/libfaketime_0.9.10.bb | |||
| @@ -9,7 +9,6 @@ SRC_URI = "git://github.com/wolfcw/libfaketime.git;branch=master;protocol=https | |||
| 9 | file://0001-Makefile-Detect-compiler-in-makefile.patch \ | 9 | file://0001-Makefile-Detect-compiler-in-makefile.patch \ |
| 10 | " | 10 | " |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | CFLAGS:append:libc-musl = " -D_LARGEFILE64_SOURCE" | 13 | CFLAGS:append:libc-musl = " -D_LARGEFILE64_SOURCE" |
| 15 | 14 | ||
diff --git a/meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb b/meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb index 7346011158..c617cf09a3 100644 --- a/meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb +++ b/meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb | |||
| @@ -11,6 +11,5 @@ SRCREV = "2ee61484167eab846f7b7c565284d7c350d738d3" | |||
| 11 | # Upstream repo does not tag | 11 | # Upstream repo does not tag |
| 12 | UPSTREAM_CHECK_COMMITS = "1" | 12 | UPSTREAM_CHECK_COMMITS = "1" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | 14 | ||
| 16 | inherit cmake | 15 | inherit cmake |
diff --git a/meta-oe/recipes-test/pm-qa/pm-qa_git.bb b/meta-oe/recipes-test/pm-qa/pm-qa_git.bb index 482e5694f6..d7e9618985 100644 --- a/meta-oe/recipes-test/pm-qa/pm-qa_git.bb +++ b/meta-oe/recipes-test/pm-qa/pm-qa_git.bb | |||
| @@ -15,7 +15,6 @@ SRC_URI = " \ | |||
| 15 | file://0001-fix-build-with-gcc-15-Wincompatible-pointer-types-er.patch \ | 15 | file://0001-fix-build-with-gcc-15-Wincompatible-pointer-types-er.patch \ |
| 16 | " | 16 | " |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | 18 | ||
| 20 | CFLAGS += "-pthread" | 19 | CFLAGS += "-pthread" |
| 21 | 20 | ||
diff --git a/meta-oe/recipes-test/shunit2/shunit2_2.1.8.bb b/meta-oe/recipes-test/shunit2/shunit2_2.1.8.bb index 683600f712..8d298e3c1d 100644 --- a/meta-oe/recipes-test/shunit2/shunit2_2.1.8.bb +++ b/meta-oe/recipes-test/shunit2/shunit2_2.1.8.bb | |||
| @@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" | |||
| 6 | SRC_URI = " git://github.com/kward/shunit2.git;branch=master;protocol=https" | 6 | SRC_URI = " git://github.com/kward/shunit2.git;branch=master;protocol=https" |
| 7 | SRCREV = "080159b303537888c5d41910b4d47a5002638e30" | 7 | SRCREV = "080159b303537888c5d41910b4d47a5002638e30" |
| 8 | 8 | ||
| 9 | S = "${WORKDIR}/git" | ||
| 10 | 9 | ||
| 11 | do_install() { | 10 | do_install() { |
| 12 | install -D -m 0755 ${S}/shunit2 ${D}${bindir}/shunit2 | 11 | install -D -m 0755 ${S}/shunit2 ${D}${bindir}/shunit2 |
diff --git a/meta-oe/recipes-test/testfloat/testfloat_3e.bb b/meta-oe/recipes-test/testfloat/testfloat_3e.bb index f5aace4d33..5000c7d106 100644 --- a/meta-oe/recipes-test/testfloat/testfloat_3e.bb +++ b/meta-oe/recipes-test/testfloat/testfloat_3e.bb | |||
| @@ -21,8 +21,7 @@ SRC_URI[SoftFloat.sha256sum] = "21130ce885d35c1fe73fc1e1bf2244178167e05c6747cad5 | |||
| 21 | 21 | ||
| 22 | UPSTREAM_CHECK_URI = "http://www.jhauser.us/arithmetic/TestFloat.html" | 22 | UPSTREAM_CHECK_URI = "http://www.jhauser.us/arithmetic/TestFloat.html" |
| 23 | 23 | ||
| 24 | S = "${WORKDIR}/sources" | 24 | S = "${UNPACKDIR}" |
| 25 | UNPACKDIR = "${S}" | ||
| 26 | 25 | ||
| 27 | do_compile(){ | 26 | do_compile(){ |
| 28 | oe_runmake -C SoftFloat-${PV}/build/Linux-Cross-Compile/ | 27 | oe_runmake -C SoftFloat-${PV}/build/Linux-Cross-Compile/ |
diff --git a/meta-oe/recipes-test/trompeloeil/trompeloeil_v47.bb b/meta-oe/recipes-test/trompeloeil/trompeloeil_v47.bb index 788a15dba2..3f2f07c28f 100644 --- a/meta-oe/recipes-test/trompeloeil/trompeloeil_v47.bb +++ b/meta-oe/recipes-test/trompeloeil/trompeloeil_v47.bb | |||
| @@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE_1_0.txt;md5=e4224ccaecb14d942c71d31bef20d78c" | |||
| 6 | SRC_URI = "git://github.com/rollbear/trompeloeil.git;branch=main;protocol=https" | 6 | SRC_URI = "git://github.com/rollbear/trompeloeil.git;branch=main;protocol=https" |
| 7 | SRCREV = "ad9bc41b1e01ae92802de59a12d19cf7c8683d6d" | 7 | SRCREV = "ad9bc41b1e01ae92802de59a12d19cf7c8683d6d" |
| 8 | 8 | ||
| 9 | S = "${WORKDIR}/git" | ||
| 10 | 9 | ||
| 11 | inherit cmake | 10 | inherit cmake |
| 12 | 11 | ||
