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 1UbzLP-0007fM-8A for openembedded-devel@lists.openembedded.org; Mon, 13 May 2013 22:27:40 +0200 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 r4DK9Sox029384 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Mon, 13 May 2013 13:09:28 -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, 13 May 2013 13:09:27 -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 1E1D37FCE for ; Mon, 13 May 2013 16:09:16 -0400 (EDT) Received: by yow-jmacdona-l1 (Postfix, from userid 1000) id 8C7FB410E5; Mon, 13 May 2013 16:09:26 -0400 (EDT) Date: Mon, 13 May 2013 16:09:26 -0400 From: Joe MacDonald To: Message-ID: <20130513200926.GB2694@windriver.com> References: <1368448471-2941-1-git-send-email-jukka.rissanen@linux.intel.com> MIME-Version: 1.0 In-Reply-To: <1368448471-2941-1-git-send-email-jukka.rissanen@linux.intel.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) Subject: Re: [meta-networking][PATCH] vpnc: Runtime dependency to perl was missing 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, 13 May 2013 20:27:43 -0000 X-Groupsio-MsgNum: 44687 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="kVXhAStRUZ/+rrGn" Content-Disposition: inline --kVXhAStRUZ/+rrGn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable [[oe] [meta-networking][PATCH] vpnc: Runtime dependency to perl was missing= ] On 13.05.13 (Mon 15:34) Jukka Rissanen wrote: > Generated package contains perl script but dependecy to perl was missing. >=20 > Signed-off-by: Jukka Rissanen > --- > meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb b/me= ta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb > index 2ce9530..df90234 100644 > --- a/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb > +++ b/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb > @@ -6,7 +6,7 @@ PRIORITY =3D "optional" > LICENSE =3D "GPL-2.0+" > LIC_FILES_CHKSUM =3D "file://COPYING;md5=3D173b74cb8ac640a9992c03f3bce22= a33" > DEPENDS =3D "libgcrypt" > -RDEPENDS_${PN} =3D "kernel-module-tun" > +RDEPENDS_${PN} =3D "kernel-module-tun perl" > =20 > CFLAGS_append =3D ' -DVERSION=3D\\"${PV}\\"' > LDFLAGS_append =3D " -lgcrypt -lgpg-error" Merged, thanks. --=20 -Joe MacDonald. :wq --kVXhAStRUZ/+rrGn Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAlGRSHYACgkQPN8S4W6ZZncoSwCfQ4RdrnmG9mVXlB6WXVTy71kW UNEAnjV361Dx0Ox2xvSLqnzIawfa3EZI =7rnW -----END PGP SIGNATURE----- --kVXhAStRUZ/+rrGn--