Skip to content
Commit b0fb477a authored by Paul Barker's avatar Paul Barker Committed by Martin Jansa
Browse files

fbset: Replace deprecated update-alternatives syntax



Building fbset gave the following warning:

	WARNING: fbset: Use of ALTERNATIVE_NAME is deprecated, see
		update-alternatives.bbclass for more info.

update-alternatives.bbclass states that this warning will eventually become an
error so this is worth fixing.

The use of deprecated syntax is replaced with current syntax to do the same
thing. To test that this works, a .deb package was created and the post-install
script was checked to ensure that update-alternatives would be called with the
exact same arguments as it was by the script generated by the old recipe.

Signed-off-by: default avatarPaul Barker <paul@paulbarker.me.uk>
Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
parent cbe69cab
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment