diff options
Diffstat (limited to 'meta-networking/recipes-support/nuttcp/nuttcp_7.2.1.bb')
-rw-r--r-- | meta-networking/recipes-support/nuttcp/nuttcp_7.2.1.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-networking/recipes-support/nuttcp/nuttcp_7.2.1.bb b/meta-networking/recipes-support/nuttcp/nuttcp_7.2.1.bb index a275238a3b..7f666fb059 100644 --- a/meta-networking/recipes-support/nuttcp/nuttcp_7.2.1.bb +++ b/meta-networking/recipes-support/nuttcp/nuttcp_7.2.1.bb | |||
@@ -20,10 +20,10 @@ SRC_URI[sha256sum] = "c6e33810ccce67260f8d5d627f60e429d44f532365c58ed5673d035e2a | |||
20 | S = "${WORKDIR}" | 20 | S = "${WORKDIR}" |
21 | 21 | ||
22 | do_compile () { | 22 | do_compile () { |
23 | ${CC} ${CFLAGS} -o nuttcp nuttcp-${PV}.c | 23 | ${CC} ${CFLAGS} -o nuttcp nuttcp-${PV}.c |
24 | } | 24 | } |
25 | 25 | ||
26 | do_install () { | 26 | do_install () { |
27 | install -d ${D}${bindir} | 27 | install -d ${D}${bindir} |
28 | install -m 0755 nuttcp ${D}${bindir} | 28 | install -m 0755 nuttcp ${D}${bindir} |
29 | } | 29 | } |