diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
| tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/recipes-extended/mailx | |
| parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
| download | meta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz | |
Convert to new override syntax
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/mailx')
| -rw-r--r-- | meta-oe/recipes-extended/mailx/mailx_12.5-5.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/mailx/mailx_12.5-5.bb b/meta-oe/recipes-extended/mailx/mailx_12.5-5.bb index 4161ea6750..dbf5d59d18 100644 --- a/meta-oe/recipes-extended/mailx/mailx_12.5-5.bb +++ b/meta-oe/recipes-extended/mailx/mailx_12.5-5.bb | |||
| @@ -36,7 +36,7 @@ S = "${WORKDIR}/heirloom-mailx-12.5" | |||
| 36 | 36 | ||
| 37 | inherit autotools-brokensep | 37 | inherit autotools-brokensep |
| 38 | 38 | ||
| 39 | CFLAGS_append = " -D_BSD_SOURCE -DDEBIAN -I${S}/EXT" | 39 | CFLAGS:append = " -D_BSD_SOURCE -DDEBIAN -I${S}/EXT" |
| 40 | 40 | ||
| 41 | # "STRIP=true" means that 'true' command will be used to 'strip' files which will achieve the effect of not stripping them | 41 | # "STRIP=true" means that 'true' command will be used to 'strip' files which will achieve the effect of not stripping them |
| 42 | # mailx's Makefile doesn't allow a more straightforward way to avoid stripping | 42 | # mailx's Makefile doesn't allow a more straightforward way to avoid stripping |
| @@ -50,5 +50,5 @@ PARALLEL_MAKE = "" | |||
| 50 | 50 | ||
| 51 | # Causes gcc to get stuck and eat all available memory in qemuarm builds | 51 | # Causes gcc to get stuck and eat all available memory in qemuarm builds |
| 52 | # http://errors.yoctoproject.org/Errors/Details/20488/ | 52 | # http://errors.yoctoproject.org/Errors/Details/20488/ |
| 53 | ARM_INSTRUCTION_SET_armv4 = "arm" | 53 | ARM_INSTRUCTION_SET:armv4 = "arm" |
| 54 | ARM_INSTRUCTION_SET_armv5 = "arm" | 54 | ARM_INSTRUCTION_SET:armv5 = "arm" |
