]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
webkitgtk: fix perl-native dependency
authorOvidiu Panait <ovidiu.panait@windriver.com>
Thu, 14 Nov 2024 08:58:24 +0000 (16:58 +0800)
committerSteve Sakoman <steve@sakoman.com>
Fri, 22 Nov 2024 14:34:25 +0000 (06:34 -0800)
commit76cb08195f90b36395d7ad09ab8f2654eda0d204
tree41fff941ebc58a20d873c2fef49761b98a8b2f2a
parentdbdaeb9ff6bf7ce8478f2d61f2f22f84918c26fe
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.

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>
(From OE-Core rev: a207c8f42f809340e0794cd326cb5c45e32d7d56)

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-sato/webkit/webkitgtk_2.36.8.bb