summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-08-03 12:59:39 -0700
committerKhem Raj <raj.khem@gmail.com>2021-08-03 13:04:12 -0700
commitdb46441c5f155ddafb219ad4739b83b9080feacd (patch)
tree10b3369e14e4af57dc0f146da885d328a1f7340d
parentf3a165ea550874d9111c7439305b1ddb72af4885 (diff)
downloadmeta-openembedded-db46441c5f155ddafb219ad4739b83b9080feacd.tar.gz
recipes: Fix override syntax
Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb2
-rw-r--r--meta-networking/recipes-extended/corosync/corosync_3.0.3.bb2
-rw-r--r--meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc_0.10.1.bb8
-rw-r--r--meta-oe/recipes-devtools/lapack/lapack_3.9.0.bb4
-rw-r--r--meta-oe/recipes-extended/ostree/ostree_2021.3.bb2
-rw-r--r--meta-oe/recipes-graphics/fontforge/fontforge_20190801.bb2
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"
6PV = "0.6+git${SRCPV}" 6PV = "0.6+git${SRCPV}"
7S = "${WORKDIR}/git" 7S = "${WORKDIR}/git"
8SRC_URI = "git://github.com/kexecboot/kexecboot.git" 8SRC_URI = "git://github.com/kexecboot/kexecboot.git"
9SRC_URI:append_libc-klibc = "\ 9SRC_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
37EXTRA_OECONF = "ac_cv_path_BASHPATH=${base_bindir}/bash ap_cv_cc_pie=no" 37EXTRA_OECONF = "ac_cv_path_BASHPATH=${base_bindir}/bash ap_cv_cc_pie=no"
38EXTRA_OEMAKE = "tmpfilesdir_DATA=" 38EXTRA_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 @@
1DESCRIPTION = "LIRC is a package that allows you to decode and send infra-red signals of many commonly used remote controls." 1DESCRIPTION = "LIRC is a package that allows you to decode and send infra-red signals of many commonly used remote controls."
2DESCRIPTION:append_lirc = " This package contains the lirc daemon, libraries and tools." 2DESCRIPTION:append:lirc = " This package contains the lirc daemon, libraries and tools."
3DESCRIPTION:append_lirc-exec = " This package contains a daemon that runs programs on IR signals." 3DESCRIPTION:append:lirc-exec = " This package contains a daemon that runs programs on IR signals."
4DESCRIPTION:append_lirc-remotes = " This package contains some config files for remotes." 4DESCRIPTION:append:lirc-remotes = " This package contains some config files for remotes."
5DESCRIPTION:append_lirc-nslu2example = " This package contains a working config for RC5 remotes and a modified NSLU2." 5DESCRIPTION:append:lirc-nslu2example = " This package contains a working config for RC5 remotes and a modified NSLU2."
6HOMEPAGE = "http://www.lirc.org" 6HOMEPAGE = "http://www.lirc.org"
7SECTION = "console/network" 7SECTION = "console/network"
8LICENSE = "GPLv2" 8LICENSE = "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
14DEPENDS = "libgfortran" 14DEPENDS = "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"
26LDFLAGS += "-lpython${PYTHON_BASEVERSION}${PYTHON_ABI}" 26LDFLAGS += "-lpython${PYTHON_BASEVERSION}${PYTHON_ABI}"
27BUILD_LDFLAGS += "-lpython${PYTHON_BASEVERSION}${PYTHON_ABI}" 27BUILD_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