diff options
-rw-r--r-- | meta-networking/recipes-support/netcat/netcat_0.7.1.bb | 2 |
1 files changed, 2 insertions, 0 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 14d743f820..1e113de519 100644 --- a/meta-networking/recipes-support/netcat/netcat_0.7.1.bb +++ b/meta-networking/recipes-support/netcat/netcat_0.7.1.bb | |||
@@ -16,6 +16,8 @@ SRC_URI[sha256sum] = "b55af0bbdf5acc02d1eb6ab18da2acd77a400bafd074489003f3df0967 | |||
16 | 16 | ||
17 | inherit autotools | 17 | inherit autotools |
18 | 18 | ||
19 | CVE_PRODUCT = "netcat_project:netcat" | ||
20 | |||
19 | do_install_append() { | 21 | do_install_append() { |
20 | install -d ${D}${bindir} | 22 | install -d ${D}${bindir} |
21 | mv ${D}${bindir}/nc ${D}${bindir}/nc.${BPN} | 23 | mv ${D}${bindir}/nc ${D}${bindir}/nc.${BPN} |