buildroot/package/read-edid/read-edid.mk
Peter Korsgaard 71539b69ae read-edid: make available for !x86
It is only the get-edid tool that is x86 specific, parse-edid builds and
works fine on other architectures so make it available everywhere.

Also drop the custom install step as 'make install' does the right thing.
This does cause us to install into /usr/sbin instead of /sbin, but as that
is what upstream wants we can consider that a bugfix.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-01-14 16:33:40 +01:00

17 lines
432 B
Makefile

################################################################################
#
# read-edid
#
################################################################################
READ_EDID_VERSION = 1.4.2
READ_EDID_SITE = http://www.polypux.org/projects/read-edid
READ_EDID_LICENSE = GPLv2
READ_EDID_LICENSE_FILES = COPYING
define READ_EDID_BUILD_CMDS
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
endef
$(eval $(autotools-package))