[OE-core] [warrior][PATCHv2 0/9] Backport relevant changes from Zeus

akuster808 akuster808 at gmail.com
Sun Nov 10 23:49:51 UTC 2019



On 11/5/19 2:08 PM, Peter Kjellerstedt wrote:
> This patch set contains backports of our changes from Zeus that are
> relevant for Warrior.
>
> PATCHv2: Add a backported patch from meson 0.50 to allow
> <language>_args and <language>_link_args properties, e.g.,
> c_link_args, in meson.cross to be specified as either a sting or a
> list. We could potentially have stumbled on this problem any time
> since meson_array() was changed in commit 7fd8bc46 to return a string
> if only one argument is specified. However, it was hidden until the
> change to meson.bbclass in this patch series removed some unnecessary
> arguments, leaving only one link argument when building for nativesdk.
>
> //Peter
thanks.

pulled these in for next series. will let you know how it goes.

- armin
>
> The following changes since commit d0f73121551dc98f6924cd77952bf9ebf5ef3dd7:
>
>   poky.conf: Bump version for 2.7.2 warrior release (2019-10-30 13:55:49 +0000)
>
> are available in the Git repository at:
>
>   git://push.yoctoproject.org/poky-contrib pkj/warrior_sync
>
> Niclas Svensson (1):
>   devtool: finish: Keep patches ordered when updating bbappend
>
> Peter Kjellerstedt (8):
>   meson: Backport patch to handle strings in cross file args
>   meson.bbclass: Remove the MESON_*_ARGS variables
>   nativesdk-meson: Remove some unused variables
>   devtool: Avoid failure for recipes with S == WORKDIR and no local
>     files
>   package_rpm.bbclass: Remove a misleading bb.note()
>   tzdata: Correct the packaging of /etc/localtime and /etc/timezone
>   devtool: finish: Add suppport for the --no-clean option
>   lib/oe/lsb: Make sure the distro ID is always lowercased
>
>  meta/classes/meson.bbclass                    | 15 ++--
>  meta/classes/package_rpm.bbclass              |  5 +-
>  meta/lib/oe/lsb.py                            |  8 +-
>  meta/recipes-devtools/meson/meson.inc         |  1 +
>  ...ings-in-cross-file-args.-Closes-4671.patch | 87 +++++++++++++++++++
>  .../meson/nativesdk-meson_0.49.2.bb           |  5 --
>  meta/recipes-extended/timezone/tzdata.bb      |  5 +-
>  scripts/lib/devtool/standard.py               | 17 ++--
>  8 files changed, 111 insertions(+), 32 deletions(-)
>  create mode 100644 meta/recipes-devtools/meson/meson/0001-Handle-strings-in-cross-file-args.-Closes-4671.patch
>



More information about the Openembedded-core mailing list