diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-19 13:48:44 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-20 11:53:49 +0000 |
commit | f7e18547c17b7d9975cf62ffa58330ff9ffc62fb (patch) | |
tree | 27e7f5e2dab0c51f35015a10c974fbb5bf361fd2 /meta/recipes-kernel | |
parent | 8ac0ba06a478a91987163efbf0515969339e3222 (diff) | |
download | poky-f7e18547c17b7d9975cf62ffa58330ff9ffc62fb.tar.gz |
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>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/sysprof/sysprof_3.22.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/sysprof/sysprof_3.22.3.bb b/meta/recipes-kernel/sysprof/sysprof_3.22.3.bb index 05ed8af76c..e1033ca07c 100644 --- a/meta/recipes-kernel/sysprof/sysprof_3.22.3.bb +++ b/meta/recipes-kernel/sysprof/sysprof_3.22.3.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | |||
5 | 5 | ||
6 | inherit gnomebase gettext systemd | 6 | inherit gnomebase gettext systemd |
7 | 7 | ||
8 | DEPENDS = "glib-2.0 libxml2-native" | 8 | DEPENDS = "glib-2.0 libxml2-native glib-2.0-native" |
9 | 9 | ||
10 | SRC_URI += " \ | 10 | SRC_URI += " \ |
11 | file://define-NT_GNU_BUILD_ID.patch \ | 11 | file://define-NT_GNU_BUILD_ID.patch \ |