mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/edid-decode: bump version to 1889504
- edid-decode changed from C to C++, adjust make command accordingly and add BR2_INSTALL_LIBSTDCPP dependency - now shipping a LICENSE file, change from (gone) edid-decode.c to this one Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
13ceb980a2
commit
d498088fe7
@@ -1,6 +1,10 @@
|
|||||||
config BR2_PACKAGE_EDID_DECODE
|
config BR2_PACKAGE_EDID_DECODE
|
||||||
bool "edid-decode"
|
bool "edid-decode"
|
||||||
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
help
|
help
|
||||||
Decode EDID data in human-readable format.
|
Decode EDID data in human-readable format.
|
||||||
|
|
||||||
https://git.linuxtv.org/edid-decode.git/
|
https://git.linuxtv.org/edid-decode.git/
|
||||||
|
|
||||||
|
comment "edid-decode needs a toolchain w/ C++"
|
||||||
|
depends on !!BR2_INSTALL_LIBSTDCPP
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
# Locally computed
|
# Locally computed
|
||||||
sha256 27fcf4c8693ec6fe020b18c78c70ddba9a8b3ea8c55fcfad2a38103128ec5e36 edid-decode-6def7bc83dfb0338632e06a8b14c93faa6af8879.tar.gz
|
sha256 327fe14531ddebe74a730efc30209e68efbd86c11375b5576cbe23af3d691150 edid-decode-188950472c19492547e298b27f9da0d72cf826df.tar.gz
|
||||||
sha256 4b4a7e6d7c358bb5b982eaa84d228cd9e99b75a5fefd3af01272957bf2016b5b edid-decode.c
|
sha256 9bc7ab961e9a07dc84eaa0210af388def56d024357e79671fb89fe27d073eed7 LICENSE
|
||||||
|
|||||||
@@ -4,14 +4,14 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
EDID_DECODE_VERSION = 6def7bc83dfb0338632e06a8b14c93faa6af8879
|
EDID_DECODE_VERSION = 188950472c19492547e298b27f9da0d72cf826df
|
||||||
EDID_DECODE_SITE = git://linuxtv.org/edid-decode.git
|
EDID_DECODE_SITE = git://linuxtv.org/edid-decode.git
|
||||||
EDID_DECODE_LICENSE = MIT
|
EDID_DECODE_LICENSE = MIT
|
||||||
EDID_DECODE_LICENSE_FILES = edid-decode.c
|
EDID_DECODE_LICENSE_FILES = LICENSE
|
||||||
|
|
||||||
define EDID_DECODE_BUILD_CMDS
|
define EDID_DECODE_BUILD_CMDS
|
||||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) \
|
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) \
|
||||||
CC="$(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_LDFLAGS)"
|
CXX="$(TARGET_CXX) $(TARGET_CXXFLAGS) $(TARGET_LDFLAGS)"
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define EDID_DECODE_INSTALL_TARGET_CMDS
|
define EDID_DECODE_INSTALL_TARGET_CMDS
|
||||||
|
|||||||
Reference in New Issue
Block a user