package/edid-decode: use TARGET_CONFIGURE_OPTS
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sat, 6 Jun 2020 12:28:09 +0000 (14:28 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 6 Jun 2020 19:29:26 +0000 (21:29 +0200)
commit18684d51f446ebde877e28ea3a242150b0f71fe4
treeea76c32a463a4b076fc5b4bb05ce6d06de25256a
parent31e6e05f7236bea4eba7825c6e78bdd1d41af66b
package/edid-decode: use TARGET_CONFIGURE_OPTS

Do not use CXX to set the "$(TARGET_CXX) $(TARGET_CXXFLAGS)
$(TARGET_LDFLAGS)" variables and instead use TARGET_CONFIGURE_OPTS to
pass variables using the "standard" variables.

LDFLAGS is supported since
https://git.linuxtv.org/edid-decode.git/commit/?id=0a454bcbba5e172c64236811ed98c161689372f1

CFLAGS is supported since
https://git.linuxtv.org/edid-decode.git/commit/?id=b202b675e38578b33494fc45c2869917e66ba22d

edid-decode did not switch CFLAGS to CXXFLAGS in
https://git.linuxtv.org/edid-decode.git/commit/Makefile?id=e00579c128ced87a69df29a01caaaf0cd4a4c8cc
so use CFLAGS to pass TARGET_CXXFLAGS

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/edid-decode/edid-decode.mk