All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virt][m-c-s][PATCH 1/1] glusterfs: build with libtirpc
@ 2018-05-23 17:50 Joe Slater
  2018-05-24 20:09 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Joe Slater @ 2018-05-23 17:50 UTC (permalink / raw
  To: meta-virtualization

rpc is not part of glibc 2.27.

Signed-off-by: Joe Slater <joe.slater@windriver.com>
---
 recipes-extended/glusterfs/glusterfs.inc | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/recipes-extended/glusterfs/glusterfs.inc b/recipes-extended/glusterfs/glusterfs.inc
index 0556e2a..02c8a6a 100644
--- a/recipes-extended/glusterfs/glusterfs.inc
+++ b/recipes-extended/glusterfs/glusterfs.inc
@@ -29,9 +29,14 @@ LIC_FILES_CHKSUM = "file://COPYING-GPLV2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
 
 inherit autotools pkgconfig distutils-base update-rc.d systemd
 
-DEPENDS += "bison-native flex-native python-native fuse libaio libxml2 ncurses \
+DEPENDS += "bison-native flex-native python-native fuse libaio libtirpc libxml2 ncurses \
             openssl python readline zlib liburcu util-linux glib-2.0 acl"
 
+# rpc now comes from libtirpc instead of glibc
+#
+CFLAGS += "-I${STAGING_INCDIR}/tirpc"
+LDFLAGS += " -ltirpc"
+
 EXTRA_OECONF = "ac_cv_file__etc_debian_version=no \
                 ac_cv_file__etc_SuSE_release=no \
                 ac_cv_file__etc_redhat_release=no \
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-virt][m-c-s][PATCH 1/1] glusterfs: build with libtirpc
  2018-05-23 17:50 [meta-virt][m-c-s][PATCH 1/1] glusterfs: build with libtirpc Joe Slater
@ 2018-05-24 20:09 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2018-05-24 20:09 UTC (permalink / raw
  To: Joe Slater; +Cc: meta-virtualization

[-- Attachment #1: Type: text/plain, Size: 1606 bytes --]

merged.

Bruce

On Wed, May 23, 2018 at 1:50 PM, Joe Slater <joe.slater@windriver.com>
wrote:

> rpc is not part of glibc 2.27.
>
> Signed-off-by: Joe Slater <joe.slater@windriver.com>
> ---
>  recipes-extended/glusterfs/glusterfs.inc | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/recipes-extended/glusterfs/glusterfs.inc
> b/recipes-extended/glusterfs/glusterfs.inc
> index 0556e2a..02c8a6a 100644
> --- a/recipes-extended/glusterfs/glusterfs.inc
> +++ b/recipes-extended/glusterfs/glusterfs.inc
> @@ -29,9 +29,14 @@ LIC_FILES_CHKSUM = "file://COPYING-GPLV2;md5=
> b234ee4d69f5fce4486a80fdaf4a4263 \
>
>  inherit autotools pkgconfig distutils-base update-rc.d systemd
>
> -DEPENDS += "bison-native flex-native python-native fuse libaio libxml2
> ncurses \
> +DEPENDS += "bison-native flex-native python-native fuse libaio libtirpc
> libxml2 ncurses \
>              openssl python readline zlib liburcu util-linux glib-2.0 acl"
>
> +# rpc now comes from libtirpc instead of glibc
> +#
> +CFLAGS += "-I${STAGING_INCDIR}/tirpc"
> +LDFLAGS += " -ltirpc"
> +
>  EXTRA_OECONF = "ac_cv_file__etc_debian_version=no \
>                  ac_cv_file__etc_SuSE_release=no \
>                  ac_cv_file__etc_redhat_release=no \
> --
> 2.7.4
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end"

[-- Attachment #2: Type: text/html, Size: 2512 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-05-24 20:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-23 17:50 [meta-virt][m-c-s][PATCH 1/1] glusterfs: build with libtirpc Joe Slater
2018-05-24 20:09 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.