mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
sysprof/gst-player/pcmanfm: Add missing glib-2.0-native DEPENDS
These recipes use glib-2.0 NLS tools so we need to depend on glib-2.0-native. (From OE-Core rev: 3e521148bbec01ccd1818b0a26221ab6342a3299) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
|
||||
|
||||
inherit gnomebase gettext systemd
|
||||
|
||||
DEPENDS = "glib-2.0 libxml2-native"
|
||||
DEPENDS = "glib-2.0 libxml2-native glib-2.0-native"
|
||||
|
||||
SRC_URI += " \
|
||||
file://define-NT_GNU_BUILD_ID.patch \
|
||||
|
||||
Reference in New Issue
Block a user