[Buildroot] [PATCH 1/2] libamcodec: New Package

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu Jun 9 08:18:39 UTC 2016


Hello,

On Thu,  9 Jun 2016 10:46:43 +0300, Dagg Stompler wrote:

> diff --git a/package/libamcodec/0001-fix_flags_in_makefile.patch b/package/libamcodec/0001-fix_flags_in_makefile.patch
> new file mode 100644
> index 0000000..e64c4d7
> --- /dev/null
> +++ b/package/libamcodec/0001-fix_flags_in_makefile.patch

Patches need a description + Signed-off-by. Since the package is
fetched from Git, please make it a Git formatted patch (i.e make a Git
commit, and run "git format-patch HEAD^").

> diff --git a/package/libamcodec/libamcodec.mk b/package/libamcodec/libamcodec.mk
> new file mode 100644
> index 0000000..1e0bcb6
> --- /dev/null
> +++ b/package/libamcodec/libamcodec.mk
> @@ -0,0 +1,33 @@
> +################################################################################
> +#
> +# libamcodec
> +#
> +################################################################################
> +
> +LIBAMCODEC_VERSION = ed1d8b8c54b05c1a02a8ee44c59744e4cbed3d8d
> +LIBAMCODEC_SITE = $(call github,mdrjr,c2_aml_libs,$(LIBAMCODEC_VERSION))
> +LIBAMCODEC_DEPENDENCIES = alsa-lib

Has the license situation been resolved? I know you contacted upstream
about his. Any feedback?

> +
> +# This package uses the M_PREFIX variable to construct the header and

M_PREFIX or PREFIX

(you use PREFIX when building in the amcodec subdirectory)

> +# # library paths used when compiling

duplicate # sign.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com



More information about the buildroot mailing list