From patchwork Mon Feb 11 18:16:19 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-networking,2/3] netcat-openbsd: resolve multilib issues. Date: Mon, 11 Feb 2013 18:16:19 -0000 From: Aws Ismail X-Patchwork-Id: 44467 Message-Id: <1360606580-27697-3-git-send-email-aws.ismail@windriver.com> To: Cc: joe.macdonald@windriver.com Make recipe changes to enable successfull building when multilib is being used. Signed-off-by: Aws Ismail --- .../recipes-support/netcat/netcat-openbsd_1.89.bb | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-networking/recipes-support/netcat/netcat-openbsd_1.89.bb b/meta-networking/recipes-support/netcat/netcat-openbsd_1.89.bb index 25cbfa6..00eec3e 100644 --- a/meta-networking/recipes-support/netcat/netcat-openbsd_1.89.bb +++ b/meta-networking/recipes-support/netcat/netcat-openbsd_1.89.bb @@ -2,7 +2,7 @@ require netcat.inc DESCRIPTION = "OpenBSD Netcat" HOMEPAGE = "http://ftp.debian.org" LICENSE = "BSD-3-Clause" -PR = "r1" +PR = "r2" DEPENDS += "glib-2.0" @@ -14,7 +14,7 @@ SRC_URI[netcat.sha256sum] = "72e844dde8a2a7cba61971d493758dbea9ef0b164bccef15fd4 SRC_URI[netcat-patch.md5sum] = "00c65aa22243b76998174c733cbb64cc" SRC_URI[netcat-patch.sha256sum] = "d5b6b2bd9788114bdcfbb71acad0263720b4fdc41529e287adf451b8610f84f1" -S = "${WORKDIR}/${PN}-${PV}.orig" +S = "${WORKDIR}/${BPN}-${PV}.orig" do_configure[noexec] = "1" @@ -27,6 +27,6 @@ do_compile() { do_install() { install -d ${D}${bindir} - install -m 755 ${S}/nc ${D}${bindir}/nc.${PN} + install -m 755 ${S}/nc ${D}${bindir}/nc.${BPN} } ALTERNATIVE_PRIORITY = "50"