mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
Switch to meson-package to fix the following build failure raised since bump to 6f117a8 in commit4f5790116band https://git.linuxtv.org/edid-decode.git/commit/?id=cdf81907def8658a66041a76ef2542e9a888cbed: make[1]: *** No targets specified and no makefile found. Stop. Fixes:4f5790116b- http://autobuild.buildroot.org/results/c569b0484dcd33f6ea88a9b6f11df5b54401db96 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
421 B
Makefile
14 lines
421 B
Makefile
################################################################################
|
|
#
|
|
# edid-decode
|
|
#
|
|
################################################################################
|
|
|
|
EDID_DECODE_VERSION = 6f117a8f8c0e76e85f599a8b05c21c5f51c5c3c1
|
|
EDID_DECODE_SITE = https://git.linuxtv.org/edid-decode.git
|
|
EDID_DECODE_SITE_METHOD = git
|
|
EDID_DECODE_LICENSE = MIT
|
|
EDID_DECODE_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(meson-package))
|