[Buildroot] [git commit] edid-decode: new package

Vicente Olivert Riera Vincent.Riera at imgtec.com
Wed Dec 9 13:19:19 UTC 2015


Hello Peter,

$(TARGET_MAKE_ENV) should have been used before $(MAKE), as I said in my
review for this patch:

http://patchwork.ozlabs.org/patch/553537/

Regards,

Vincent.

On 09/12/15 13:15, Peter Korsgaard wrote:
> commit: http://git.buildroot.net/buildroot/commit/?id=f856c1f7542cc7544ccea42d29922f118b9d40e2
> branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
> 
> [Peter: pass TARGET_CFLAGS/LDFLAGS, quote TARGET_DIR]
> Signed-off-by: Peter Seiderer <ps.report at gmx.net>
> Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
> ---
>  package/Config.in                  |  1 +
>  package/edid-decode/Config.in      |  6 ++++++
>  package/edid-decode/edid-decode.mk | 20 ++++++++++++++++++++
>  3 files changed, 27 insertions(+)
> 
> diff --git a/package/Config.in b/package/Config.in
> index 2bdad01..0eb6fda 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -340,6 +340,7 @@ endif
>  	source "package/dtv-scan-tables/Config.in"
>  	source "package/dvb-apps/Config.in"
>  	source "package/dvbsnoop/Config.in"
> +	source "package/edid-decode/Config.in"
>  	source "package/eeprog/Config.in"
>  	source "package/eudev/Config.in"
>  	source "package/evemu/Config.in"
> diff --git a/package/edid-decode/Config.in b/package/edid-decode/Config.in
> new file mode 100644
> index 0000000..64297b4
> --- /dev/null
> +++ b/package/edid-decode/Config.in
> @@ -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/
> diff --git a/package/edid-decode/edid-decode.mk b/package/edid-decode/edid-decode.mk
> new file mode 100644
> index 0000000..8fcc19e
> --- /dev/null
> +++ b/package/edid-decode/edid-decode.mk
> @@ -0,0 +1,20 @@
> +################################################################################
> +#
> +# edid-decode
> +#
> +################################################################################
> +
> +EDID_DECODE_VERSION = 681153145d5e05ee15032ea792e967cda06e7622
> +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
> +	$(MAKE) -C $(@D) CC="$(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_LDFLAGS)"
> +endef
> +
> +define EDID_DECODE_INSTALL_TARGET_CMDS
> +	$(MAKE) -C $(@D) DESTDIR="$(TARGET_DIR)" install
> +endef
> +
> +$(eval $(generic-package))
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
> 



More information about the buildroot mailing list