From d8b627b8584e461c73b8b8540c2c8e32638c508b Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Fri, 15 Mar 2013 14:41:55 +0800 Subject: netcat: fix PN -> BPN in do_install for multilibs Signed-off-by: Jackie Huang Signed-off-by: Joe MacDonald --- meta-networking/recipes-support/netcat/netcat_0.7.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-networking/recipes-support/netcat') diff --git a/meta-networking/recipes-support/netcat/netcat_0.7.1.bb b/meta-networking/recipes-support/netcat/netcat_0.7.1.bb index 8dacdecb4e..2d98122be6 100644 --- a/meta-networking/recipes-support/netcat/netcat_0.7.1.bb +++ b/meta-networking/recipes-support/netcat/netcat_0.7.1.bb @@ -4,7 +4,7 @@ HOMEPAGE = "http://netcat.sourceforge.net" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" -PR = "r2" +PR = "r3" SRC_URI = "${SOURCEFORGE_MIRROR}/netcat/netcat-${PV}.tar.bz2 \ file://obsolete_autoconf_macros.patch \ @@ -17,6 +17,6 @@ inherit autotools do_install_append() { install -d ${D}${bindir} - mv ${D}${bindir}/nc ${D}${bindir}/nc.${PN} + mv ${D}${bindir}/nc ${D}${bindir}/nc.${BPN} } ALTERNATIVE_PRIORITY = "100" -- cgit 1.2.3-korg