summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/tnftp/tnftp_20210827.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/tnftp/tnftp_20210827.bb b/meta-networking/recipes-support/tnftp/tnftp_20210827.bb
index 8c5892668d..a6ba671e70 100644
--- a/meta-networking/recipes-support/tnftp/tnftp_20210827.bb
+++ b/meta-networking/recipes-support/tnftp/tnftp_20210827.bb
@@ -23,8 +23,8 @@ inherit autotools update-alternatives pkgconfig
23ALTERNATIVE_PRIORITY = "100" 23ALTERNATIVE_PRIORITY = "100"
24 24
25ALTERNATIVE:${PN} = "ftp" 25ALTERNATIVE:${PN} = "ftp"
26ALTERNATIVE_LINK_NAME_${PN} = "${bindir}/ftp" 26ALTERNATIVE_LINK_NAME[ftp] = "${bindir}/ftp"
27ALTERNATIVE_TARGET_${PN} = "${bindir}/tnftp" 27ALTERNATIVE_TARGET[ftp] = "${bindir}/tnftp"
28 28
29FILES:${PN} = "${bindir}/tnftp" 29FILES:${PN} = "${bindir}/tnftp"
30 30