package/cdrkit: fix namespace of variables
authorYann E. MORIN <yann.morin.1998@free.fr>
Fri, 26 Sep 2014 20:13:59 +0000 (22:13 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 27 Sep 2014 07:42:28 +0000 (09:42 +0200)
commit126f258df509c4ff36eb4bc43375e841071bf173
treef734ddff71885d09de8c5705d5f8545f52d0c2b7
parenta3fe0fe73d840af1d9f557ddace43397642d6645
package/cdrkit: fix namespace of variables

Not all cdrkit variables are prefixed with CDRKIT_, so they leak.

Most importantly, they look like they belong to another package's
namespace, cmake, as they start with CMAKE_ (but fortunately, they
have no impact on cmake, as they are not used by our infras.)

Fix that by removing the intermediate variables, and directly set
the CDRKIT_CONF_OPT variable.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/cdrkit/cdrkit.mk