diff options
Diffstat (limited to 'meta-networking')
| -rw-r--r-- | meta-networking/recipes-support/netcat/netcat_0.7.1.bb | 4 |
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 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" | |||
| 4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
| 6 | 6 | ||
| 7 | PR = "r2" | 7 | PR = "r3" |
| 8 | 8 | ||
| 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/netcat/netcat-${PV}.tar.bz2 \ | 9 | SRC_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 | ||
| 18 | do_install_append() { | 18 | do_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 | } |
| 22 | ALTERNATIVE_PRIORITY = "100" | 22 | ALTERNATIVE_PRIORITY = "100" |
