From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail1.windriver.com ([147.11.146.13]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1UHf8T-0005Yh-4e for openembedded-devel@lists.openembedded.org; Mon, 18 Mar 2013 19:50:26 +0100 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 r2IIXQ0q009301 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Mon, 18 Mar 2013 11:33:26 -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; Mon, 18 Mar 2013 11:33:26 -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 B25097FE2; Mon, 18 Mar 2013 14:32:47 -0400 (EDT) Received: by yow-jmacdona-l1 (Postfix, from userid 1000) id 837EA225A7; Mon, 18 Mar 2013 14:33:25 -0400 (EDT) Date: Mon, 18 Mar 2013 14:33:25 -0400 From: Joe MacDonald To: Message-ID: <20130318183325.GA14025@windriver.com> References: <1363592406-27335-1-git-send-email-koen@dominion.thruhere.net> MIME-Version: 1.0 In-Reply-To: <1363592406-27335-1-git-send-email-koen@dominion.thruhere.net> 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: Koen Kooi Subject: Re: [meta-networking][PATCH] cifs-utils: add 5.9 X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 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: Mon, 18 Mar 2013 18:50:27 -0000 X-Groupsio-MsgNum: 43585 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="8t9RHnE3ZwKMSgU+" Content-Disposition: inline --8t9RHnE3ZwKMSgU+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hey Koen, [[oe] [meta-networking][PATCH] cifs-utils: add 5.9] On 13.03.18 (Mon 08:40)= Koen Kooi wrote: > Signed-off-by: Koen Kooi > --- > meta-networking/recipes-support/cifs/cifs-utils_git.bb | 15 ++++++++++++= +++ > 1 file changed, 15 insertions(+) > create mode 100644 meta-networking/recipes-support/cifs/cifs-utils_git.bb >=20 > diff --git a/meta-networking/recipes-support/cifs/cifs-utils_git.bb b/met= a-networking/recipes-support/cifs/cifs-utils_git.bb > new file mode 100644 > index 0000000..c78527e > --- /dev/null > +++ b/meta-networking/recipes-support/cifs/cifs-utils_git.bb > @@ -0,0 +1,15 @@ > +DESCRIPTION =3D "A a package of utilities for doing and managing mounts = of the Linux CIFS filesystem." > +HOMEPAGE =3D "http://wiki.samba.org/index.php/LinuxCIFS_utils" > + > +LICENSE =3D "GPLv3 && LGPLv3" > +LIC_FILES_CHKSUM =3D "file://COPYING;md5=3Dd32239bcb673463ab874e80d47fae= 504" > + > +PV =3D "5.9" > + > +SRCREV =3D "353d491dcb5d69d31434abeb962c8e9a49c36867" > +SRC_URI =3D "git://git.samba.org/cifs-utils.git" > + > +S =3D "${WORKDIR}/git" > + > +inherit autotools > + I had to make two changes to this recipe to address the following QA: WARNING: cifs-utils-5.9-r0: Failed to parse it's LICENSE field. WARNING: QA Issue: cifs-utils: Files/directories were installed but not shi= pped /usr/bin /usr/sbin First one's easy, I changed: +LICENSE =3D "GPLv3 && LGPLv3" to +LICENSE =3D "GPLv3 & LGPLv3" The second one I wasn't completely sure I was capturing what you intended to do with this, but I added this to the bottom of your recipe: +do_install_append() { + # Remove empty /usr/*bin directory since the mount helper is installed to= /sbin + rmdir ${D}${bindir} ${D}${sbindir} +} This actually kind of seems like the wrong thing to do, but it also looks like cifs-utils don't care what sbindir and bindir point at. If you're okay with this, I'll merge the modified patch I have in tree now, or you can send an updated patch, whichever you prefer. --=20 -Joe MacDonald. :wq --8t9RHnE3ZwKMSgU+ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAlFHXfUACgkQPN8S4W6ZZnd0ygCdGat7q9iZvrZtgDNb47+iKf1W yjsAnjJQHVUVho8EWzVPW2jbsazf39pl =Fa8X -----END PGP SIGNATURE----- --8t9RHnE3ZwKMSgU+--