Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 06/18] libtirpc: new package
Date: Sun, 04 Nov 2012 00:53:26 +0100	[thread overview]
Message-ID: <5095AE76.70301@mind.be> (raw)
In-Reply-To: <045efa9091a2b75fca45da07eeeb107d90418771.1351964808.git.thomas.petazzoni@free-electrons.com>

On 11/03/12 18:47, Thomas Petazzoni wrote:
> Signed-off-by: Thomas Petazzoni<thomas.petazzoni@free-electrons.com>
[snip]
> diff --git a/package/libtirpc/Config.in b/package/libtirpc/Config.in
> new file mode 100644
> index 0000000..0172f0d
> --- /dev/null
> +++ b/package/libtirpc/Config.in
> @@ -0,0 +1,12 @@
> +config BR2_PACKAGE_LIBTIRPC
> +	bool "libtirpc"
> +	depends on !BR2_TOOLCHAIN_HAS_NATIVE_RPC

  This line is removed again in the next patch.

> +	help
> +	  Libtirpc is a port of Sun's Transport-Independent RPC
> +	  library to Linux.
> +
> +	  http://sourceforge.net/projects/libtirpc/
> +
> +config BR2_RPC_SUPPORT_AVAILABLE
> +       bool
> +       default y if (BR2_TOOLCHAIN_HAS_NATIVE_RPC || BR2_PACKAGE_LIBTIRPC)
> diff --git a/package/libtirpc/libtirpc-0001-Disable-parts-of-TIRPC-requiring-NIS-support.patch b/package/libtirpc/libtirpc-0001-Disable-parts-of-TIRPC-requiring-NIS-support.patch

  What's the upstream status of the patches?  I guess at least this one will not be accepted
upstream...

[snip]
> diff --git a/package/libtirpc/libtirpc.mk b/package/libtirpc/libtirpc.mk
> new file mode 100644
> index 0000000..32fbeb5
> --- /dev/null
> +++ b/package/libtirpc/libtirpc.mk
> @@ -0,0 +1,17 @@
> +#############################################################
> +#
> +# libtirpc
> +#
> +#############################################################
> +
> +LIBTIRPC_VERSION = 0.2.2
> +LIBTIRPC_SOURCE = libtirpc-$(LIBTIRPC_VERSION).tar.bz2
> +LIBTIRPC_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/project/libtirpc/libtirpc/$(LIBTIRPC_VERSION)

  http://downloads.sourceforge.net/project/libtirpc/libtirpc/$(LIBTIRPC_VERSION)

> +LIBTIRPC_LICENSE = BSD-3c
> +LIBTIRPC_LICENSE_FILES = COPYING
> +
> +LIBTIRPC_INSTALL_STAGING = YES
> +LIBTIRPC_AUTORECONF = YES
> +LIBTIRPC_DEPENDENCIES = host-pkg-config

  host-pkgconf

> +
> +$(eval $(autotools-package))


  Maybe test your patch :-)

  Regards,
  Arnout
-- 
Arnout Vandecappelle                               arnout at mind be
Senior Embedded Software Architect                 +32-16-286540
Essensium/Mind                                     http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium                BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

  reply	other threads:[~2012-11-03 23:53 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-03 17:47 [Buildroot] [pull request] Pull request for branch for-2012.11/rpc-support Thomas Petazzoni
2012-11-03 17:47 ` [Buildroot] [PATCH 01/18] uClibc: use the Buildroot toolchain options instead of the hidden common options Thomas Petazzoni
2012-11-03 23:32   ` Arnout Vandecappelle
2012-11-04  0:11   ` Peter Korsgaard
2012-11-03 17:47 ` [Buildroot] [PATCH 02/18] busybox: don't force FEATURE_NFS_MOUNT Thomas Petazzoni
2012-11-03 23:35   ` Arnout Vandecappelle
2012-11-04  0:12   ` Peter Korsgaard
2012-11-03 17:47 ` [Buildroot] [PATCH 03/18] toolchain-crosstool-ng: use the Crosstool-ng config options instead of the common hidden ones Thomas Petazzoni
2012-11-03 23:39   ` Arnout Vandecappelle
2012-11-04  0:13   ` Peter Korsgaard
2012-11-03 17:47 ` [Buildroot] [PATCH 04/18] Rename BR2_INET_RPC to BR2_TOOLCHAIN_HAS_NATIVE_RPC Thomas Petazzoni
2012-11-03 23:42   ` Arnout Vandecappelle
2012-11-04  0:15   ` Peter Korsgaard
2012-11-03 17:47 ` [Buildroot] [PATCH 05/18] toolchain-external: improve glibc support to test availability of RPC Thomas Petazzoni
2012-11-03 23:45   ` Arnout Vandecappelle
2012-11-03 17:47 ` [Buildroot] [PATCH 06/18] libtirpc: new package Thomas Petazzoni
2012-11-03 23:53   ` Arnout Vandecappelle [this message]
2012-11-04  0:47   ` Peter Korsgaard
2012-11-03 17:47 ` [Buildroot] [PATCH 07/18] busybox: add support to link against libtirpc when available Thomas Petazzoni
2012-11-03 23:56   ` Arnout Vandecappelle
2012-11-03 17:47 ` [Buildroot] [PATCH 08/18] lmbench: add support to use " Thomas Petazzoni
2012-11-04  0:01   ` Arnout Vandecappelle
2012-11-03 17:47 ` [Buildroot] [PATCH 09/18] nfs-utils: add support to use RPC support from libtirpc Thomas Petazzoni
2012-11-03 17:47 ` [Buildroot] [PATCH 10/18] rpcbind: new package Thomas Petazzoni
2012-11-03 17:47 ` [Buildroot] [PATCH 11/18] portmap: mention that rpcbind is the project that superseds portmap Thomas Petazzoni
2012-11-03 17:47 ` [Buildroot] [PATCH 12/18] quota: add support to use RPC support from libtirpc Thomas Petazzoni
2012-11-03 17:47 ` [Buildroot] [PATCH 13/18] samba: unconditionally enable --with-sys-quotas Thomas Petazzoni
2012-11-03 17:47 ` [Buildroot] [PATCH 14/18] xinetd: add support to use RPC support from libtirpc Thomas Petazzoni
2012-11-03 17:48 ` [Buildroot] [PATCH 15/18] toolchain-external: add Sourcery CodeBench SuperH 2012.03 Thomas Petazzoni
2012-11-04  6:52   ` Baruch Siach
2012-11-03 17:48 ` [Buildroot] [PATCH 16/18] toolchain-external: add Sourcery CodeBench x86 2012.03 Thomas Petazzoni
2012-11-04  3:15   ` Arnout Vandecappelle
2012-11-03 17:48 ` [Buildroot] [PATCH 17/18] netkitbase: mark as deprecated Thomas Petazzoni
2012-11-04  0:18   ` Peter Korsgaard
2012-11-03 17:48 ` [Buildroot] [PATCH 18/18] netkittelnet: " Thomas Petazzoni
2012-11-04  0:18   ` Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5095AE76.70301@mind.be \
    --to=arnout@mind.be \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox