summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/netcat/netcat-openbsd_1.89.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-support/netcat/netcat-openbsd_1.89.bb')
-rw-r--r--meta-networking/recipes-support/netcat/netcat-openbsd_1.89.bb12
1 files changed, 6 insertions, 6 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 00eec3ea0..0a30de6a4 100644
--- a/meta-networking/recipes-support/netcat/netcat-openbsd_1.89.bb
+++ b/meta-networking/recipes-support/netcat/netcat-openbsd_1.89.bb
@@ -19,14 +19,14 @@ S = "${WORKDIR}/${BPN}-${PV}.orig"
19do_configure[noexec] = "1" 19do_configure[noexec] = "1"
20 20
21do_compile() { 21do_compile() {
22 cd ${S} 22 cd ${S}
23 while read line; do patch -p1 <debian/patches/$line; done <debian/patches/series 23 while read line; do patch -p1 <debian/patches/$line; done <debian/patches/series
24 pkgrel=4 24 pkgrel=4
25 oe_runmake CFLAGS="$CFLAGS -DDEBIAN_VERSION=\"\\\"${pkgrel}\\\"\"" 25 oe_runmake CFLAGS="$CFLAGS -DDEBIAN_VERSION=\"\\\"${pkgrel}\\\"\""
26} 26}
27 27
28do_install() { 28do_install() {
29 install -d ${D}${bindir} 29 install -d ${D}${bindir}
30 install -m 755 ${S}/nc ${D}${bindir}/nc.${BPN} 30 install -m 755 ${S}/nc ${D}${bindir}/nc.${BPN}
31} 31}
32ALTERNATIVE_PRIORITY = "50" 32ALTERNATIVE_PRIORITY = "50"