]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
libmediaart: rename options to have proper prefix
authorPetr Vorel <petr.vorel@gmail.com>
Sun, 13 May 2018 19:07:36 +0000 (21:07 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 21 May 2018 21:13:52 +0000 (23:13 +0200)
commit8553b3988717664a7130bcd58f54eb65cdb8c9e0
tree9100e55e7537072d25e9650fd97c6451c7ab534c
parentb54c5464cc57d70af2ac68adcb34dab616bef3be
libmediaart: rename options to have proper prefix

Options should be prefixed by BR2_PACKAGE_LIBMEDIAART and not
BR2_PACKAGE_MEDIAART, but package was using both prefixes.

This was found as default symbol was defined as
BR2_PACKAGE_LIBMEDIAART_BACKEND_NONE (correct prefix), but symbol
was actually BR2_PACKAGE_MEDIAART_BACKEND_NONE).

This commit therefore renames the incorrectly named options, and adds
Config.in.legacy handling. Since the options are part of a choice, the
legacy handling cannot select the new options, and is only here to
inform the user.

Fixes: c443830a57 libmediaart: new package
Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
[Thomas: improve commit log, add Config.in.legacy handling]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Config.in.legacy
package/libmediaart/Config.in
package/libmediaart/libmediaart.mk