diff options
| author | Jason Wessel <jason.wessel@windriver.com> | 2018-03-12 22:03:37 -0500 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2018-03-29 16:48:04 -0700 |
| commit | af98d8bc2174d33f1b05893a5da98b5c91b49916 (patch) | |
| tree | d1c1bbada33284862a36a6b143b5c4a213f36669 /meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_2.32.0.bb | |
| parent | 2a8a5b5cd0258657e145f65f54c3145e42116f7c (diff) | |
| download | meta-openembedded-af98d8bc2174d33f1b05893a5da98b5c91b49916.tar.gz | |
gnome-keyring, libgnome-keyring: Fix to compile with latest oe-core
The glib-2.0 was upreved and now you must use a depency to pull it in
for the build. To avoid this error:
NOTE: Executing glib-gettextize --force --copy
./temp/run.do_configure: line 170: glib-gettextize: command not found
WARNING: ./temp/run.do_configure:1 exit 127 from 'glib-gettextize --force --copy'
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_2.32.0.bb')
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_2.32.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_2.32.0.bb b/meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_2.32.0.bb index e241882327..7e9de50265 100644 --- a/meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_2.32.0.bb +++ b/meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_2.32.0.bb | |||
| @@ -13,7 +13,7 @@ PR = "r3" | |||
| 13 | 13 | ||
| 14 | inherit gnomebase gtk-doc | 14 | inherit gnomebase gtk-doc |
| 15 | 15 | ||
| 16 | DEPENDS = "dbus libgcrypt glib-2.0 intltool-native" | 16 | DEPENDS = "dbus libgcrypt glib-2.0 glib-2.0-native intltool-native" |
| 17 | 17 | ||
| 18 | SRC_URI[archive.md5sum] = "c42b2ca66204835d901d3dbfc1fa5ae6" | 18 | SRC_URI[archive.md5sum] = "c42b2ca66204835d901d3dbfc1fa5ae6" |
| 19 | SRC_URI[archive.sha256sum] = "56388c0d81ddfdb57d30e4963c83ecc1c18498aab99395420e0fff69929a0f0c" | 19 | SRC_URI[archive.sha256sum] = "56388c0d81ddfdb57d30e4963c83ecc1c18498aab99395420e0fff69929a0f0c" |
