mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
tnftp: switch to using variable flags for alternatives
Up to now in this recipe the alternative mechanism only worked by accident, so do like all other recipes and utilize varflags. Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
5ae6f9434f
commit
21a0a86141
|
|
@ -23,8 +23,8 @@ inherit autotools update-alternatives pkgconfig
|
|||
ALTERNATIVE_PRIORITY = "100"
|
||||
|
||||
ALTERNATIVE:${PN} = "ftp"
|
||||
ALTERNATIVE_LINK_NAME_${PN} = "${bindir}/ftp"
|
||||
ALTERNATIVE_TARGET_${PN} = "${bindir}/tnftp"
|
||||
ALTERNATIVE_LINK_NAME[ftp] = "${bindir}/ftp"
|
||||
ALTERNATIVE_TARGET[ftp] = "${bindir}/tnftp"
|
||||
|
||||
FILES:${PN} = "${bindir}/tnftp"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user