diff options
author | Ovidiu Panait <ovidiu.panait@windriver.com> | 2023-01-16 16:23:18 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-18 16:42:28 +0000 |
commit | aab9a3c6976bf4435c66cc738c3d70e0dfe6718e (patch) | |
tree | f7fd9278f54feb11f1afa6d71507153e1c1a04c4 /meta/recipes-core | |
parent | 14a852c273c43dbf04d6502c5cbbe5768d165c5d (diff) | |
download | poky-aab9a3c6976bf4435c66cc738c3d70e0dfe6718e.tar.gz |
webkitgtk: fix perl-native dependency
Currently, perl-native is missing from DEPENDS for webkitgtk even though
perlnative bbclass is inherited. This happens because the DEPENDS variable is
reassigned right after perlnative class is inherited:
inherit perlnative (DEPENDS += "perl-native")
...
DEPENDS = " \
..."
Adjust the DEPENDS line to use += in order to fix this.
(From OE-Core rev: a207c8f42f809340e0794cd326cb5c45e32d7d56)
Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
0 files changed, 0 insertions, 0 deletions