diff options
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring/musl.patch | 17 | ||||
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb | 4 |
2 files changed, 20 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring/musl.patch b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring/musl.patch new file mode 100644 index 0000000000..050b87ab24 --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring/musl.patch | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | include sys/select.h for FD_* macros | ||
| 2 | |||
| 3 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 4 | Upstream-Status: Pending | ||
| 5 | |||
| 6 | Index: gnome-keyring-2.32.1/pkcs11/rpc-layer/gkm-rpc-daemon-standalone.c | ||
| 7 | =================================================================== | ||
| 8 | --- gnome-keyring-2.32.1.orig/pkcs11/rpc-layer/gkm-rpc-daemon-standalone.c | ||
| 9 | +++ gnome-keyring-2.32.1/pkcs11/rpc-layer/gkm-rpc-daemon-standalone.c | ||
| 10 | @@ -32,6 +32,7 @@ | ||
| 11 | #include <unistd.h> | ||
| 12 | #include <stdlib.h> | ||
| 13 | #include <string.h> | ||
| 14 | +#include <sys/select.h> | ||
| 15 | |||
| 16 | #include <dlfcn.h> | ||
| 17 | #include <pthread.h> | ||
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" |
