diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-08-03 12:59:39 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-08-06 20:38:40 -0700 |
commit | a133111e69e78b8cff6dbc060ee6fb1da9f1f96d (patch) | |
tree | 403238061a20b5ab2db4a7f27c1ba15f093f4bb6 | |
parent | 63361b326722465e0a43ed45164695f4a60f5ce2 (diff) | |
download | meta-openembedded-a133111e69e78b8cff6dbc060ee6fb1da9f1f96d.tar.gz |
recipes: Fix override syntax
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Martin Jansa <Martin.Jansa@gmail.com>
6 files changed, 10 insertions, 10 deletions
diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb index 0f77f65df..d45c62a08 100644 --- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb +++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
6 | PV = "0.6+git${SRCPV}" | 6 | PV = "0.6+git${SRCPV}" |
7 | S = "${WORKDIR}/git" | 7 | S = "${WORKDIR}/git" |
8 | SRC_URI = "git://github.com/kexecboot/kexecboot.git" | 8 | SRC_URI = "git://github.com/kexecboot/kexecboot.git" |
9 | SRC_URI:append_libc-klibc = "\ | 9 | SRC_URI:append:libc-klibc = "\ |
10 | file://0001-kexecboot-Use-new-reboot-API-with-klibc.patch \ | 10 | file://0001-kexecboot-Use-new-reboot-API-with-klibc.patch \ |
11 | file://0001-make-Add-compiler-includes-in-cflags.patch \ | 11 | file://0001-make-Add-compiler-includes-in-cflags.patch \ |
12 | " | 12 | " |
diff --git a/meta-networking/recipes-extended/corosync/corosync_3.0.3.bb b/meta-networking/recipes-extended/corosync/corosync_3.0.3.bb index 0af954c31..909296197 100644 --- a/meta-networking/recipes-extended/corosync/corosync_3.0.3.bb +++ b/meta-networking/recipes-extended/corosync/corosync_3.0.3.bb | |||
@@ -37,7 +37,7 @@ PACKAGECONFIG[systemd] = "--enable-systemd --with-systemddir=${systemd_system_un | |||
37 | EXTRA_OECONF = "ac_cv_path_BASHPATH=${base_bindir}/bash ap_cv_cc_pie=no" | 37 | EXTRA_OECONF = "ac_cv_path_BASHPATH=${base_bindir}/bash ap_cv_cc_pie=no" |
38 | EXTRA_OEMAKE = "tmpfilesdir_DATA=" | 38 | EXTRA_OEMAKE = "tmpfilesdir_DATA=" |
39 | 39 | ||
40 | #do_configure_prepend() { | 40 | #do_configure:prepend() { |
41 | # ( cd ${S} | 41 | # ( cd ${S} |
42 | # ${S}/autogen.sh ) | 42 | # ${S}/autogen.sh ) |
43 | #} | 43 | #} |
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc_0.10.1.bb b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc_0.10.1.bb index d8cf9b9f5..1ca7b6084 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc_0.10.1.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc_0.10.1.bb | |||
@@ -1,8 +1,8 @@ | |||
1 | DESCRIPTION = "LIRC is a package that allows you to decode and send infra-red signals of many commonly used remote controls." | 1 | DESCRIPTION = "LIRC is a package that allows you to decode and send infra-red signals of many commonly used remote controls." |
2 | DESCRIPTION:append_lirc = " This package contains the lirc daemon, libraries and tools." | 2 | DESCRIPTION:append:lirc = " This package contains the lirc daemon, libraries and tools." |
3 | DESCRIPTION:append_lirc-exec = " This package contains a daemon that runs programs on IR signals." | 3 | DESCRIPTION:append:lirc-exec = " This package contains a daemon that runs programs on IR signals." |
4 | DESCRIPTION:append_lirc-remotes = " This package contains some config files for remotes." | 4 | DESCRIPTION:append:lirc-remotes = " This package contains some config files for remotes." |
5 | DESCRIPTION:append_lirc-nslu2example = " This package contains a working config for RC5 remotes and a modified NSLU2." | 5 | DESCRIPTION:append:lirc-nslu2example = " This package contains a working config for RC5 remotes and a modified NSLU2." |
6 | HOMEPAGE = "http://www.lirc.org" | 6 | HOMEPAGE = "http://www.lirc.org" |
7 | SECTION = "console/network" | 7 | SECTION = "console/network" |
8 | LICENSE = "GPLv2" | 8 | LICENSE = "GPLv2" |
diff --git a/meta-oe/recipes-devtools/lapack/lapack_3.9.0.bb b/meta-oe/recipes-devtools/lapack/lapack_3.9.0.bb index 62d4df5e0..1664d637b 100644 --- a/meta-oe/recipes-devtools/lapack/lapack_3.9.0.bb +++ b/meta-oe/recipes-devtools/lapack/lapack_3.9.0.bb | |||
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=930f8aa500a47c7dab0f8efb5a1c9a40" | |||
8 | # Note this is not officially supported and is just illustrated here to | 8 | # Note this is not officially supported and is just illustrated here to |
9 | # show an example of how it can be done | 9 | # show an example of how it can be done |
10 | # You'll also need your fortran recipe to depend on libgfortran | 10 | # You'll also need your fortran recipe to depend on libgfortran |
11 | #FORTRAN_forcevariable = ",fortran" | 11 | #FORTRAN:forcevariable = ",fortran" |
12 | #RUNTIMETARGET_append_pn-gcc-runtime = " libquadmath" | 12 | #RUNTIMETARGET:append:pn-gcc-runtime = " libquadmath" |
13 | 13 | ||
14 | DEPENDS = "libgfortran" | 14 | DEPENDS = "libgfortran" |
15 | 15 | ||
diff --git a/meta-oe/recipes-extended/ostree/ostree_2021.3.bb b/meta-oe/recipes-extended/ostree/ostree_2021.3.bb index a0576b51e..b0c9849fa 100644 --- a/meta-oe/recipes-extended/ostree/ostree_2021.3.bb +++ b/meta-oe/recipes-extended/ostree/ostree_2021.3.bb | |||
@@ -154,7 +154,7 @@ RDEPENDS:${PN}:class-target = " \ | |||
154 | # Note that to get ptest to pass you also need: | 154 | # Note that to get ptest to pass you also need: |
155 | # | 155 | # |
156 | # xattr in DISTRO_FEATURES | 156 | # xattr in DISTRO_FEATURES |
157 | # static ostree-prepare-root (PACKAGECONFIG_append_pn-ostree = " static") | 157 | # static ostree-prepare-root (PACKAGECONFIG:append:pn-ostree = " static") |
158 | # meta-python in your layers | 158 | # meta-python in your layers |
159 | # overlayfs in your kernel (KERNEL_EXTRA_FEATURES += "features/overlayfs/overlayfs.scc") | 159 | # overlayfs in your kernel (KERNEL_EXTRA_FEATURES += "features/overlayfs/overlayfs.scc") |
160 | # busybox built statically | 160 | # busybox built statically |
diff --git a/meta-oe/recipes-graphics/fontforge/fontforge_20190801.bb b/meta-oe/recipes-graphics/fontforge/fontforge_20190801.bb index 26d51bdaf..bcc85157c 100644 --- a/meta-oe/recipes-graphics/fontforge/fontforge_20190801.bb +++ b/meta-oe/recipes-graphics/fontforge/fontforge_20190801.bb | |||
@@ -26,7 +26,7 @@ EXTRA_OECONF:append:class-native = " with_x=no" | |||
26 | LDFLAGS += "-lpython${PYTHON_BASEVERSION}${PYTHON_ABI}" | 26 | LDFLAGS += "-lpython${PYTHON_BASEVERSION}${PYTHON_ABI}" |
27 | BUILD_LDFLAGS += "-lpython${PYTHON_BASEVERSION}${PYTHON_ABI}" | 27 | BUILD_LDFLAGS += "-lpython${PYTHON_BASEVERSION}${PYTHON_ABI}" |
28 | 28 | ||
29 | #do_configure_prepend() { | 29 | #do_configure:prepend() { |
30 | # uthash sources are expected in uthash/src | 30 | # uthash sources are expected in uthash/src |
31 | # mkdir -p ${S}/uthash/src | 31 | # mkdir -p ${S}/uthash/src |
32 | # cp ${STAGING_INCDIR}/ut*.h ${S}/uthash/src | 32 | # cp ${STAGING_INCDIR}/ut*.h ${S}/uthash/src |