diff options
| -rw-r--r-- | meta-networking/recipes-support/tnftp/tnftp_20210827.bb | 4 |
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 | |||
| 23 | ALTERNATIVE_PRIORITY = "100" | 23 | ALTERNATIVE_PRIORITY = "100" |
| 24 | 24 | ||
| 25 | ALTERNATIVE:${PN} = "ftp" | 25 | ALTERNATIVE:${PN} = "ftp" |
| 26 | ALTERNATIVE_LINK_NAME_${PN} = "${bindir}/ftp" | 26 | ALTERNATIVE_LINK_NAME[ftp] = "${bindir}/ftp" |
| 27 | ALTERNATIVE_TARGET_${PN} = "${bindir}/tnftp" | 27 | ALTERNATIVE_TARGET[ftp] = "${bindir}/tnftp" |
| 28 | 28 | ||
| 29 | FILES:${PN} = "${bindir}/tnftp" | 29 | FILES:${PN} = "${bindir}/tnftp" |
| 30 | 30 | ||
