From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by mail.openembedded.org (Postfix) with ESMTP id 48FEF601AF for ; Tue, 18 Jun 2013 14:11:32 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail1.windriver.com (8.14.5/8.14.3) with ESMTP id r5IEBYmY012178 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Tue, 18 Jun 2013 07:11:34 -0700 (PDT) Received: from yow-jmacdona-d1.ottawa.wrs.com (128.224.146.66) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server (TLS) id 14.2.342.3; Tue, 18 Jun 2013 07:11:32 -0700 Received: from yow-jmacdona-l1 (yow-jmacdona-d2.wrs.com [128.224.146.166]) by yow-jmacdona-d1.ottawa.wrs.com (Postfix) with ESMTP id 15A997FD0; Tue, 18 Jun 2013 10:11:13 -0400 (EDT) Received: by yow-jmacdona-l1 (Postfix, from userid 1000) id 3260740534; Tue, 18 Jun 2013 10:11:32 -0400 (EDT) Date: Tue, 18 Jun 2013 10:11:32 -0400 From: Joe MacDonald To: Message-ID: <20130618141131.GA10017@windriver.com> References: <1371537142-19210-1-git-send-email-rongqing.li@windriver.com> MIME-Version: 1.0 In-Reply-To: <1371537142-19210-1-git-send-email-rongqing.li@windriver.com> X-URL: http://github.com/joeythesaint/joe-s-common-environment/tree/master X-Configuration: git://github.com/joeythesaint/joe-s-common-environment.git X-Editor: Vim-703 http://www.vim.org User-Agent: Mutt/1.5.21 (2010-09-15) Cc: openembedded-devel@lists.openembedded.org Subject: Re: [PATCH] autofs: two fixes X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jun 2013 14:11:32 -0000 X-Groupsio-MsgNum: 45123 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7AUc2qLy4jB3hD7Z" Content-Disposition: inline --7AUc2qLy4jB3hD7Z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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.c= om wrote: > From: "Roy.Li" >=20 > autofs's lib sources have a dependency on a number of files that are > generated by rpcgen during buildtime. >=20 > fix a typo in configure.in >=20 > Signed-off-by: Roy.Li > --- > .../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/a= utofs-5.0.7-fix-lib-deps.patch >=20 > diff --git a/meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5= =2E0.7-fix-lib-deps.patch b/meta-networking/recipes-daemons/autofs/autofs-5= =2E0.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-fi= x-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 > + > +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 *~ > +=20 > ++$(OBJS): $(RPCS) > diff --git a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb b/met= a-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 =3D "${KERNELORG_MIRROR}/linux/daemons/autofs/v= 5/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 \ > " > =20 > SRC_URI[md5sum] =3D "bc46838dece83c02d800ff144ed9f431" > @@ -87,6 +88,7 @@ CACHED_CONFIGUREVARS =3D "ac_cv_path_RANLIB=3D${RANLIB}= \ > " > =20 > do_configure_prepend () { > + sed -e "s:filagdir:flagdir:" -i configure.in > if [ ! -e acinclude.m4 ]; then > cp aclocal.m4 acinclude.m4 > fi --=20 -Joe MacDonald. :wq --7AUc2qLy4jB3hD7Z Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEUEARECAAYFAlHAapMACgkQPN8S4W6ZZnfMegCdFEQvoUl7HKpe8bh9eT1VPYyI WboAmLWyL17zTHgELR3jkDfZbRvTF7M= =nRtb -----END PGP SIGNATURE----- --7AUc2qLy4jB3hD7Z--