summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2013-03-15 14:41:55 +0800
committerJoe MacDonald <joe.macdonald@windriver.com>2013-03-18 15:13:52 -0400
commitd8b627b8584e461c73b8b8540c2c8e32638c508b (patch)
treed4ce870d9441f4e723c12e50e50c31e9ada5c8c7 /meta-networking
parent9b29616d08763a85237888f2eaa6196196574376 (diff)
downloadmeta-openembedded-d8b627b8584e461c73b8b8540c2c8e32638c508b.tar.gz
netcat: fix PN -> BPN in do_install for multilibs
Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-support/netcat/netcat_0.7.1.bb4
1 files changed, 2 insertions, 2 deletions
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 8dacdecb4..2d98122be 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"
4LICENSE = "GPLv2" 4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 5LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
6 6
7PR = "r2" 7PR = "r3"
8 8
9SRC_URI = "${SOURCEFORGE_MIRROR}/netcat/netcat-${PV}.tar.bz2 \ 9SRC_URI = "${SOURCEFORGE_MIRROR}/netcat/netcat-${PV}.tar.bz2 \
10 file://obsolete_autoconf_macros.patch \ 10 file://obsolete_autoconf_macros.patch \
@@ -17,6 +17,6 @@ inherit autotools
17 17
18do_install_append() { 18do_install_append() {
19 install -d ${D}${bindir} 19 install -d ${D}${bindir}
20 mv ${D}${bindir}/nc ${D}${bindir}/nc.${PN} 20 mv ${D}${bindir}/nc ${D}${bindir}/nc.${BPN}
21} 21}
22ALTERNATIVE_PRIORITY = "100" 22ALTERNATIVE_PRIORITY = "100"