Add buildroot 2018-02
This commit is contained in:
6
buildroot/package/edid-decode/Config.in
Normal file
6
buildroot/package/edid-decode/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_EDID_DECODE
|
||||
bool "edid-decode"
|
||||
help
|
||||
Decode EDID data in human-readable format.
|
||||
|
||||
http://cgit.freedesktop.org/xorg/app/edid-decode/
|
||||
2
buildroot/package/edid-decode/edid-decode.hash
Normal file
2
buildroot/package/edid-decode/edid-decode.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 94f43f93285eb5cf8133061295bcdf72b6897bf5372879c2e4032a08d359af12 edid-decode-f56f329ed23a25d002352dedba1e8f092a47286f.tar.gz
|
||||
21
buildroot/package/edid-decode/edid-decode.mk
Normal file
21
buildroot/package/edid-decode/edid-decode.mk
Normal file
@@ -0,0 +1,21 @@
|
||||
################################################################################
|
||||
#
|
||||
# edid-decode
|
||||
#
|
||||
################################################################################
|
||||
|
||||
EDID_DECODE_VERSION = f56f329ed23a25d002352dedba1e8f092a47286f
|
||||
EDID_DECODE_SITE = git://anongit.freedesktop.org/git/xorg/app/edid-decode.git
|
||||
EDID_DECODE_LICENSE = MIT
|
||||
EDID_DECODE_LICENSE_FILES = edid-decode.c
|
||||
|
||||
define EDID_DECODE_BUILD_CMDS
|
||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) \
|
||||
CC="$(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_LDFLAGS)"
|
||||
endef
|
||||
|
||||
define EDID_DECODE_INSTALL_TARGET_CMDS
|
||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) DESTDIR="$(TARGET_DIR)" install
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user