diff options
| author | Khem Raj <raj.khem@gmail.com> | 2017-09-14 23:44:28 -0700 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-09-18 10:18:12 +0200 |
| commit | 04a99d7a1934865e3a30b967d4b16fd165678f55 (patch) | |
| tree | d7231b4c4da9cb885ba3e5d8d4cc7fd9fe1524d6 /meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb | |
| parent | 4bd83dd9df75d31c8a302a8e89bf99f1042fc5bc (diff) | |
| download | meta-openembedded-04a99d7a1934865e3a30b967d4b16fd165678f55.tar.gz | |
gnome-keyring: Fix build with musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb')
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb index 3b4cbf57f9..fd6ca73a41 100644 --- a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb +++ b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb | |||
| @@ -15,7 +15,9 @@ PR = "r12" | |||
| 15 | 15 | ||
| 16 | inherit autotools gnome gtk-doc pkgconfig gsettings | 16 | inherit autotools gnome gtk-doc pkgconfig gsettings |
| 17 | 17 | ||
| 18 | SRC_URI += "file://egg-asn1x.patch" | 18 | SRC_URI += "file://egg-asn1x.patch \ |
| 19 | file://musl.patch \ | ||
| 20 | " | ||
| 19 | 21 | ||
| 20 | DEPENDS = "gtk+ libgcrypt libtasn1 libtasn1-native gconf ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)} intltool-native" | 22 | DEPENDS = "gtk+ libgcrypt libtasn1 libtasn1-native gconf ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)} intltool-native" |
| 21 | RDEPENDS_${PN} = "libgnome-keyring glib-2.0-utils" | 23 | RDEPENDS_${PN} = "libgnome-keyring glib-2.0-utils" |
