diff options
75 files changed, 122 insertions, 122 deletions
diff --git a/meta-selftest/recipes-extended/sysdig/sysdig-selftest_0.28.0.bb b/meta-selftest/recipes-extended/sysdig/sysdig-selftest_0.28.0.bb index 2ce85fe451..819f65409d 100644 --- a/meta-selftest/recipes-extended/sysdig/sysdig-selftest_0.28.0.bb +++ b/meta-selftest/recipes-extended/sysdig/sysdig-selftest_0.28.0.bb | |||
@@ -28,7 +28,7 @@ SRC_URI = "git://github.com/draios/sysdig.git;branch=dev;protocol=https;name=sys | |||
28 | file://0099-cmake-Pass-PROBE_NAME-via-CFLAGS.patch \ | 28 | file://0099-cmake-Pass-PROBE_NAME-via-CFLAGS.patch \ |
29 | " | 29 | " |
30 | SRCREV_sysdig = "4fb6288275f567f63515df0ff0a6518043ecfa9b" | 30 | SRCREV_sysdig = "4fb6288275f567f63515df0ff0a6518043ecfa9b" |
31 | SRCREV_falco= "caa0e4d0044fdaaebab086592a97f0c7f32aeaa9" | 31 | SRCREV_falco = "caa0e4d0044fdaaebab086592a97f0c7f32aeaa9" |
32 | 32 | ||
33 | SRCREV_FORMAT = "sysdig_falco" | 33 | SRCREV_FORMAT = "sysdig_falco" |
34 | 34 | ||
diff --git a/meta-selftest/recipes-test/bbclasses/systemd-and-sysvinit.bb b/meta-selftest/recipes-test/bbclasses/systemd-and-sysvinit.bb index f9fc59a494..94f9a7a770 100644 --- a/meta-selftest/recipes-test/bbclasses/systemd-and-sysvinit.bb +++ b/meta-selftest/recipes-test/bbclasses/systemd-and-sysvinit.bb | |||
@@ -14,4 +14,4 @@ INITSCRIPT_NAME = "${BPN}" | |||
14 | 14 | ||
15 | SYSTEMD_SERVICE:${PN} = "${BPN}.service" | 15 | SYSTEMD_SERVICE:${PN} = "${BPN}.service" |
16 | 16 | ||
17 | EXCLUDE_FROM_WORLD="1" | 17 | EXCLUDE_FROM_WORLD = "1" |
diff --git a/meta-selftest/recipes-test/bbclasses/systemd-only.bb b/meta-selftest/recipes-test/bbclasses/systemd-only.bb index 590a27b9cb..6968247b08 100644 --- a/meta-selftest/recipes-test/bbclasses/systemd-only.bb +++ b/meta-selftest/recipes-test/bbclasses/systemd-only.bb | |||
@@ -9,4 +9,4 @@ do_install() { | |||
9 | 9 | ||
10 | SYSTEMD_SERVICE:${PN} = "${BPN}.service" | 10 | SYSTEMD_SERVICE:${PN} = "${BPN}.service" |
11 | 11 | ||
12 | EXCLUDE_FROM_WORLD="1" | 12 | EXCLUDE_FROM_WORLD = "1" |
diff --git a/meta-selftest/recipes-test/gitrepotest/gitrepotest.bb b/meta-selftest/recipes-test/gitrepotest/gitrepotest.bb index f1b6c55833..c4806793ee 100644 --- a/meta-selftest/recipes-test/gitrepotest/gitrepotest.bb +++ b/meta-selftest/recipes-test/gitrepotest/gitrepotest.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
5 | 5 | ||
6 | INHIBIT_DEFAULT_DEPS = "1" | 6 | INHIBIT_DEFAULT_DEPS = "1" |
7 | 7 | ||
8 | PATCHTOOL="git" | 8 | PATCHTOOL = "git" |
9 | 9 | ||
10 | SRC_URI = "git://git.yoctoproject.org/git/matchbox-panel-2;branch=master;protocol=https \ | 10 | SRC_URI = "git://git.yoctoproject.org/git/matchbox-panel-2;branch=master;protocol=https \ |
11 | file://0001-testpatch.patch \ | 11 | file://0001-testpatch.patch \ |
diff --git a/meta-selftest/recipes-test/selftest-users/acreategroup.bb b/meta-selftest/recipes-test/selftest-users/acreategroup.bb index 7805182d48..a970c41134 100644 --- a/meta-selftest/recipes-test/selftest-users/acreategroup.bb +++ b/meta-selftest/recipes-test/selftest-users/acreategroup.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "MIT" | |||
6 | S = "${WORKDIR}/sources" | 6 | S = "${WORKDIR}/sources" |
7 | UNPACKDIR = "${S}" | 7 | UNPACKDIR = "${S}" |
8 | 8 | ||
9 | EXCLUDE_FROM_WORLD="1" | 9 | EXCLUDE_FROM_WORLD = "1" |
10 | 10 | ||
11 | inherit useradd allarch | 11 | inherit useradd allarch |
12 | 12 | ||
diff --git a/meta-selftest/recipes-test/selftest-users/bcreategroup.bb b/meta-selftest/recipes-test/selftest-users/bcreategroup.bb index b15c07d7b2..08106dab7c 100644 --- a/meta-selftest/recipes-test/selftest-users/bcreategroup.bb +++ b/meta-selftest/recipes-test/selftest-users/bcreategroup.bb | |||
@@ -10,7 +10,7 @@ USERADD_DEPENDS = "acreategroup ccreategroup" | |||
10 | S = "${WORKDIR}/sources" | 10 | S = "${WORKDIR}/sources" |
11 | UNPACKDIR = "${S}" | 11 | UNPACKDIR = "${S}" |
12 | 12 | ||
13 | EXCLUDE_FROM_WORLD="1" | 13 | EXCLUDE_FROM_WORLD = "1" |
14 | 14 | ||
15 | inherit useradd allarch | 15 | inherit useradd allarch |
16 | 16 | ||
diff --git a/meta-selftest/recipes-test/selftest-users/ccreategroup.bb b/meta-selftest/recipes-test/selftest-users/ccreategroup.bb index ff2da1c039..c82ced8481 100644 --- a/meta-selftest/recipes-test/selftest-users/ccreategroup.bb +++ b/meta-selftest/recipes-test/selftest-users/ccreategroup.bb | |||
@@ -8,7 +8,7 @@ USERADD_DEPENDS = "acreategroup" | |||
8 | S = "${WORKDIR}/sources" | 8 | S = "${WORKDIR}/sources" |
9 | UNPACKDIR = "${S}" | 9 | UNPACKDIR = "${S}" |
10 | 10 | ||
11 | EXCLUDE_FROM_WORLD="1" | 11 | EXCLUDE_FROM_WORLD = "1" |
12 | 12 | ||
13 | inherit useradd allarch | 13 | inherit useradd allarch |
14 | 14 | ||
diff --git a/meta-selftest/recipes-test/selftest-users/dcreategroup.bb b/meta-selftest/recipes-test/selftest-users/dcreategroup.bb index ab0a529669..0030e81ee0 100644 --- a/meta-selftest/recipes-test/selftest-users/dcreategroup.bb +++ b/meta-selftest/recipes-test/selftest-users/dcreategroup.bb | |||
@@ -8,7 +8,7 @@ USERADD_DEPENDS = "bcreategroup" | |||
8 | S = "${WORKDIR}/sources" | 8 | S = "${WORKDIR}/sources" |
9 | UNPACKDIR = "${S}" | 9 | UNPACKDIR = "${S}" |
10 | 10 | ||
11 | EXCLUDE_FROM_WORLD="1" | 11 | EXCLUDE_FROM_WORLD = "1" |
12 | 12 | ||
13 | inherit useradd allarch | 13 | inherit useradd allarch |
14 | 14 | ||
diff --git a/meta/classes-global/base.bbclass b/meta/classes-global/base.bbclass index dbbf6cef8c..988bdbcf0f 100644 --- a/meta/classes-global/base.bbclass +++ b/meta/classes-global/base.bbclass | |||
@@ -54,7 +54,7 @@ BASEDEPENDS = "" | |||
54 | BASEDEPENDS:class-target = "${@get_base_dep(d)}" | 54 | BASEDEPENDS:class-target = "${@get_base_dep(d)}" |
55 | BASEDEPENDS:class-nativesdk = "${@get_base_dep(d)}" | 55 | BASEDEPENDS:class-nativesdk = "${@get_base_dep(d)}" |
56 | 56 | ||
57 | DEPENDS:prepend="${BASEDEPENDS} " | 57 | DEPENDS:prepend = "${BASEDEPENDS} " |
58 | 58 | ||
59 | FILESPATH = "${@base_set_filespath(["${FILE_DIRNAME}/${BP}", "${FILE_DIRNAME}/${BPN}", "${FILE_DIRNAME}/files"], d)}" | 59 | FILESPATH = "${@base_set_filespath(["${FILE_DIRNAME}/${BP}", "${FILE_DIRNAME}/${BPN}", "${FILE_DIRNAME}/files"], d)}" |
60 | # THISDIR only works properly with imediate expansion as it has to run | 60 | # THISDIR only works properly with imediate expansion as it has to run |
diff --git a/meta/classes-recipe/autotools.bbclass b/meta/classes-recipe/autotools.bbclass index b1829e83e2..e33eae7d48 100644 --- a/meta/classes-recipe/autotools.bbclass +++ b/meta/classes-recipe/autotools.bbclass | |||
@@ -52,7 +52,7 @@ export CC_FOR_BUILD = "${BUILD_CC}" | |||
52 | export CFLAGS_FOR_BUILD = "${BUILD_CFLAGS}" | 52 | export CFLAGS_FOR_BUILD = "${BUILD_CFLAGS}" |
53 | 53 | ||
54 | export CXX_FOR_BUILD = "${BUILD_CXX}" | 54 | export CXX_FOR_BUILD = "${BUILD_CXX}" |
55 | export CXXFLAGS_FOR_BUILD="${BUILD_CXXFLAGS}" | 55 | export CXXFLAGS_FOR_BUILD = "${BUILD_CXXFLAGS}" |
56 | 56 | ||
57 | export LD_FOR_BUILD = "${BUILD_LD}" | 57 | export LD_FOR_BUILD = "${BUILD_LD}" |
58 | export LDFLAGS_FOR_BUILD = "${BUILD_LDFLAGS}" | 58 | export LDFLAGS_FOR_BUILD = "${BUILD_LDFLAGS}" |
diff --git a/meta/classes-recipe/cargo.bbclass b/meta/classes-recipe/cargo.bbclass index b583f84bdf..76a39668c7 100644 --- a/meta/classes-recipe/cargo.bbclass +++ b/meta/classes-recipe/cargo.bbclass | |||
@@ -42,7 +42,7 @@ CARGO_BUILD_FLAGS = "-v --frozen --target ${RUST_HOST_SYS} ${BUILD_MODE} --manif | |||
42 | # This is based on the content of CARGO_BUILD_FLAGS and generally will need to | 42 | # This is based on the content of CARGO_BUILD_FLAGS and generally will need to |
43 | # change if CARGO_BUILD_FLAGS changes. | 43 | # change if CARGO_BUILD_FLAGS changes. |
44 | BUILD_DIR = "${@['release', 'debug'][d.getVar('DEBUG_BUILD') == '1']}" | 44 | BUILD_DIR = "${@['release', 'debug'][d.getVar('DEBUG_BUILD') == '1']}" |
45 | CARGO_TARGET_SUBDIR="${RUST_HOST_SYS}/${BUILD_DIR}" | 45 | CARGO_TARGET_SUBDIR = "${RUST_HOST_SYS}/${BUILD_DIR}" |
46 | oe_cargo_build () { | 46 | oe_cargo_build () { |
47 | export RUSTFLAGS="${RUSTFLAGS}" | 47 | export RUSTFLAGS="${RUSTFLAGS}" |
48 | bbnote "Using rust targets from ${RUST_TARGET_PATH}" | 48 | bbnote "Using rust targets from ${RUST_TARGET_PATH}" |
diff --git a/meta/classes-recipe/go.bbclass b/meta/classes-recipe/go.bbclass index 9146dd611e..e3e4782025 100644 --- a/meta/classes-recipe/go.bbclass +++ b/meta/classes-recipe/go.bbclass | |||
@@ -20,8 +20,8 @@ export GOCACHE = "${B}/.cache" | |||
20 | 20 | ||
21 | export GOARCH = "${TARGET_GOARCH}" | 21 | export GOARCH = "${TARGET_GOARCH}" |
22 | export GOOS = "${TARGET_GOOS}" | 22 | export GOOS = "${TARGET_GOOS}" |
23 | export GOHOSTARCH="${BUILD_GOARCH}" | 23 | export GOHOSTARCH = "${BUILD_GOARCH}" |
24 | export GOHOSTOS="${BUILD_GOOS}" | 24 | export GOHOSTOS = "${BUILD_GOOS}" |
25 | 25 | ||
26 | GOARM[export] = "0" | 26 | GOARM[export] = "0" |
27 | GOARM:arm:class-target = "${TARGET_GOARM}" | 27 | GOARM:arm:class-target = "${TARGET_GOARM}" |
diff --git a/meta/classes-recipe/gtk-icon-cache.bbclass b/meta/classes-recipe/gtk-icon-cache.bbclass index 9ecb49916c..fad8c4c65f 100644 --- a/meta/classes-recipe/gtk-icon-cache.bbclass +++ b/meta/classes-recipe/gtk-icon-cache.bbclass | |||
@@ -16,7 +16,7 @@ GTKIC_CMD = "${@ 'gtk4-update-icon-cache' if d.getVar('GTKIC_VERSION') == '4' el | |||
16 | inherit features_check | 16 | inherit features_check |
17 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 17 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
18 | 18 | ||
19 | DEPENDS +=" ${@ '' if d.getVar('BPN') == 'hicolor-icon-theme' else 'hicolor-icon-theme' } \ | 19 | DEPENDS += "${@ '' if d.getVar('BPN') == 'hicolor-icon-theme' else 'hicolor-icon-theme' } \ |
20 | ${@ '' if d.getVar('BPN') == 'gdk-pixbuf' else 'gdk-pixbuf' } \ | 20 | ${@ '' if d.getVar('BPN') == 'gdk-pixbuf' else 'gdk-pixbuf' } \ |
21 | ${@ '' if d.getVar('BPN') == d.getVar('GTKPN') else d.getVar('GTKPN') } \ | 21 | ${@ '' if d.getVar('BPN') == d.getVar('GTKPN') else d.getVar('GTKPN') } \ |
22 | ${GTKPN}-native \ | 22 | ${GTKPN}-native \ |
diff --git a/meta/classes-recipe/kernel.bbclass b/meta/classes-recipe/kernel.bbclass index 0dd2e1e444..617727a989 100644 --- a/meta/classes-recipe/kernel.bbclass +++ b/meta/classes-recipe/kernel.bbclass | |||
@@ -661,7 +661,7 @@ KERNEL_LOCALVERSION ??= "" | |||
661 | # Note: This class saves the value of localversion to a file | 661 | # Note: This class saves the value of localversion to a file |
662 | # so other recipes like make-mod-scripts can restore it via the | 662 | # so other recipes like make-mod-scripts can restore it via the |
663 | # helper function get_kernellocalversion_file | 663 | # helper function get_kernellocalversion_file |
664 | export LOCALVERSION="${KERNEL_LOCALVERSION}" | 664 | export LOCALVERSION = "${KERNEL_LOCALVERSION}" |
665 | 665 | ||
666 | kernel_do_configure() { | 666 | kernel_do_configure() { |
667 | # fixes extra + in /lib/modules/2.6.37+ | 667 | # fixes extra + in /lib/modules/2.6.37+ |
diff --git a/meta/classes-recipe/python3native.bbclass b/meta/classes-recipe/python3native.bbclass index 654a002fdb..da1283d6b3 100644 --- a/meta/classes-recipe/python3native.bbclass +++ b/meta/classes-recipe/python3native.bbclass | |||
@@ -6,7 +6,7 @@ | |||
6 | 6 | ||
7 | inherit python3-dir | 7 | inherit python3-dir |
8 | 8 | ||
9 | PYTHON="${STAGING_BINDIR_NATIVE}/python3-native/python3" | 9 | PYTHON = "${STAGING_BINDIR_NATIVE}/python3-native/python3" |
10 | EXTRANATIVEPATH += "python3-native" | 10 | EXTRANATIVEPATH += "python3-native" |
11 | DEPENDS:append = " python3-native " | 11 | DEPENDS:append = " python3-native " |
12 | 12 | ||
@@ -20,8 +20,8 @@ export STAGING_LIBDIR | |||
20 | # find_package(PythonLibs REQUIRED) | 20 | # find_package(PythonLibs REQUIRED) |
21 | # which ends up using libs/includes from build host | 21 | # which ends up using libs/includes from build host |
22 | # Therefore pre-empt that effort | 22 | # Therefore pre-empt that effort |
23 | export PYTHON_LIBRARY="${STAGING_LIBDIR}/lib${PYTHON_DIR}${PYTHON_ABI}.so" | 23 | export PYTHON_LIBRARY = "${STAGING_LIBDIR}/lib${PYTHON_DIR}${PYTHON_ABI}.so" |
24 | export PYTHON_INCLUDE_DIR="${STAGING_INCDIR}/${PYTHON_DIR}${PYTHON_ABI}" | 24 | export PYTHON_INCLUDE_DIR = "${STAGING_INCDIR}/${PYTHON_DIR}${PYTHON_ABI}" |
25 | 25 | ||
26 | # suppress host user's site-packages dirs. | 26 | # suppress host user's site-packages dirs. |
27 | export PYTHONNOUSERSITE = "1" | 27 | export PYTHONNOUSERSITE = "1" |
diff --git a/meta/classes-recipe/python_pyo3.bbclass b/meta/classes-recipe/python_pyo3.bbclass index 9a32eac6fd..7f5a00f584 100644 --- a/meta/classes-recipe/python_pyo3.bbclass +++ b/meta/classes-recipe/python_pyo3.bbclass | |||
@@ -11,13 +11,13 @@ | |||
11 | 11 | ||
12 | inherit cargo python3-dir siteinfo | 12 | inherit cargo python3-dir siteinfo |
13 | 13 | ||
14 | export PYO3_CROSS="1" | 14 | export PYO3_CROSS = "1" |
15 | export PYO3_CROSS_PYTHON_VERSION="${PYTHON_BASEVERSION}" | 15 | export PYO3_CROSS_PYTHON_VERSION = "${PYTHON_BASEVERSION}" |
16 | export PYO3_CROSS_LIB_DIR="${STAGING_LIBDIR}" | 16 | export PYO3_CROSS_LIB_DIR = "${STAGING_LIBDIR}" |
17 | export CARGO_BUILD_TARGET="${RUST_HOST_SYS}" | 17 | export CARGO_BUILD_TARGET = "${RUST_HOST_SYS}" |
18 | export RUSTFLAGS | 18 | export RUSTFLAGS |
19 | export PYO3_PYTHON="${PYTHON}" | 19 | export PYO3_PYTHON = "${PYTHON}" |
20 | export PYO3_CONFIG_FILE="${WORKDIR}/pyo3.config" | 20 | export PYO3_CONFIG_FILE = "${WORKDIR}/pyo3.config" |
21 | 21 | ||
22 | python_pyo3_do_configure () { | 22 | python_pyo3_do_configure () { |
23 | cat > ${WORKDIR}/pyo3.config << EOF | 23 | cat > ${WORKDIR}/pyo3.config << EOF |
diff --git a/meta/classes-recipe/rust.bbclass b/meta/classes-recipe/rust.bbclass index dae25cac2a..e727601679 100644 --- a/meta/classes-recipe/rust.bbclass +++ b/meta/classes-recipe/rust.bbclass | |||
@@ -43,9 +43,9 @@ HOST_CFLAGS ?= "${CFLAGS}" | |||
43 | HOST_CXXFLAGS ?= "${CXXFLAGS}" | 43 | HOST_CXXFLAGS ?= "${CXXFLAGS}" |
44 | HOST_CPPFLAGS ?= "${CPPFLAGS}" | 44 | HOST_CPPFLAGS ?= "${CPPFLAGS}" |
45 | 45 | ||
46 | rustlib_suffix="${TUNE_ARCH}${TARGET_VENDOR}-${TARGET_OS}/rustlib/${RUST_HOST_SYS}/lib" | 46 | rustlib_suffix = "${TUNE_ARCH}${TARGET_VENDOR}-${TARGET_OS}/rustlib/${RUST_HOST_SYS}/lib" |
47 | # Native sysroot standard library path | 47 | # Native sysroot standard library path |
48 | rustlib_src="${prefix}/lib/${rustlib_suffix}" | 48 | rustlib_src = "${prefix}/lib/${rustlib_suffix}" |
49 | # Host sysroot standard library path | 49 | # Host sysroot standard library path |
50 | rustlib="${libdir}/${rustlib_suffix}" | 50 | rustlib = "${libdir}/${rustlib_suffix}" |
51 | rustlib:class-native="${libdir}/rustlib/${BUILD_SYS}/lib" | 51 | rustlib:class-native = "${libdir}/rustlib/${BUILD_SYS}/lib" |
diff --git a/meta/classes-recipe/setuptools3.bbclass b/meta/classes-recipe/setuptools3.bbclass index 64a78e9a36..f19899d42e 100644 --- a/meta/classes-recipe/setuptools3.bbclass +++ b/meta/classes-recipe/setuptools3.bbclass | |||
@@ -49,4 +49,4 @@ setuptools3_do_install() { | |||
49 | 49 | ||
50 | EXPORT_FUNCTIONS do_configure do_compile do_install | 50 | EXPORT_FUNCTIONS do_configure do_compile do_install |
51 | 51 | ||
52 | export LDSHARED="${CCLD} -shared" | 52 | export LDSHARED = "${CCLD} -shared" |
diff --git a/meta/classes-recipe/setuptools3_legacy.bbclass b/meta/classes-recipe/setuptools3_legacy.bbclass index 264b1f5cfb..030c3d9e0e 100644 --- a/meta/classes-recipe/setuptools3_legacy.bbclass +++ b/meta/classes-recipe/setuptools3_legacy.bbclass | |||
@@ -79,6 +79,6 @@ setuptools3_legacy_do_install[vardepsexclude] = "MACHINE" | |||
79 | 79 | ||
80 | EXPORT_FUNCTIONS do_configure do_compile do_install | 80 | EXPORT_FUNCTIONS do_configure do_compile do_install |
81 | 81 | ||
82 | export LDSHARED="${CCLD} -shared" | 82 | export LDSHARED = "${CCLD} -shared" |
83 | DEPENDS += "python3-setuptools-native" | 83 | DEPENDS += "python3-setuptools-native" |
84 | 84 | ||
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf index f091239260..295fefb80e 100644 --- a/meta/conf/documentation.conf +++ b/meta/conf/documentation.conf | |||
@@ -179,7 +179,7 @@ FILESPATH[doc] = "The default set of directories the OpenEmbedded build system u | |||
179 | FILESYSTEM_PERMS_TABLES[doc] = "Allows you to define your own file permissions settings table as part of your configuration for the packaging process." | 179 | FILESYSTEM_PERMS_TABLES[doc] = "Allows you to define your own file permissions settings table as part of your configuration for the packaging process." |
180 | FONT_EXTRA_RDEPENDS[doc] = "When a recipe inherits the fontcache class, this variable specifies runtime dependencies for font packages. This variable defaults to 'fontconfig-utils'." | 180 | FONT_EXTRA_RDEPENDS[doc] = "When a recipe inherits the fontcache class, this variable specifies runtime dependencies for font packages. This variable defaults to 'fontconfig-utils'." |
181 | FONT_PACKAGES[doc] = "When a recipe inherits the fontcache class, this variable identifies packages containing font files that need to be cached by Fontconfig." | 181 | FONT_PACKAGES[doc] = "When a recipe inherits the fontcache class, this variable identifies packages containing font files that need to be cached by Fontconfig." |
182 | FULL_OPTIMIZATION[doc]= "The options to pass in TARGET_CFLAGS and CFLAGS when compiling an optimized system. This variable defaults to '-O2 ${DEBUG_LEVELFLAG}'." | 182 | FULL_OPTIMIZATION[doc] = "The options to pass in TARGET_CFLAGS and CFLAGS when compiling an optimized system. This variable defaults to '-O2 ${DEBUG_LEVELFLAG}'." |
183 | 183 | ||
184 | #G | 184 | #G |
185 | 185 | ||
diff --git a/meta/recipes-bsp/u-boot/u-boot-tools.inc b/meta/recipes-bsp/u-boot/u-boot-tools.inc index f3010763c0..4e4f7fa092 100644 --- a/meta/recipes-bsp/u-boot/u-boot-tools.inc +++ b/meta/recipes-bsp/u-boot/u-boot-tools.inc | |||
@@ -2,7 +2,7 @@ SUMMARY = "U-Boot bootloader tools" | |||
2 | DEPENDS += "gnutls openssl util-linux swig-native" | 2 | DEPENDS += "gnutls openssl util-linux swig-native" |
3 | 3 | ||
4 | inherit python3native | 4 | inherit python3native |
5 | export STAGING_INCDIR="${STAGING_INCDIR_NATIVE}" | 5 | export STAGING_INCDIR = "${STAGING_INCDIR_NATIVE}" |
6 | 6 | ||
7 | PROVIDES = "${MLPREFIX}u-boot-mkimage ${MLPREFIX}u-boot-mkenvimage ${MLPREFIX}u-boot-mkeficapsule" | 7 | PROVIDES = "${MLPREFIX}u-boot-mkimage ${MLPREFIX}u-boot-mkenvimage ${MLPREFIX}u-boot-mkeficapsule" |
8 | PROVIDES:class-native = "u-boot-mkimage-native u-boot-mkenvimage-native u-boot-mkeficapsule-native" | 8 | PROVIDES:class-native = "u-boot-mkimage-native u-boot-mkenvimage-native u-boot-mkeficapsule-native" |
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index 073061eeda..133e8616da 100644 --- a/meta/recipes-connectivity/connman/connman.inc +++ b/meta/recipes-connectivity/connman/connman.inc | |||
@@ -155,12 +155,12 @@ python populate_packages:prepend() { | |||
155 | PACKAGES =+ "${PN}-tools ${PN}-tests ${PN}-client" | 155 | PACKAGES =+ "${PN}-tools ${PN}-tests ${PN}-client" |
156 | 156 | ||
157 | FILES:${PN}-tools = "${bindir}/wispr" | 157 | FILES:${PN}-tools = "${bindir}/wispr" |
158 | RDEPENDS:${PN}-tools ="${PN}" | 158 | RDEPENDS:${PN}-tools = "${PN}" |
159 | 159 | ||
160 | FILES:${PN}-tests = "${bindir}/*-test" | 160 | FILES:${PN}-tests = "${bindir}/*-test" |
161 | 161 | ||
162 | FILES:${PN}-client = "${bindir}/connmanctl" | 162 | FILES:${PN}-client = "${bindir}/connmanctl" |
163 | RDEPENDS:${PN}-client ="${PN}" | 163 | RDEPENDS:${PN}-client = "${PN}" |
164 | 164 | ||
165 | FILES:${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*.so.* \ | 165 | FILES:${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*.so.* \ |
166 | ${libdir}/connman/plugins \ | 166 | ${libdir}/connman/plugins \ |
diff --git a/meta/recipes-connectivity/inetutils/inetutils_2.5.bb b/meta/recipes-connectivity/inetutils/inetutils_2.5.bb index d8fc7069ac..7310f2dc47 100644 --- a/meta/recipes-connectivity/inetutils/inetutils_2.5.bb +++ b/meta/recipes-connectivity/inetutils/inetutils_2.5.bb | |||
@@ -141,7 +141,7 @@ ALTERNATIVE:${PN}-telnetd = "telnetd" | |||
141 | ALTERNATIVE_LINK_NAME[telnetd] = "${sbindir}/telnetd" | 141 | ALTERNATIVE_LINK_NAME[telnetd] = "${sbindir}/telnetd" |
142 | ALTERNATIVE_TARGET[telnetd] = "${sbindir}/in.telnetd" | 142 | ALTERNATIVE_TARGET[telnetd] = "${sbindir}/in.telnetd" |
143 | 143 | ||
144 | ALTERNATIVE:${PN}-inetd= "inetd" | 144 | ALTERNATIVE:${PN}-inetd = "inetd" |
145 | ALTERNATIVE:${PN}-traceroute = "traceroute" | 145 | ALTERNATIVE:${PN}-traceroute = "traceroute" |
146 | 146 | ||
147 | ALTERNATIVE:${PN}-hostname = "hostname" | 147 | ALTERNATIVE:${PN}-hostname = "hostname" |
diff --git a/meta/recipes-core/coreutils/coreutils_9.5.bb b/meta/recipes-core/coreutils/coreutils_9.5.bb index ae07cba164..5372318312 100644 --- a/meta/recipes-core/coreutils/coreutils_9.5.bb +++ b/meta/recipes-core/coreutils/coreutils_9.5.bb | |||
@@ -60,7 +60,7 @@ bindir_progs = "arch basename chcon cksum comm csplit cut dir dircolors dirname | |||
60 | base_bindir_progs = "cat chgrp chmod chown cp date dd echo false hostname kill ln ls mkdir \ | 60 | base_bindir_progs = "cat chgrp chmod chown cp date dd echo false hostname kill ln ls mkdir \ |
61 | mknod mv pwd rm rmdir sleep stty sync touch true uname stat" | 61 | mknod mv pwd rm rmdir sleep stty sync touch true uname stat" |
62 | 62 | ||
63 | sbindir_progs= "chroot" | 63 | sbindir_progs = "chroot" |
64 | 64 | ||
65 | # Split stdbuf into its own package, so one can include | 65 | # Split stdbuf into its own package, so one can include |
66 | # coreutils-stdbuf without getting the rest of coreutils, but make | 66 | # coreutils-stdbuf without getting the rest of coreutils, but make |
diff --git a/meta/recipes-core/glibc/glibc-package.inc b/meta/recipes-core/glibc/glibc-package.inc index ad34b87929..bba9449d34 100644 --- a/meta/recipes-core/glibc/glibc-package.inc +++ b/meta/recipes-core/glibc/glibc-package.inc | |||
@@ -293,7 +293,7 @@ pkg_postinst:nscd () { | |||
293 | fi | 293 | fi |
294 | fi | 294 | fi |
295 | } | 295 | } |
296 | CONFFILES:nscd="${sysconfdir}/nscd.conf" | 296 | CONFFILES:nscd = "${sysconfdir}/nscd.conf" |
297 | 297 | ||
298 | SYSTEMD_PACKAGES = "nscd" | 298 | SYSTEMD_PACKAGES = "nscd" |
299 | SYSTEMD_SERVICE:nscd = "nscd.service" | 299 | SYSTEMD_SERVICE:nscd = "nscd.service" |
diff --git a/meta/recipes-core/glibc/glibc-y2038-tests_2.40.bb b/meta/recipes-core/glibc/glibc-y2038-tests_2.40.bb index 8ed94386d2..9ea09a4e12 100644 --- a/meta/recipes-core/glibc/glibc-y2038-tests_2.40.bb +++ b/meta/recipes-core/glibc/glibc-y2038-tests_2.40.bb | |||
@@ -31,7 +31,7 @@ RDEPENDS:${PN} = "glibc libgcc sed bash" | |||
31 | RDEPENDS:${PN}-ptest = "${PN}" | 31 | RDEPENDS:${PN}-ptest = "${PN}" |
32 | DEPENDS += "sed" | 32 | DEPENDS += "sed" |
33 | 33 | ||
34 | export oe_srcdir="${exec_prefix}/src/debug/glibc/${PV}/" | 34 | export oe_srcdir = "${exec_prefix}/src/debug/glibc/${PV}/" |
35 | 35 | ||
36 | # Just build tests for target - do not run them | 36 | # Just build tests for target - do not run them |
37 | do_check:append () { | 37 | do_check:append () { |
diff --git a/meta/recipes-core/meta/meta-environment.bb b/meta/recipes-core/meta/meta-environment.bb index 65436bc3e6..e259099313 100644 --- a/meta/recipes-core/meta/meta-environment.bb +++ b/meta/recipes-core/meta/meta-environment.bb | |||
@@ -70,7 +70,7 @@ do_install() { | |||
70 | 70 | ||
71 | PN = "meta-environment-${MACHINE}" | 71 | PN = "meta-environment-${MACHINE}" |
72 | PACKAGES = "${PN}" | 72 | PACKAGES = "${PN}" |
73 | FILES:${PN}= " \ | 73 | FILES:${PN} = " \ |
74 | ${SDKPATH}/* \ | 74 | ${SDKPATH}/* \ |
75 | " | 75 | " |
76 | 76 | ||
diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index 7a695e7e19..4d44a8cda3 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb | |||
@@ -30,7 +30,7 @@ DEPENDS = "virtual/cross-binutils \ | |||
30 | GLIBC_LDSO = "${@get_glibc_loader(d)}" | 30 | GLIBC_LDSO = "${@get_glibc_loader(d)}" |
31 | MUSL_LDSO_ARCH = "${@get_musl_loader_arch(d)}" | 31 | MUSL_LDSO_ARCH = "${@get_musl_loader_arch(d)}" |
32 | 32 | ||
33 | export CROSS_COMPILE="${TARGET_PREFIX}" | 33 | export CROSS_COMPILE = "${TARGET_PREFIX}" |
34 | 34 | ||
35 | LDFLAGS += "-Wl,-soname,libc.so" | 35 | LDFLAGS += "-Wl,-soname,libc.so" |
36 | 36 | ||
diff --git a/meta/recipes-core/newlib/newlib.inc b/meta/recipes-core/newlib/newlib.inc index 668eaa9e96..50113ba433 100644 --- a/meta/recipes-core/newlib/newlib.inc +++ b/meta/recipes-core/newlib/newlib.inc | |||
@@ -17,7 +17,7 @@ LIC_FILES_CHKSUM = " \ | |||
17 | BASEVER = "4.4.0" | 17 | BASEVER = "4.4.0" |
18 | PV = "${BASEVER}+git" | 18 | PV = "${BASEVER}+git" |
19 | SRC_URI = "git://sourceware.org/git/newlib-cygwin.git;protocol=https;branch=main" | 19 | SRC_URI = "git://sourceware.org/git/newlib-cygwin.git;protocol=https;branch=main" |
20 | SRCREV="ad11e2587f83d61357a32c61c36d72ea4f39315e" | 20 | SRCREV = "ad11e2587f83d61357a32c61c36d72ea4f39315e" |
21 | 21 | ||
22 | INHIBIT_DEFAULT_DEPS = "1" | 22 | INHIBIT_DEFAULT_DEPS = "1" |
23 | DEPENDS = "virtual/cross-cc" | 23 | DEPENDS = "virtual/cross-cc" |
diff --git a/meta/recipes-core/os-release/os-release.bb b/meta/recipes-core/os-release/os-release.bb index 93af08c182..e1906d05d8 100644 --- a/meta/recipes-core/os-release/os-release.bb +++ b/meta/recipes-core/os-release/os-release.bb | |||
@@ -38,7 +38,7 @@ PRETTY_NAME = "${DISTRO_NAME} ${VERSION}" | |||
38 | # the CPE. | 38 | # the CPE. |
39 | 39 | ||
40 | CPE_DISTRO ??= "${DISTRO}" | 40 | CPE_DISTRO ??= "${DISTRO}" |
41 | CPE_NAME="cpe:/o:openembedded:${CPE_DISTRO}:${VERSION_ID}" | 41 | CPE_NAME = "cpe:/o:openembedded:${CPE_DISTRO}:${VERSION_ID}" |
42 | 42 | ||
43 | BUILD_ID ?= "${DATETIME}" | 43 | BUILD_ID ?= "${DATETIME}" |
44 | BUILD_ID[vardepsexclude] = "DATETIME" | 44 | BUILD_ID[vardepsexclude] = "DATETIME" |
diff --git a/meta/recipes-core/ovmf/ovmf-shell-image.bb b/meta/recipes-core/ovmf/ovmf-shell-image.bb index 4d7958eb5f..5aafba97e0 100644 --- a/meta/recipes-core/ovmf/ovmf-shell-image.bb +++ b/meta/recipes-core/ovmf/ovmf-shell-image.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "boot image with UEFI shell and tools" | 1 | SUMMARY = "boot image with UEFI shell and tools" |
2 | COMPATIBLE_HOST:class-target='(i.86|x86_64).*' | 2 | COMPATIBLE_HOST:class-target = '(i.86|x86_64).*' |
3 | 3 | ||
4 | # For this image recipe, only the wic format with a | 4 | # For this image recipe, only the wic format with a |
5 | # single vfat partition makes sense. Because we have no | 5 | # single vfat partition makes sense. Because we have no |
diff --git a/meta/recipes-core/ovmf/ovmf_git.bb b/meta/recipes-core/ovmf/ovmf_git.bb index 9aa831badc..559c86b546 100644 --- a/meta/recipes-core/ovmf/ovmf_git.bb +++ b/meta/recipes-core/ovmf/ovmf_git.bb | |||
@@ -52,13 +52,13 @@ S = "${WORKDIR}/git" | |||
52 | 52 | ||
53 | DEPENDS = "nasm-native acpica-native ovmf-native util-linux-native" | 53 | DEPENDS = "nasm-native acpica-native ovmf-native util-linux-native" |
54 | 54 | ||
55 | EDK_TOOLS_DIR="edk2_basetools" | 55 | EDK_TOOLS_DIR = "edk2_basetools" |
56 | 56 | ||
57 | # OVMF has trouble building with the default optimization of -O2. | 57 | # OVMF has trouble building with the default optimization of -O2. |
58 | BUILD_OPTIMIZATION = "" | 58 | BUILD_OPTIMIZATION = "" |
59 | 59 | ||
60 | # OVMF supports IA only, although it could conceivably support ARM someday. | 60 | # OVMF supports IA only, although it could conceivably support ARM someday. |
61 | COMPATIBLE_HOST:class-target='(i.86|x86_64).*' | 61 | COMPATIBLE_HOST:class-target = '(i.86|x86_64).*' |
62 | 62 | ||
63 | # Additional build flags for OVMF with Secure Boot. | 63 | # Additional build flags for OVMF with Secure Boot. |
64 | # Fedora also uses "-D SMM_REQUIRE -D EXCLUDE_SHELL_FROM_FD". | 64 | # Fedora also uses "-D SMM_REQUIRE -D EXCLUDE_SHELL_FROM_FD". |
@@ -139,7 +139,7 @@ fix_toolchain:append:class-native() { | |||
139 | export NASM_PREFIX_MAP = "--debug-prefix-map=${WORKDIR}=${TARGET_DBGSRC_DIR}" | 139 | export NASM_PREFIX_MAP = "--debug-prefix-map=${WORKDIR}=${TARGET_DBGSRC_DIR}" |
140 | export GCC_PREFIX_MAP = "${DEBUG_PREFIX_MAP} -Wno-stringop-overflow -Wno-maybe-uninitialized" | 140 | export GCC_PREFIX_MAP = "${DEBUG_PREFIX_MAP} -Wno-stringop-overflow -Wno-maybe-uninitialized" |
141 | 141 | ||
142 | GCC_VER="$(${CC} -v 2>&1 | tail -n1 | awk '{print $3}')" | 142 | GCC_VER = "$(${CC} -v 2>&1 | tail -n1 | awk '{print $3}')" |
143 | 143 | ||
144 | fixup_target_tools() { | 144 | fixup_target_tools() { |
145 | case ${1} in | 145 | case ${1} in |
diff --git a/meta/recipes-core/packagegroups/packagegroup-rust-cross-canadian.bb b/meta/recipes-core/packagegroups/packagegroup-rust-cross-canadian.bb index bb10a2d34f..7e220d2cce 100644 --- a/meta/recipes-core/packagegroups/packagegroup-rust-cross-canadian.bb +++ b/meta/recipes-core/packagegroups/packagegroup-rust-cross-canadian.bb | |||
@@ -5,7 +5,7 @@ inherit cross-canadian packagegroup | |||
5 | 5 | ||
6 | PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1" | 6 | PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1" |
7 | 7 | ||
8 | RUST="rust-cross-canadian-${TRANSLATED_TARGET_ARCH}" | 8 | RUST = "rust-cross-canadian-${TRANSLATED_TARGET_ARCH}" |
9 | 9 | ||
10 | RDEPENDS:${PN} = " \ | 10 | RDEPENDS:${PN} = " \ |
11 | ${@all_multilib_tune_values(d, 'RUST')} \ | 11 | ${@all_multilib_tune_values(d, 'RUST')} \ |
diff --git a/meta/recipes-core/picolibc/picolibc.inc b/meta/recipes-core/picolibc/picolibc.inc index 3b380fe7af..640be819a3 100644 --- a/meta/recipes-core/picolibc/picolibc.inc +++ b/meta/recipes-core/picolibc/picolibc.inc | |||
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = " \ | |||
15 | BASEVER = "1.8.6" | 15 | BASEVER = "1.8.6" |
16 | PV = "${BASEVER}+git" | 16 | PV = "${BASEVER}+git" |
17 | SRC_URI = "git://github.com/picolibc/picolibc.git;protocol=https;branch=main" | 17 | SRC_URI = "git://github.com/picolibc/picolibc.git;protocol=https;branch=main" |
18 | SRCREV="764ef4e401a8f4c6a86ab723533841f072885a5b" | 18 | SRCREV = "764ef4e401a8f4c6a86ab723533841f072885a5b" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
21 | B = "${WORKDIR}/build" | 21 | B = "${WORKDIR}/build" |
diff --git a/meta/recipes-devtools/binutils/binutils-2.43.1.inc b/meta/recipes-devtools/binutils/binutils-2.43.1.inc index 4a8666b433..daaae77545 100644 --- a/meta/recipes-devtools/binutils/binutils-2.43.1.inc +++ b/meta/recipes-devtools/binutils/binutils-2.43.1.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | LIC_FILES_CHKSUM="\ | 1 | LIC_FILES_CHKSUM = "\ |
2 | file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552\ | 2 | file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552\ |
3 | file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674\ | 3 | file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674\ |
4 | file://COPYING3;md5=d32239bcb673463ab874e80d47fae504\ | 4 | file://COPYING3;md5=d32239bcb673463ab874e80d47fae504\ |
diff --git a/meta/recipes-devtools/cmake/cmake_3.31.4.bb b/meta/recipes-devtools/cmake/cmake_3.31.4.bb index 9146fa8c0f..7d8b8cac65 100644 --- a/meta/recipes-devtools/cmake/cmake_3.31.4.bb +++ b/meta/recipes-devtools/cmake/cmake_3.31.4.bb | |||
@@ -33,7 +33,7 @@ python () { | |||
33 | d.setVar("docdir_stripped", docdir_stripped) | 33 | d.setVar("docdir_stripped", docdir_stripped) |
34 | } | 34 | } |
35 | 35 | ||
36 | EXTRA_OECMAKE=" \ | 36 | EXTRA_OECMAKE = " \ |
37 | -DCMAKE_DOC_DIR=${docdir_stripped}/cmake-${CMAKE_MAJOR_VERSION} \ | 37 | -DCMAKE_DOC_DIR=${docdir_stripped}/cmake-${CMAKE_MAJOR_VERSION} \ |
38 | -DCMAKE_USE_SYSTEM_LIBRARIES=1 \ | 38 | -DCMAKE_USE_SYSTEM_LIBRARIES=1 \ |
39 | -DCMAKE_USE_SYSTEM_LIBRARY_JSONCPP=0 \ | 39 | -DCMAKE_USE_SYSTEM_LIBRARY_JSONCPP=0 \ |
diff --git a/meta/recipes-devtools/icecc-toolchain/nativesdk-icecc-toolchain_0.1.bb b/meta/recipes-devtools/icecc-toolchain/nativesdk-icecc-toolchain_0.1.bb index d03d8adcb0..a7f5fc4cb4 100644 --- a/meta/recipes-devtools/icecc-toolchain/nativesdk-icecc-toolchain_0.1.bb +++ b/meta/recipes-devtools/icecc-toolchain/nativesdk-icecc-toolchain_0.1.bb | |||
@@ -14,7 +14,7 @@ SRC_URI = "\ | |||
14 | 14 | ||
15 | inherit nativesdk | 15 | inherit nativesdk |
16 | 16 | ||
17 | ENV_NAME="${DISTRO}-${TCLIBC}-${SDK_ARCH}-@TARGET_PREFIX@${DISTRO_VERSION}.tar.gz" | 17 | ENV_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-@TARGET_PREFIX@${DISTRO_VERSION}.tar.gz" |
18 | 18 | ||
19 | do_compile() { | 19 | do_compile() { |
20 | } | 20 | } |
diff --git a/meta/recipes-devtools/libtool/libtool-2.5.4.inc b/meta/recipes-devtools/libtool/libtool-2.5.4.inc index 6b533a0d00..4d9a822de2 100644 --- a/meta/recipes-devtools/libtool/libtool-2.5.4.inc +++ b/meta/recipes-devtools/libtool/libtool-2.5.4.inc | |||
@@ -33,4 +33,4 @@ FILES:${PN} += "${datadir}/aclocal" | |||
33 | FILES:${PN}-dev:remove = "${datadir}/aclocal" | 33 | FILES:${PN}-dev:remove = "${datadir}/aclocal" |
34 | FILES:libltdl = "${libdir}/libltdl${SOLIBS}" | 34 | FILES:libltdl = "${libdir}/libltdl${SOLIBS}" |
35 | 35 | ||
36 | export CONFIG_SHELL="/bin/bash" | 36 | export CONFIG_SHELL = "/bin/bash" |
diff --git a/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb b/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb index 17072ece07..1f312b00e1 100644 --- a/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb +++ b/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb | |||
@@ -39,4 +39,4 @@ do_install_ptest() { | |||
39 | RDEPENDS:${PN} += "perl-module-carp perl-module-file-spec" | 39 | RDEPENDS:${PN} += "perl-module-carp perl-module-file-spec" |
40 | RDEPENDS:${PN}-ptest += "perl-module-filehandle perl-module-if perl-module-test perl-module-test-more" | 40 | RDEPENDS:${PN}-ptest += "perl-module-filehandle perl-module-if perl-module-test perl-module-test-more" |
41 | 41 | ||
42 | BBCLASSEXTEND="native nativesdk" | 42 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/python/python3-attrs_24.3.0.bb b/meta/recipes-devtools/python/python3-attrs_24.3.0.bb index edb99fafce..91fa418e7c 100644 --- a/meta/recipes-devtools/python/python3-attrs_24.3.0.bb +++ b/meta/recipes-devtools/python/python3-attrs_24.3.0.bb | |||
@@ -12,7 +12,7 @@ DEPENDS += " \ | |||
12 | python3-hatch-fancy-pypi-readme-native \ | 12 | python3-hatch-fancy-pypi-readme-native \ |
13 | " | 13 | " |
14 | 14 | ||
15 | RDEPENDS:${PN}+= " \ | 15 | RDEPENDS:${PN} += " \ |
16 | python3-compression \ | 16 | python3-compression \ |
17 | python3-crypt \ | 17 | python3-crypt \ |
18 | " | 18 | " |
diff --git a/meta/recipes-devtools/python/python3-pygobject_3.50.0.bb b/meta/recipes-devtools/python/python3-pygobject_3.50.0.bb index 23beff94e7..533c2e02aa 100644 --- a/meta/recipes-devtools/python/python3-pygobject_3.50.0.bb +++ b/meta/recipes-devtools/python/python3-pygobject_3.50.0.bb | |||
@@ -16,7 +16,7 @@ python() { | |||
16 | 16 | ||
17 | DEPENDS += "python3 glib-2.0" | 17 | DEPENDS += "python3 glib-2.0" |
18 | 18 | ||
19 | SRCNAME="pygobject" | 19 | SRCNAME = "pygobject" |
20 | 20 | ||
21 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${SRCNAME}/${@gnome_verdir("${PV}")}/${SRCNAME}-${PV}.tar.xz" | 21 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${SRCNAME}/${@gnome_verdir("${PV}")}/${SRCNAME}-${PV}.tar.xz" |
22 | SRC_URI[sha256sum] = "8d836e75b5a881d457ee1622cae4a32bcdba28a0ba562193adb3bbb472472212" | 22 | SRC_URI[sha256sum] = "8d836e75b5a881d457ee1622cae4a32bcdba28a0ba562193adb3bbb472472212" |
diff --git a/meta/recipes-devtools/python/python3_3.13.1.bb b/meta/recipes-devtools/python/python3_3.13.1.bb index b2eaf9f439..d7a3bcc4bb 100644 --- a/meta/recipes-devtools/python/python3_3.13.1.bb +++ b/meta/recipes-devtools/python/python3_3.13.1.bb | |||
@@ -93,7 +93,7 @@ EXTRA_OECONF:append:class-native = " --bindir=${bindir}/${PN}" | |||
93 | EXTRA_OECONF:append:class-target = " --with-build-python=nativepython3" | 93 | EXTRA_OECONF:append:class-target = " --with-build-python=nativepython3" |
94 | EXTRA_OECONF:append:class-nativesdk = " --with-build-python=nativepython3" | 94 | EXTRA_OECONF:append:class-nativesdk = " --with-build-python=nativepython3" |
95 | 95 | ||
96 | export CROSSPYTHONPATH="${STAGING_LIBDIR_NATIVE}/python${PYTHON_MAJMIN}/lib-dynload/" | 96 | export CROSSPYTHONPATH = "${STAGING_LIBDIR_NATIVE}/python${PYTHON_MAJMIN}/lib-dynload/" |
97 | 97 | ||
98 | EXTRANATIVEPATH += "python3-native" | 98 | EXTRANATIVEPATH += "python3-native" |
99 | 99 | ||
diff --git a/meta/recipes-devtools/rust/rust_1.81.0.bb b/meta/recipes-devtools/rust/rust_1.81.0.bb index fe8a81e7ae..288b0fbb44 100644 --- a/meta/recipes-devtools/rust/rust_1.81.0.bb +++ b/meta/recipes-devtools/rust/rust_1.81.0.bb | |||
@@ -31,7 +31,7 @@ S = "${RUSTSRC}" | |||
31 | RUST_CHANNEL ?= "stable" | 31 | RUST_CHANNEL ?= "stable" |
32 | PV .= "${@bb.utils.contains('RUST_CHANNEL', 'stable', '', '-${RUST_CHANNEL}', d)}" | 32 | PV .= "${@bb.utils.contains('RUST_CHANNEL', 'stable', '', '-${RUST_CHANNEL}', d)}" |
33 | 33 | ||
34 | export FORCE_CRATE_HASH="${BB_TASKHASH}" | 34 | export FORCE_CRATE_HASH = "${BB_TASKHASH}" |
35 | 35 | ||
36 | RUST_ALTERNATE_EXE_PATH ?= "${STAGING_LIBDIR}/llvm-rust/bin/llvm-config" | 36 | RUST_ALTERNATE_EXE_PATH ?= "${STAGING_LIBDIR}/llvm-rust/bin/llvm-config" |
37 | RUST_ALTERNATE_EXE_PATH_NATIVE = "${STAGING_LIBDIR_NATIVE}/llvm-rust/bin/llvm-config" | 37 | RUST_ALTERNATE_EXE_PATH_NATIVE = "${STAGING_LIBDIR_NATIVE}/llvm-rust/bin/llvm-config" |
diff --git a/meta/recipes-extended/asciidoc/asciidoc_10.2.1.bb b/meta/recipes-extended/asciidoc/asciidoc_10.2.1.bb index 1065acdb8e..0360a342b4 100644 --- a/meta/recipes-extended/asciidoc/asciidoc_10.2.1.bb +++ b/meta/recipes-extended/asciidoc/asciidoc_10.2.1.bb | |||
@@ -18,7 +18,7 @@ S = "${WORKDIR}/git" | |||
18 | 18 | ||
19 | # Tell xmllint where to find the DocBook XML catalogue, because right now it | 19 | # Tell xmllint where to find the DocBook XML catalogue, because right now it |
20 | # opens /etc/xml/catalog on the host. Depends on auto-catalogs.patch | 20 | # opens /etc/xml/catalog on the host. Depends on auto-catalogs.patch |
21 | export SGML_CATALOG_FILES="file://${STAGING_ETCDIR_NATIVE}/xml/catalog" | 21 | export SGML_CATALOG_FILES = "file://${STAGING_ETCDIR_NATIVE}/xml/catalog" |
22 | 22 | ||
23 | inherit setuptools3 | 23 | inherit setuptools3 |
24 | CLEANBROKEN = "1" | 24 | CLEANBROKEN = "1" |
diff --git a/meta/recipes-extended/baremetal-example/baremetal-helloworld_git.bb b/meta/recipes-extended/baremetal-example/baremetal-helloworld_git.bb index 6832ccc541..0e873604a4 100644 --- a/meta/recipes-extended/baremetal-example/baremetal-helloworld_git.bb +++ b/meta/recipes-extended/baremetal-example/baremetal-helloworld_git.bb | |||
@@ -8,7 +8,7 @@ SRCREV = "db2bf750eaef7fc0832e13ada8291343bbcc3afe" | |||
8 | PV = "0.1+git" | 8 | PV = "0.1+git" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/ahcbb6/baremetal-helloqemu.git;protocol=https;branch=master" | 10 | SRC_URI = "git://github.com/ahcbb6/baremetal-helloqemu.git;protocol=https;branch=master" |
11 | UPSTREAM_VERSION_UNKNOWN="1" | 11 | UPSTREAM_VERSION_UNKNOWN = "1" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
diff --git a/meta/recipes-extended/go-examples/go-helloworld_0.1.bb b/meta/recipes-extended/go-examples/go-helloworld_0.1.bb index 1e911e1694..f21cfbdf27 100644 --- a/meta/recipes-extended/go-examples/go-helloworld_0.1.bb +++ b/meta/recipes-extended/go-examples/go-helloworld_0.1.bb | |||
@@ -12,7 +12,7 @@ UPSTREAM_CHECK_COMMITS = "1" | |||
12 | GO_IMPORT = "golang.org/x/example" | 12 | GO_IMPORT = "golang.org/x/example" |
13 | GO_INSTALL = "${GO_IMPORT}/hello" | 13 | GO_INSTALL = "${GO_IMPORT}/hello" |
14 | 14 | ||
15 | export GO111MODULE="off" | 15 | export GO111MODULE = "off" |
16 | 16 | ||
17 | inherit go | 17 | inherit go |
18 | 18 | ||
diff --git a/meta/recipes-extended/gzip/gzip.inc b/meta/recipes-extended/gzip/gzip.inc index 62b3e2f4f9..12232dd4da 100644 --- a/meta/recipes-extended/gzip/gzip.inc +++ b/meta/recipes-extended/gzip/gzip.inc | |||
@@ -5,7 +5,7 @@ HOMEPAGE = "http://www.gnu.org/software/gzip/" | |||
5 | SECTION = "console/utils" | 5 | SECTION = "console/utils" |
6 | 6 | ||
7 | inherit autotools texinfo | 7 | inherit autotools texinfo |
8 | export DEFS="NO_ASM" | 8 | export DEFS = "NO_ASM" |
9 | 9 | ||
10 | EXTRA_OEMAKE:class-target = "GREP=${base_bindir}/grep" | 10 | EXTRA_OEMAKE:class-target = "GREP=${base_bindir}/grep" |
11 | EXTRA_OEMAKE:append:class-nativesdk = " GREP=grep" | 11 | EXTRA_OEMAKE:append:class-nativesdk = " GREP=grep" |
@@ -30,4 +30,4 @@ ALTERNATIVE_LINK_NAME[gunzip] = "${base_bindir}/gunzip" | |||
30 | ALTERNATIVE_LINK_NAME[gzip] = "${base_bindir}/gzip" | 30 | ALTERNATIVE_LINK_NAME[gzip] = "${base_bindir}/gzip" |
31 | ALTERNATIVE_LINK_NAME[zcat] = "${base_bindir}/zcat" | 31 | ALTERNATIVE_LINK_NAME[zcat] = "${base_bindir}/zcat" |
32 | 32 | ||
33 | export CONFIG_SHELL="/bin/sh" | 33 | export CONFIG_SHELL = "/bin/sh" |
diff --git a/meta/recipes-extended/logrotate/logrotate_3.22.0.bb b/meta/recipes-extended/logrotate/logrotate_3.22.0.bb index ac14f30051..5c4a0a9807 100644 --- a/meta/recipes-extended/logrotate/logrotate_3.22.0.bb +++ b/meta/recipes-extended/logrotate/logrotate_3.22.0.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "GPL-2.0-only" | |||
6 | 6 | ||
7 | # TODO: Document coreutils dependency. Why not RDEPENDS? Why not busybox? | 7 | # TODO: Document coreutils dependency. Why not RDEPENDS? Why not busybox? |
8 | 8 | ||
9 | DEPENDS="coreutils popt" | 9 | DEPENDS = "coreutils popt" |
10 | 10 | ||
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
12 | 12 | ||
diff --git a/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb b/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb index 568268d886..b7e4c8b223 100644 --- a/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb +++ b/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb | |||
@@ -23,5 +23,5 @@ inherit cpan ptest-perl | |||
23 | 23 | ||
24 | RDEPENDS:${PN}-ptest += "perl-module-test-more" | 24 | RDEPENDS:${PN}-ptest += "perl-module-test-more" |
25 | 25 | ||
26 | BBCLASSEXTEND="native nativesdk" | 26 | BBCLASSEXTEND = "native nativesdk" |
27 | 27 | ||
diff --git a/meta/recipes-extended/shadow/shadow_4.17.1.bb b/meta/recipes-extended/shadow/shadow_4.17.1.bb index a70ecea1f2..7c89062646 100644 --- a/meta/recipes-extended/shadow/shadow_4.17.1.bb +++ b/meta/recipes-extended/shadow/shadow_4.17.1.bb | |||
@@ -39,7 +39,7 @@ PAM_SRC_URI = "file://pam.d/chfn \ | |||
39 | 39 | ||
40 | inherit autotools gettext github-releases pkgconfig | 40 | inherit autotools gettext github-releases pkgconfig |
41 | 41 | ||
42 | export CONFIG_SHELL="/bin/sh" | 42 | export CONFIG_SHELL = "/bin/sh" |
43 | 43 | ||
44 | EXTRA_OECONF += " \ | 44 | EXTRA_OECONF += " \ |
45 | --with-group-name-max-length=24 \ | 45 | --with-group-name-max-length=24 \ |
diff --git a/meta/recipes-extended/timezone/timezone.inc b/meta/recipes-extended/timezone/timezone.inc index f1dbd7ba81..ca9e29f72d 100644 --- a/meta/recipes-extended/timezone/timezone.inc +++ b/meta/recipes-extended/timezone/timezone.inc | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c679c9d6b02bc2757b3eaf8f53c43fba" | |||
8 | 8 | ||
9 | PV = "2025a" | 9 | PV = "2025a" |
10 | 10 | ||
11 | SRC_URI =" http://www.iana.org/time-zones/repository/releases/tzcode${PV}.tar.gz;name=tzcode;subdir=tz \ | 11 | SRC_URI = "http://www.iana.org/time-zones/repository/releases/tzcode${PV}.tar.gz;name=tzcode;subdir=tz \ |
12 | http://www.iana.org/time-zones/repository/releases/tzdata${PV}.tar.gz;name=tzdata;subdir=tz \ | 12 | http://www.iana.org/time-zones/repository/releases/tzdata${PV}.tar.gz;name=tzdata;subdir=tz \ |
13 | " | 13 | " |
14 | 14 | ||
diff --git a/meta/recipes-gnome/libadwaita/libadwaita_1.6.2.bb b/meta/recipes-gnome/libadwaita/libadwaita_1.6.2.bb index 8cb32814cb..d24025acd0 100644 --- a/meta/recipes-gnome/libadwaita/libadwaita_1.6.2.bb +++ b/meta/recipes-gnome/libadwaita/libadwaita_1.6.2.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Building blocks for modern GNOME applications" | 1 | SUMMARY = "Building blocks for modern GNOME applications" |
2 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/libadwaita" | 2 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/libadwaita" |
3 | LICENSE="LGPL-2.1-or-later" | 3 | LICENSE = "LGPL-2.1-or-later" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
5 | 5 | ||
6 | DEPENDS = " \ | 6 | DEPENDS = " \ |
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index b3c595b767..a3f7a0740b 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc | |||
@@ -112,10 +112,10 @@ VULKAN_DRIVERS:append:x86 = ",intel,amd" | |||
112 | VULKAN_DRIVERS:append:x86-64 = ",intel,amd" | 112 | VULKAN_DRIVERS:append:x86-64 = ",intel,amd" |
113 | # i686 is a 32 bit override for mesa-native | 113 | # i686 is a 32 bit override for mesa-native |
114 | VULKAN_DRIVERS:append:i686 = ",intel,amd" | 114 | VULKAN_DRIVERS:append:i686 = ",intel,amd" |
115 | VULKAN_DRIVERS:append ="${@bb.utils.contains('PACKAGECONFIG', 'freedreno', ',freedreno', '', d)}" | 115 | VULKAN_DRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'freedreno', ',freedreno', '', d)}" |
116 | VULKAN_DRIVERS:append ="${@bb.utils.contains('PACKAGECONFIG', 'broadcom', ',broadcom', '', d)}" | 116 | VULKAN_DRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'broadcom', ',broadcom', '', d)}" |
117 | VULKAN_DRIVERS:append ="${@bb.utils.contains('PACKAGECONFIG', 'gallium-llvm', ',swrast', '', d)}" | 117 | VULKAN_DRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'gallium-llvm', ',swrast', '', d)}" |
118 | VULKAN_DRIVERS:append ="${@bb.utils.contains('PACKAGECONFIG', 'imagination', ',imagination-experimental', '', d)}" | 118 | VULKAN_DRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'imagination', ',imagination-experimental', '', d)}" |
119 | PACKAGECONFIG[vulkan] = "-Dvulkan-drivers=${@strip_comma('${VULKAN_DRIVERS}')}, -Dvulkan-drivers='',glslang-native vulkan-loader vulkan-headers" | 119 | PACKAGECONFIG[vulkan] = "-Dvulkan-drivers=${@strip_comma('${VULKAN_DRIVERS}')}, -Dvulkan-drivers='',glslang-native vulkan-loader vulkan-headers" |
120 | 120 | ||
121 | # mesa development and testing tools support, per driver | 121 | # mesa development and testing tools support, per driver |
@@ -165,12 +165,12 @@ GALLIUMDRIVERS:append:x86-64 = ",i915,iris,crocus" | |||
165 | # i686 is a 32 bit override for mesa-native | 165 | # i686 is a 32 bit override for mesa-native |
166 | GALLIUMDRIVERS:append:i686 = ",i915,iris,crocus" | 166 | GALLIUMDRIVERS:append:i686 = ",i915,iris,crocus" |
167 | 167 | ||
168 | GALLIUMDRIVERS:append ="${@bb.utils.contains('PACKAGECONFIG', 'etnaviv', ',etnaviv', '', d)}" | 168 | GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'etnaviv', ',etnaviv', '', d)}" |
169 | GALLIUMDRIVERS:append ="${@bb.utils.contains('PACKAGECONFIG', 'freedreno', ',freedreno', '', d)}" | 169 | GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'freedreno', ',freedreno', '', d)}" |
170 | GALLIUMDRIVERS:append ="${@bb.utils.contains('PACKAGECONFIG', 'kmsro', ',kmsro', '', d)}" | 170 | GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'kmsro', ',kmsro', '', d)}" |
171 | GALLIUMDRIVERS:append ="${@bb.utils.contains('PACKAGECONFIG', 'vc4', ',vc4', '', d)}" | 171 | GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'vc4', ',vc4', '', d)}" |
172 | GALLIUMDRIVERS:append ="${@bb.utils.contains('PACKAGECONFIG', 'v3d', ',v3d', '', d)}" | 172 | GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'v3d', ',v3d', '', d)}" |
173 | GALLIUMDRIVERS:append ="${@bb.utils.contains('PACKAGECONFIG', 'zink', ',zink', '', d)}" | 173 | GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'zink', ',zink', '', d)}" |
174 | 174 | ||
175 | # radeonsi requires LLVM | 175 | # radeonsi requires LLVM |
176 | GALLIUMDRIVERS_RADEONSI = "${@bb.utils.contains('PACKAGECONFIG', 'r600', ',radeonsi', '', d)}" | 176 | GALLIUMDRIVERS_RADEONSI = "${@bb.utils.contains('PACKAGECONFIG', 'r600', ',radeonsi', '', d)}" |
@@ -196,13 +196,13 @@ PACKAGECONFIG[vdpau] = "-Dgallium-vdpau=enabled,-Dgallium-vdpau=disabled,libvdpa | |||
196 | PACKAGECONFIG[imagination] = "-Dimagination-srv=true,-Dimagination-srv=false" | 196 | PACKAGECONFIG[imagination] = "-Dimagination-srv=true,-Dimagination-srv=false" |
197 | 197 | ||
198 | PACKAGECONFIG[lima] = "" | 198 | PACKAGECONFIG[lima] = "" |
199 | GALLIUMDRIVERS:append ="${@bb.utils.contains('PACKAGECONFIG', 'lima', ',lima', '', d)}" | 199 | GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'lima', ',lima', '', d)}" |
200 | 200 | ||
201 | PACKAGECONFIG[panfrost] = "" | 201 | PACKAGECONFIG[panfrost] = "" |
202 | GALLIUMDRIVERS:append ="${@bb.utils.contains('PACKAGECONFIG', 'panfrost', ',panfrost', '', d)}" | 202 | GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'panfrost', ',panfrost', '', d)}" |
203 | 203 | ||
204 | PACKAGECONFIG[tegra] = "" | 204 | PACKAGECONFIG[tegra] = "" |
205 | GALLIUMDRIVERS:append ="${@bb.utils.contains('PACKAGECONFIG', 'tegra', ',tegra,nouveau', '', d)}" | 205 | GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'tegra', ',tegra,nouveau', '', d)}" |
206 | 206 | ||
207 | PACKAGECONFIG[vulkan-beta] = "-Dvulkan-beta=true,-Dvulkan-beta=false" | 207 | PACKAGECONFIG[vulkan-beta] = "-Dvulkan-beta=true,-Dvulkan-beta=false" |
208 | 208 | ||
diff --git a/meta/recipes-graphics/xorg-lib/xcb-util-errors_1.0.1.bb b/meta/recipes-graphics/xorg-lib/xcb-util-errors_1.0.1.bb index dd76275b67..1f6e63d37c 100644 --- a/meta/recipes-graphics/xorg-lib/xcb-util-errors_1.0.1.bb +++ b/meta/recipes-graphics/xorg-lib/xcb-util-errors_1.0.1.bb | |||
@@ -4,7 +4,7 @@ SUMMARY = "xcb-util-errors gives human readable names to error codes and event c | |||
4 | 4 | ||
5 | DEPENDS += "xcb-util xorgproto" | 5 | DEPENDS += "xcb-util xorgproto" |
6 | 6 | ||
7 | export PYTHON="python3" | 7 | export PYTHON = "python3" |
8 | 8 | ||
9 | LICENSE = "MIT" | 9 | LICENSE = "MIT" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=c90ee77011043c608617f5323a523726" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=c90ee77011043c608617f5323a523726" |
diff --git a/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb b/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb index 3f56e21a55..d79dc23f1b 100644 --- a/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb +++ b/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb | |||
@@ -17,7 +17,7 @@ PACKAGECONFIG ??= "" | |||
17 | PACKAGECONFIG[legacy] = "-Dlegacy=true,-Dlegacy=false" | 17 | PACKAGECONFIG[legacy] = "-Dlegacy=true,-Dlegacy=false" |
18 | 18 | ||
19 | # Datadir only used to install pc files, $datadir/pkgconfig | 19 | # Datadir only used to install pc files, $datadir/pkgconfig |
20 | datadir="${libdir}" | 20 | datadir = "${libdir}" |
21 | # ${PN} is empty so we need to tweak -dev and -dbg package dependencies | 21 | # ${PN} is empty so we need to tweak -dev and -dbg package dependencies |
22 | DEV_PKG_DEPENDENCY = "" | 22 | DEV_PKG_DEPENDENCY = "" |
23 | RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" | 23 | RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" |
diff --git a/meta/recipes-kernel/cryptodev/cryptodev-module_1.14.bb b/meta/recipes-kernel/cryptodev/cryptodev-module_1.14.bb index 6fb75675bb..88d76c9d23 100644 --- a/meta/recipes-kernel/cryptodev/cryptodev-module_1.14.bb +++ b/meta/recipes-kernel/cryptodev/cryptodev-module_1.14.bb | |||
@@ -7,7 +7,7 @@ inherit module | |||
7 | # Header file provided by a separate package | 7 | # Header file provided by a separate package |
8 | DEPENDS += "cryptodev-linux" | 8 | DEPENDS += "cryptodev-linux" |
9 | 9 | ||
10 | EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"' | 10 | EXTRA_OEMAKE = 'KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"' |
11 | 11 | ||
12 | RCONFLICTS:${PN} = "ocf-linux" | 12 | RCONFLICTS:${PN} = "ocf-linux" |
13 | RREPLACES:${PN} = "ocf-linux" | 13 | RREPLACES:${PN} = "ocf-linux" |
diff --git a/meta/recipes-kernel/cryptodev/cryptodev-tests_1.14.bb b/meta/recipes-kernel/cryptodev/cryptodev-tests_1.14.bb index f6a286e1b7..2cbee8a348 100644 --- a/meta/recipes-kernel/cryptodev/cryptodev-tests_1.14.bb +++ b/meta/recipes-kernel/cryptodev/cryptodev-tests_1.14.bb | |||
@@ -4,7 +4,7 @@ SUMMARY = "A test suite for /dev/crypto device driver" | |||
4 | 4 | ||
5 | DEPENDS += "openssl" | 5 | DEPENDS += "openssl" |
6 | 6 | ||
7 | EXTRA_OEMAKE='KERNEL_DIR="${STAGING_EXECPREFIXDIR}" PREFIX="${D}"' | 7 | EXTRA_OEMAKE = 'KERNEL_DIR="${STAGING_EXECPREFIXDIR}" PREFIX="${D}"' |
8 | 8 | ||
9 | do_compile() { | 9 | do_compile() { |
10 | oe_runmake tests | 10 | oe_runmake tests |
diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20250109.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20250109.bb index f0b710a6cc..3d22b25ef0 100644 --- a/meta/recipes-kernel/linux-firmware/linux-firmware_20250109.bb +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20250109.bb | |||
@@ -1130,7 +1130,7 @@ RDEPENDS:${PN}-nxpiw612-sdio += "${PN}-nxp-license" | |||
1130 | LICENSE:${PN}-nxp-mc = "Firmware-nxp_mc_firmware" | 1130 | LICENSE:${PN}-nxp-mc = "Firmware-nxp_mc_firmware" |
1131 | LICENSE:${PN}-nxp-mc-license = "Firmware-nxp_mc_firmware" | 1131 | LICENSE:${PN}-nxp-mc-license = "Firmware-nxp_mc_firmware" |
1132 | 1132 | ||
1133 | FILES:${PN}-nxp-mc= "${nonarch_base_libdir}/firmware/dpaa2/mc/*" | 1133 | FILES:${PN}-nxp-mc = "${nonarch_base_libdir}/firmware/dpaa2/mc/*" |
1134 | FILES:${PN}-nxp-mc-license = " \ | 1134 | FILES:${PN}-nxp-mc-license = " \ |
1135 | ${nonarch_base_libdir}/firmware/LICENSE.nxp_mc_firmware \ | 1135 | ${nonarch_base_libdir}/firmware/LICENSE.nxp_mc_firmware \ |
1136 | " | 1136 | " |
@@ -1711,7 +1711,7 @@ RDEPENDS:${PN}-ibt-18 = "${PN}-ibt-license" | |||
1711 | RDEPENDS:${PN}-ibt-20 = "${PN}-ibt-license" | 1711 | RDEPENDS:${PN}-ibt-20 = "${PN}-ibt-license" |
1712 | RDEPENDS:${PN}-ibt-misc = "${PN}-ibt-license" | 1712 | RDEPENDS:${PN}-ibt-misc = "${PN}-ibt-license" |
1713 | 1713 | ||
1714 | ALLOW_EMPTY:${PN}-ibt= "1" | 1714 | ALLOW_EMPTY:${PN}-ibt = "1" |
1715 | ALLOW_EMPTY:${PN}-ibt-misc = "1" | 1715 | ALLOW_EMPTY:${PN}-ibt-misc = "1" |
1716 | 1716 | ||
1717 | LICENSE:${PN}-i915 = "Firmware-i915" | 1717 | LICENSE:${PN}-i915 = "Firmware-i915" |
diff --git a/meta/recipes-kernel/linux/kernel-devsrc.bb b/meta/recipes-kernel/linux/kernel-devsrc.bb index 5d706c038f..935e3f45dd 100644 --- a/meta/recipes-kernel/linux/kernel-devsrc.bb +++ b/meta/recipes-kernel/linux/kernel-devsrc.bb | |||
@@ -32,7 +32,7 @@ B = "${STAGING_KERNEL_BUILDDIR}" | |||
32 | 32 | ||
33 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 33 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
34 | 34 | ||
35 | KERNEL_BUILD_ROOT="${nonarch_base_libdir}/modules/" | 35 | KERNEL_BUILD_ROOT = "${nonarch_base_libdir}/modules/" |
36 | 36 | ||
37 | do_install() { | 37 | do_install() { |
38 | kerneldir=${D}${KERNEL_BUILD_ROOT}${KERNEL_VERSION} | 38 | kerneldir=${D}${KERNEL_BUILD_ROOT}${KERNEL_VERSION} |
diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb b/meta/recipes-kernel/linux/linux-yocto-dev.bb index 49e6dbfd1f..f4ffd57f69 100644 --- a/meta/recipes-kernel/linux/linux-yocto-dev.bb +++ b/meta/recipes-kernel/linux/linux-yocto-dev.bb | |||
@@ -51,9 +51,9 @@ KERNEL_DEVICETREE:qemuarmv5 = "arm/versatile-pb.dtb" | |||
51 | # Functionality flags | 51 | # Functionality flags |
52 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/taskstats/taskstats.scc" | 52 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/taskstats/taskstats.scc" |
53 | KERNEL_FEATURES:append = " ${KERNEL_EXTRA_FEATURES}" | 53 | KERNEL_FEATURES:append = " ${KERNEL_EXTRA_FEATURES}" |
54 | KERNEL_FEATURES:append:qemuall=" cfg/virtio.scc features/drm-bochs/drm-bochs.scc" | 54 | KERNEL_FEATURES:append:qemuall = " cfg/virtio.scc features/drm-bochs/drm-bochs.scc" |
55 | KERNEL_FEATURES:append:qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc" | 55 | KERNEL_FEATURES:append:qemux86 = " cfg/sound.scc cfg/paravirt_kvm.scc" |
56 | KERNEL_FEATURES:append:qemux86-64=" cfg/sound.scc cfg/paravirt_kvm.scc" | 56 | KERNEL_FEATURES:append:qemux86-64 = " cfg/sound.scc cfg/paravirt_kvm.scc" |
57 | KERNEL_FEATURES:append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "", d)}" | 57 | KERNEL_FEATURES:append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "", d)}" |
58 | KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/scsi/scsi-debug.scc", "", d)}" | 58 | KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/scsi/scsi-debug.scc", "", d)}" |
59 | KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/gpio/mockup.scc features/gpio/sim.scc", "", d)}" | 59 | KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/gpio/mockup.scc features/gpio/sim.scc", "", d)}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_6.12.bb b/meta/recipes-kernel/linux/linux-yocto-rt_6.12.bb index 600ff325b4..ea669781b4 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_6.12.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_6.12.bb | |||
@@ -41,8 +41,8 @@ KERNEL_DEVICETREE:qemuarmv5 = "arm/versatile-pb.dtb" | |||
41 | # Functionality flags | 41 | # Functionality flags |
42 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/taskstats/taskstats.scc" | 42 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/taskstats/taskstats.scc" |
43 | KERNEL_FEATURES:append = " ${KERNEL_EXTRA_FEATURES}" | 43 | KERNEL_FEATURES:append = " ${KERNEL_EXTRA_FEATURES}" |
44 | KERNEL_FEATURES:append:qemuall=" cfg/virtio.scc features/drm-bochs/drm-bochs.scc" | 44 | KERNEL_FEATURES:append:qemuall = " cfg/virtio.scc features/drm-bochs/drm-bochs.scc" |
45 | KERNEL_FEATURES:append:qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc" | 45 | KERNEL_FEATURES:append:qemux86 = " cfg/sound.scc cfg/paravirt_kvm.scc" |
46 | KERNEL_FEATURES:append:qemux86-64=" cfg/sound.scc cfg/paravirt_kvm.scc" | 46 | KERNEL_FEATURES:append:qemux86-64 = " cfg/sound.scc cfg/paravirt_kvm.scc" |
47 | KERNEL_FEATURES:append = "${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/scsi/scsi-debug.scc", "", d)}" | 47 | KERNEL_FEATURES:append = "${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/scsi/scsi-debug.scc", "", d)}" |
48 | KERNEL_FEATURES:append = "${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/gpio/mockup.scc features/gpio/sim.scc", "", d)}" | 48 | KERNEL_FEATURES:append = "${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/gpio/mockup.scc features/gpio/sim.scc", "", d)}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb b/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb index 3269ae02ec..46ee088d75 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb | |||
@@ -41,8 +41,8 @@ KERNEL_DEVICETREE:qemuarmv5 = "arm/versatile-pb.dtb" | |||
41 | # Functionality flags | 41 | # Functionality flags |
42 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/taskstats/taskstats.scc" | 42 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/taskstats/taskstats.scc" |
43 | KERNEL_FEATURES:append = " ${KERNEL_EXTRA_FEATURES}" | 43 | KERNEL_FEATURES:append = " ${KERNEL_EXTRA_FEATURES}" |
44 | KERNEL_FEATURES:append:qemuall=" cfg/virtio.scc features/drm-bochs/drm-bochs.scc" | 44 | KERNEL_FEATURES:append:qemuall = " cfg/virtio.scc features/drm-bochs/drm-bochs.scc" |
45 | KERNEL_FEATURES:append:qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc" | 45 | KERNEL_FEATURES:append:qemux86 = " cfg/sound.scc cfg/paravirt_kvm.scc" |
46 | KERNEL_FEATURES:append:qemux86-64=" cfg/sound.scc cfg/paravirt_kvm.scc" | 46 | KERNEL_FEATURES:append:qemux86-64 = " cfg/sound.scc cfg/paravirt_kvm.scc" |
47 | KERNEL_FEATURES:append = "${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/scsi/scsi-debug.scc", "", d)}" | 47 | KERNEL_FEATURES:append = "${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/scsi/scsi-debug.scc", "", d)}" |
48 | KERNEL_FEATURES:append = "${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/gpio/mockup.scc features/gpio/sim.scc", "", d)}" | 48 | KERNEL_FEATURES:append = "${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/gpio/mockup.scc features/gpio/sim.scc", "", d)}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_6.12.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_6.12.bb index 0abb2c748f..fba11bdbae 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_6.12.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_6.12.bb | |||
@@ -28,6 +28,6 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=mac | |||
28 | COMPATIBLE_MACHINE = "^(qemux86|qemux86-64|qemuarm64|qemuarm|qemuarmv5)$" | 28 | COMPATIBLE_MACHINE = "^(qemux86|qemux86-64|qemuarm64|qemuarm|qemuarmv5)$" |
29 | 29 | ||
30 | # Functionality flags | 30 | # Functionality flags |
31 | KERNEL_FEATURES:append:qemuall=" cfg/virtio.scc cfg/fs/ext4.scc" | 31 | KERNEL_FEATURES:append:qemuall = " cfg/virtio.scc cfg/fs/ext4.scc" |
32 | 32 | ||
33 | KERNEL_DEVICETREE:qemuarmv5 = "arm/versatile-pb.dtb" | 33 | KERNEL_DEVICETREE:qemuarmv5 = "arm/versatile-pb.dtb" |
diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux-yocto.inc index 1765974666..389329030d 100644 --- a/meta/recipes-kernel/linux/linux-yocto.inc +++ b/meta/recipes-kernel/linux/linux-yocto.inc | |||
@@ -31,7 +31,7 @@ DEPENDS:append:arc = " libgcc" | |||
31 | KERNEL_CC:append:arc = " ${TOOLCHAIN_OPTIONS}" | 31 | KERNEL_CC:append:arc = " ${TOOLCHAIN_OPTIONS}" |
32 | KERNEL_LD:append:arc = " ${TOOLCHAIN_OPTIONS}" | 32 | KERNEL_LD:append:arc = " ${TOOLCHAIN_OPTIONS}" |
33 | 33 | ||
34 | KERNEL_FEATURES:append:qemuall=" features/debug/printk.scc features/taskstats/taskstats.scc" | 34 | KERNEL_FEATURES:append:qemuall = " features/debug/printk.scc features/taskstats/taskstats.scc" |
35 | 35 | ||
36 | KERNEL_FEATURES:append = " ${@bb.utils.contains('MACHINE_FEATURES', 'efi', 'cfg/efi.scc', '', d)}" | 36 | KERNEL_FEATURES:append = " ${@bb.utils.contains('MACHINE_FEATURES', 'efi', 'cfg/efi.scc', '', d)}" |
37 | KERNEL_FEATURES:append = " ${@bb.utils.contains('MACHINE_FEATURES', 'numa', 'features/numa/numa.scc', '', d)}" | 37 | KERNEL_FEATURES:append = " ${@bb.utils.contains('MACHINE_FEATURES', 'numa', 'features/numa/numa.scc', '', d)}" |
@@ -57,7 +57,7 @@ do_install:append(){ | |||
57 | } | 57 | } |
58 | 58 | ||
59 | # enable kernel-sample for oeqa/runtime/cases's ksample.py test | 59 | # enable kernel-sample for oeqa/runtime/cases's ksample.py test |
60 | KERNEL_FEATURES:append:qemuall=" features/kernel-sample/kernel-sample.scc" | 60 | KERNEL_FEATURES:append:qemuall = " features/kernel-sample/kernel-sample.scc" |
61 | 61 | ||
62 | KERNEL_DEBUG ?= "" | 62 | KERNEL_DEBUG ?= "" |
63 | # These used to be version specific, but are now common dependencies. New | 63 | # These used to be version specific, but are now common dependencies. New |
diff --git a/meta/recipes-kernel/linux/linux-yocto_6.12.bb b/meta/recipes-kernel/linux/linux-yocto_6.12.bb index f83b870937..723ffa6ec2 100644 --- a/meta/recipes-kernel/linux/linux-yocto_6.12.bb +++ b/meta/recipes-kernel/linux/linux-yocto_6.12.bb | |||
@@ -58,9 +58,9 @@ COMPATIBLE_MACHINE = "^(qemuarm|qemuarmv5|qemuarm64|qemux86|qemuppc|qemuppc64|qe | |||
58 | # Functionality flags | 58 | # Functionality flags |
59 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc" | 59 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc" |
60 | KERNEL_FEATURES:append = " ${KERNEL_EXTRA_FEATURES}" | 60 | KERNEL_FEATURES:append = " ${KERNEL_EXTRA_FEATURES}" |
61 | KERNEL_FEATURES:append:qemuall=" cfg/virtio.scc features/drm-bochs/drm-bochs.scc cfg/net/mdio.scc" | 61 | KERNEL_FEATURES:append:qemuall = " cfg/virtio.scc features/drm-bochs/drm-bochs.scc cfg/net/mdio.scc" |
62 | KERNEL_FEATURES:append:qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc" | 62 | KERNEL_FEATURES:append:qemux86 = " cfg/sound.scc cfg/paravirt_kvm.scc" |
63 | KERNEL_FEATURES:append:qemux86-64=" cfg/sound.scc cfg/paravirt_kvm.scc" | 63 | KERNEL_FEATURES:append:qemux86-64 = " cfg/sound.scc cfg/paravirt_kvm.scc" |
64 | KERNEL_FEATURES:append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "", d)}" | 64 | KERNEL_FEATURES:append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "", d)}" |
65 | KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/scsi/scsi-debug.scc features/nf_tables/nft_test.scc", "", d)}" | 65 | KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/scsi/scsi-debug.scc features/nf_tables/nft_test.scc", "", d)}" |
66 | KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/gpio/mockup.scc features/gpio/sim.scc", "", d)}" | 66 | KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/gpio/mockup.scc features/gpio/sim.scc", "", d)}" |
@@ -69,8 +69,8 @@ KERNEL_FEATURES:append = " ${@bb.utils.contains("KERNEL_DEBUG", "True", " featur | |||
69 | KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/net/team/team.scc", "", d)}" | 69 | KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/net/team/team.scc", "", d)}" |
70 | # openl2tp tests from meta-networking needs it | 70 | # openl2tp tests from meta-networking needs it |
71 | KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " cgl/cfg/net/l2tp.scc", "", d)}" | 71 | KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " cgl/cfg/net/l2tp.scc", "", d)}" |
72 | KERNEL_FEATURES:append:powerpc =" arch/powerpc/powerpc-debug.scc" | 72 | KERNEL_FEATURES:append:powerpc = " arch/powerpc/powerpc-debug.scc" |
73 | KERNEL_FEATURES:append:powerpc64 =" arch/powerpc/powerpc-debug.scc" | 73 | KERNEL_FEATURES:append:powerpc64 = " arch/powerpc/powerpc-debug.scc" |
74 | KERNEL_FEATURES:append:powerpc64le =" arch/powerpc/powerpc-debug.scc" | 74 | KERNEL_FEATURES:append:powerpc64le = " arch/powerpc/powerpc-debug.scc" |
75 | 75 | ||
76 | INSANE_SKIP:kernel-vmlinux:qemuppc64 = "textrel" | 76 | INSANE_SKIP:kernel-vmlinux:qemuppc64 = "textrel" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_6.6.bb b/meta/recipes-kernel/linux/linux-yocto_6.6.bb index d1cc17eaf6..9f287f2789 100644 --- a/meta/recipes-kernel/linux/linux-yocto_6.6.bb +++ b/meta/recipes-kernel/linux/linux-yocto_6.6.bb | |||
@@ -58,17 +58,17 @@ COMPATIBLE_MACHINE = "^(qemuarm|qemuarmv5|qemuarm64|qemux86|qemuppc|qemuppc64|qe | |||
58 | # Functionality flags | 58 | # Functionality flags |
59 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc" | 59 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc" |
60 | KERNEL_FEATURES:append = " ${KERNEL_EXTRA_FEATURES}" | 60 | KERNEL_FEATURES:append = " ${KERNEL_EXTRA_FEATURES}" |
61 | KERNEL_FEATURES:append:qemuall=" cfg/virtio.scc features/drm-bochs/drm-bochs.scc cfg/net/mdio.scc" | 61 | KERNEL_FEATURES:append:qemuall = " cfg/virtio.scc features/drm-bochs/drm-bochs.scc cfg/net/mdio.scc" |
62 | KERNEL_FEATURES:append:qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc" | 62 | KERNEL_FEATURES:append:qemux86 = " cfg/sound.scc cfg/paravirt_kvm.scc" |
63 | KERNEL_FEATURES:append:qemux86-64=" cfg/sound.scc cfg/paravirt_kvm.scc" | 63 | KERNEL_FEATURES:append:qemux86-64 = " cfg/sound.scc cfg/paravirt_kvm.scc" |
64 | KERNEL_FEATURES:append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "", d)}" | 64 | KERNEL_FEATURES:append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "", d)}" |
65 | KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/scsi/scsi-debug.scc features/nf_tables/nft_test.scc", "", d)}" | 65 | KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/scsi/scsi-debug.scc features/nf_tables/nft_test.scc", "", d)}" |
66 | KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/gpio/mockup.scc features/gpio/sim.scc", "", d)}" | 66 | KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/gpio/mockup.scc features/gpio/sim.scc", "", d)}" |
67 | # libteam ptests from meta-oe needs it | 67 | # libteam ptests from meta-oe needs it |
68 | KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/net/team/team.scc", "", d)}" | 68 | KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/net/team/team.scc", "", d)}" |
69 | KERNEL_FEATURES:append:powerpc =" arch/powerpc/powerpc-debug.scc" | 69 | KERNEL_FEATURES:append:powerpc = " arch/powerpc/powerpc-debug.scc" |
70 | KERNEL_FEATURES:append:powerpc64 =" arch/powerpc/powerpc-debug.scc" | 70 | KERNEL_FEATURES:append:powerpc64 = " arch/powerpc/powerpc-debug.scc" |
71 | KERNEL_FEATURES:append:powerpc64le =" arch/powerpc/powerpc-debug.scc" | 71 | KERNEL_FEATURES:append:powerpc64le = " arch/powerpc/powerpc-debug.scc" |
72 | 72 | ||
73 | INSANE_SKIP:kernel-vmlinux:qemuppc64 = "textrel" | 73 | INSANE_SKIP:kernel-vmlinux:qemuppc64 = "textrel" |
74 | 74 | ||
diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.13.16.bb b/meta/recipes-kernel/lttng/lttng-modules_2.13.16.bb index f2f7947903..c9d5ccdab1 100644 --- a/meta/recipes-kernel/lttng/lttng-modules_2.13.16.bb +++ b/meta/recipes-kernel/lttng/lttng-modules_2.13.16.bb | |||
@@ -19,7 +19,7 @@ SRC_URI:append = " file://0001-src-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-w | |||
19 | 19 | ||
20 | SRC_URI[sha256sum] = "6694414a3701fcd6e05b3cb20cfecae3b46b3dfb9e5361b344851c1f8052e854" | 20 | SRC_URI[sha256sum] = "6694414a3701fcd6e05b3cb20cfecae3b46b3dfb9e5361b344851c1f8052e854" |
21 | 21 | ||
22 | export INSTALL_MOD_DIR="kernel/lttng-modules" | 22 | export INSTALL_MOD_DIR = "kernel/lttng-modules" |
23 | 23 | ||
24 | EXTRA_OEMAKE += "KERNELDIR='${STAGING_KERNEL_DIR}'" | 24 | EXTRA_OEMAKE += "KERNELDIR='${STAGING_KERNEL_DIR}'" |
25 | 25 | ||
diff --git a/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb b/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb index 581e90e9b4..1a20472994 100644 --- a/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb +++ b/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb | |||
@@ -23,7 +23,7 @@ EXTRA_OEMAKE = " HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" HOSTCPP=" | |||
23 | EXTRA_OEMAKE += " HOSTCXX="${BUILD_CXX} ${BUILD_CXXFLAGS} ${BUILD_LDFLAGS}" CROSS_COMPILE=${TARGET_PREFIX}" | 23 | EXTRA_OEMAKE += " HOSTCXX="${BUILD_CXX} ${BUILD_CXXFLAGS} ${BUILD_LDFLAGS}" CROSS_COMPILE=${TARGET_PREFIX}" |
24 | 24 | ||
25 | KERNEL_LOCALVERSION = "${@get_kernellocalversion_file("${STAGING_KERNEL_BUILDDIR}")}" | 25 | KERNEL_LOCALVERSION = "${@get_kernellocalversion_file("${STAGING_KERNEL_BUILDDIR}")}" |
26 | export LOCALVERSION="${KERNEL_LOCALVERSION}" | 26 | export LOCALVERSION = "${KERNEL_LOCALVERSION}" |
27 | 27 | ||
28 | # Build some host tools under work-shared. CC, LD, and AR are probably | 28 | # Build some host tools under work-shared. CC, LD, and AR are probably |
29 | # not used, but this is the historical way of invoking "make scripts". | 29 | # not used, but this is the historical way of invoking "make scripts". |
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index c4b3257569..18e2454f9a 100644 --- a/meta/recipes-kernel/perf/perf.bb +++ b/meta/recipes-kernel/perf/perf.bb | |||
@@ -71,7 +71,7 @@ S = "${WORKDIR}/${BP}" | |||
71 | # The LDFLAGS is required or some old kernels fails due missing | 71 | # The LDFLAGS is required or some old kernels fails due missing |
72 | # symbols and this is preferred than requiring patches to every old | 72 | # symbols and this is preferred than requiring patches to every old |
73 | # supported kernel. | 73 | # supported kernel. |
74 | LDFLAGS="-ldl -lutil" | 74 | LDFLAGS = "-ldl -lutil" |
75 | 75 | ||
76 | # Perf's build system adds its own optimization flags for most TUs, | 76 | # Perf's build system adds its own optimization flags for most TUs, |
77 | # overriding the flags included here. But for some, perf does not add | 77 | # overriding the flags included here. But for some, perf does not add |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb index 6cc11e1928..dcb5c0e6b5 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb | |||
@@ -7,8 +7,8 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
7 | inherit packagegroup | 7 | inherit packagegroup |
8 | 8 | ||
9 | COMMERCIAL_PLUGINS = "${COMMERCIAL_AUDIO_PLUGINS} ${COMMERCIAL_VIDEO_PLUGINS}" | 9 | COMMERCIAL_PLUGINS = "${COMMERCIAL_AUDIO_PLUGINS} ${COMMERCIAL_VIDEO_PLUGINS}" |
10 | DEPENDS_UGLY="${@'gstreamer1.0-plugins-ugly' if 'ugly' in COMMERCIAL_PLUGINS.split('-') else ''}" | 10 | DEPENDS_UGLY = "${@'gstreamer1.0-plugins-ugly' if 'ugly' in COMMERCIAL_PLUGINS.split('-') else ''}" |
11 | DEPENDS_BAD="${@'gstreamer1.0-plugins-bad' if 'bad' in COMMERCIAL_PLUGINS.split('-') else ''}" | 11 | DEPENDS_BAD = "${@'gstreamer1.0-plugins-bad' if 'bad' in COMMERCIAL_PLUGINS.split('-') else ''}" |
12 | DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good ${DEPENDS_UGLY} ${DEPENDS_BAD}" | 12 | DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good ${DEPENDS_UGLY} ${DEPENDS_BAD}" |
13 | 13 | ||
14 | PACKAGES = "\ | 14 | PACKAGES = "\ |
diff --git a/meta/recipes-sato/l3afpad/l3afpad_git.bb b/meta/recipes-sato/l3afpad/l3afpad_git.bb index 5540083928..3d8c427b69 100644 --- a/meta/recipes-sato/l3afpad/l3afpad_git.bb +++ b/meta/recipes-sato/l3afpad/l3afpad_git.bb | |||
@@ -17,7 +17,7 @@ DEPENDS = "gtk+3 intltool-native gettext-native" | |||
17 | 17 | ||
18 | PV = "0.8.18.1.11+git" | 18 | PV = "0.8.18.1.11+git" |
19 | SRC_URI = "git://github.com/stevenhoneyman/l3afpad.git;branch=master;protocol=https" | 19 | SRC_URI = "git://github.com/stevenhoneyman/l3afpad.git;branch=master;protocol=https" |
20 | SRCREV ="3cdccdc9505643e50f8208171d9eee5de11a42ff" | 20 | SRCREV = "3cdccdc9505643e50f8208171d9eee5de11a42ff" |
21 | 21 | ||
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
23 | 23 | ||
diff --git a/meta/recipes-support/apr/apr_1.7.5.bb b/meta/recipes-support/apr/apr_1.7.5.bb index 78796476e2..215ac4b4b8 100644 --- a/meta/recipes-support/apr/apr_1.7.5.bb +++ b/meta/recipes-support/apr/apr_1.7.5.bb | |||
@@ -135,4 +135,4 @@ do_install_ptest() { | |||
135 | cp ${S}/test/tryread $t/ | 135 | cp ${S}/test/tryread $t/ |
136 | } | 136 | } |
137 | 137 | ||
138 | export CONFIG_SHELL="/bin/bash" | 138 | export CONFIG_SHELL = "/bin/bash" |
diff --git a/meta/recipes-support/gnutls/gnutls_3.8.8.bb b/meta/recipes-support/gnutls/gnutls_3.8.8.bb index 213b9ff803..26824554ab 100644 --- a/meta/recipes-support/gnutls/gnutls_3.8.8.bb +++ b/meta/recipes-support/gnutls/gnutls_3.8.8.bb | |||
@@ -55,7 +55,7 @@ EXTRA_OECONF = " \ | |||
55 | " | 55 | " |
56 | 56 | ||
57 | # Otherwise the tools try and use HOSTTOOLS_DIR/bash as a shell. | 57 | # Otherwise the tools try and use HOSTTOOLS_DIR/bash as a shell. |
58 | export POSIX_SHELL="${base_bindir}/sh" | 58 | export POSIX_SHELL = "${base_bindir}/sh" |
59 | 59 | ||
60 | do_configure:prepend() { | 60 | do_configure:prepend() { |
61 | for dir in . lib; do | 61 | for dir in . lib; do |
diff --git a/meta/recipes-support/gpgme/gpgme_1.24.1.bb b/meta/recipes-support/gpgme/gpgme_1.24.1.bb index 34f8a15e00..86ba08c464 100644 --- a/meta/recipes-support/gpgme/gpgme_1.24.1.bb +++ b/meta/recipes-support/gpgme/gpgme_1.24.1.bb | |||
@@ -64,7 +64,7 @@ EXTRA_OECONF += '--enable-languages="${LANGUAGES}" \ | |||
64 | inherit autotools texinfo binconfig-disabled pkgconfig multilib_header | 64 | inherit autotools texinfo binconfig-disabled pkgconfig multilib_header |
65 | inherit_defer ${PYTHON_INHERIT} python3native | 65 | inherit_defer ${PYTHON_INHERIT} python3native |
66 | 66 | ||
67 | export PKG_CONFIG='pkg-config' | 67 | export PKG_CONFIG = 'pkg-config' |
68 | 68 | ||
69 | BBCLASSEXTEND = "native nativesdk" | 69 | BBCLASSEXTEND = "native nativesdk" |
70 | 70 | ||
diff --git a/meta/recipes-support/vte/vte_0.78.2.bb b/meta/recipes-support/vte/vte_0.78.2.bb index 182a3073c4..0593d16cd8 100644 --- a/meta/recipes-support/vte/vte_0.78.2.bb +++ b/meta/recipes-support/vte/vte_0.78.2.bb | |||
@@ -41,7 +41,7 @@ PACKAGECONFIG[systemd] = "-D_systemd=true,-D_systemd=false,systemd" | |||
41 | 41 | ||
42 | PACKAGES =+ "libvte-gtk4 ${PN}-gtk4 ${PN}-gtk4-dev libvte ${PN}-prompt" | 42 | PACKAGES =+ "libvte-gtk4 ${PN}-gtk4 ${PN}-gtk4-dev libvte ${PN}-prompt" |
43 | FILES:libvte-gtk4 = "${libdir}/lib*gtk4.so.* ${libdir}/girepository-1.0/Vte-3.91.typelib" | 43 | FILES:libvte-gtk4 = "${libdir}/lib*gtk4.so.* ${libdir}/girepository-1.0/Vte-3.91.typelib" |
44 | FILES:${PN}-gtk4 ="${bindir}/vte-2.91-gtk4" | 44 | FILES:${PN}-gtk4 = "${bindir}/vte-2.91-gtk4" |
45 | FILES:${PN}-gtk4-dev = "${libdir}/lib*gtk4.so \ | 45 | FILES:${PN}-gtk4-dev = "${libdir}/lib*gtk4.so \ |
46 | ${libdir}/pkgconfig/vte-2.91-gtk4.pc \ | 46 | ${libdir}/pkgconfig/vte-2.91-gtk4.pc \ |
47 | ${datadir}/gir-1.0/Vte-3.91.gir \ | 47 | ${datadir}/gir-1.0/Vte-3.91.gir \ |
@@ -49,7 +49,7 @@ FILES:${PN}-gtk4-dev = "${libdir}/lib*gtk4.so \ | |||
49 | ${datadir}/vala/vapi/vte-2.91-gtk4.vapi \ | 49 | ${datadir}/vala/vapi/vte-2.91-gtk4.vapi \ |
50 | ${includedir}/vte-2.91-gtk4 \ | 50 | ${includedir}/vte-2.91-gtk4 \ |
51 | " | 51 | " |
52 | FILES:${PN} +="${systemd_user_unitdir}" | 52 | FILES:${PN} += "${systemd_user_unitdir}" |
53 | FILES:libvte = "${libdir}/*.so.* ${libdir}/girepository-1.0/*" | 53 | FILES:libvte = "${libdir}/*.so.* ${libdir}/girepository-1.0/*" |
54 | FILES:${PN}-prompt = " \ | 54 | FILES:${PN}-prompt = " \ |
55 | ${sysconfdir}/profile.d \ | 55 | ${sysconfdir}/profile.d \ |