packages: improve dependency check in virtual packages.
authoreric.le.bihan.dev@free.fr <eric.le.bihan.dev@free.fr>
Tue, 25 Feb 2014 15:45:36 +0000 (16:45 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 25 Feb 2014 20:29:34 +0000 (21:29 +0100)
commitf72fe5736c806e6079830f3d953dc9875827b86b
tree00014c55581c4ac22461f37c3d4cbbb414b295b4
parent4c10eedc103ba9648f73439f1ab5d801da9d2ed7
packages: improve dependency check in virtual packages.

The current version of dependency check for virtual package <foo>
defines FOO_CONFIGURE_CMDS to print an error message if the
dependencies are not met.

This patch updates all the virtual packages to use the GNU Make control
function $(error text...) instead.

This makes the error happen at the beginning of the build, with a clearer
message.

Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Reviewed-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/luainterpreter/luainterpreter.mk
package/opengl/libegl/libegl.mk
package/opengl/libgles/libgles.mk
package/opengl/libopenmax/libopenmax.mk
package/opengl/libopenvg/libopenvg.mk
package/powervr/powervr.mk