All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joe MacDonald <Joe.MacDonald@windriver.com>
To: <rongqing.li@windriver.com>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] autofs: two fixes
Date: Tue, 18 Jun 2013 10:11:32 -0400	[thread overview]
Message-ID: <20130618141131.GA10017@windriver.com> (raw)
In-Reply-To: <1371537142-19210-1-git-send-email-rongqing.li@windriver.com>

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

Merged.  I re-generated your autofs-5.0.7-fix-lib-deps.patch just to
pretty it up a bit.  Please try to avoid sending patches with timestamps
in the diff.

Thanks, Roy.
-J.

[[PATCH] autofs: two fixes] On 13.06.18 (Tue 14:32) rongqing.li@windriver.com wrote:

> From: "Roy.Li" <rongqing.li@windriver.com>
> 
> autofs's lib sources have a dependency on a number of files that are
> generated by rpcgen during buildtime.
> 
> fix a typo in configure.in
> 
> Signed-off-by: Roy.Li <rongqing.li@windriver.com>
> ---
>  .../autofs-5.0.7/autofs-5.0.7-fix-lib-deps.patch      |   17 +++++++++++++++++
>  .../recipes-daemons/autofs/autofs_5.0.7.bb            |    2 ++
>  2 files changed, 19 insertions(+)
>  create mode 100644 meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-fix-lib-deps.patch
> 
> diff --git a/meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-fix-lib-deps.patch b/meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-fix-lib-deps.patch
> new file mode 100644
> index 0000000..eff49f1
> --- /dev/null
> +++ b/meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-fix-lib-deps.patch
> @@ -0,0 +1,17 @@
> +Fix the dependency issue
> +
> +Upstream-Status: Pending
> +
> +autofs's lib sources have a dependency on a number of files that are
> +generated by rpcgen during buildtime
> +
> +Signed-off-by: Roy.Li <rongqing.li@windriver.com>
> +
> +diff -uNr autofs-5.0.7.orig/lib/Makefile autofs-5.0.7/lib/Makefile
> +--- autofs-5.0.7.orig/lib/Makefile	2013-02-04 13:41:49.946341454 -0800
> ++++ autofs-5.0.7/lib/Makefile	2013-02-04 13:42:19.954107635 -0800
> +@@ -75,3 +75,4 @@
> + clean:
> + 	rm -f $(LIB) $(RPCS) $(OBJS) $(YACCSRC) *.output *~
> + 
> ++$(OBJS): $(RPCS)
> diff --git a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
> index 74a4e68..0c66ebc 100644
> --- a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
> +++ b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
> @@ -59,6 +59,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/daemons/autofs/v5/autofs-${PV}.tar.bz2 \
>             file://libtirpc-name-clash-backout.patch \
>             file://autofs-5.0.7-do-not-check-for-modprobe.patch \
>             file://fix_disable_ldap.patch \
> +           file://autofs-5.0.7-fix-lib-deps.patch \
>  "
>  
>  SRC_URI[md5sum] = "bc46838dece83c02d800ff144ed9f431"
> @@ -87,6 +88,7 @@ CACHED_CONFIGUREVARS = "ac_cv_path_RANLIB=${RANLIB} \
>  "
>  
>  do_configure_prepend () {
> +    sed -e "s:filagdir:flagdir:" -i configure.in
>      if [ ! -e acinclude.m4 ]; then
>          cp aclocal.m4 acinclude.m4
>      fi
-- 
-Joe MacDonald.
:wq

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

      reply	other threads:[~2013-06-18 14:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-18  6:32 [PATCH] autofs: two fixes rongqing.li
2013-06-18 14:11 ` Joe MacDonald [this message]

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=20130618141131.GA10017@windriver.com \
    --to=joe.macdonald@windriver.com \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=rongqing.li@windriver.com \
    /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 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.