mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] aml: new package
Date: Mon, 28 Feb 2022 13:09:16 +0100	[thread overview]
Message-ID: <20220228120916.2621500-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20220218160838.759601-2-p.zabel@pengutronix.de>

Thanks, applied as a4880605adc45cc0d8c1c8659ffd2640f0c94cf9.

Michael

[sent from post-receive hook]

On Mon, 28 Feb 2022 13:09:16 +0100, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20220218160838.759601-2-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/aml.in b/rules/aml.in
> new file mode 100644
> index 000000000000..897028c61f72
> --- /dev/null
> +++ b/rules/aml.in
> @@ -0,0 +1,8 @@
> +## SECTION=system_libraries
> +
> +config AML
> +	tristate
> +	select HOST_MESON
> +	prompt "aml"
> +	help
> +	  Andri's Main Loop
> diff --git a/rules/aml.make b/rules/aml.make
> new file mode 100644
> index 000000000000..f083fe29a5c3
> --- /dev/null
> +++ b/rules/aml.make
> @@ -0,0 +1,57 @@
> +# -*-makefile-*-
> +#
> +# Copyright (C) 2020 by Marian Cichy <m.cichy@pengutronix.de>
> +#
> +# For further information about the PTXdist project and license conditions
> +# see the README file.
> +#
> +
> +#
> +# We provide this package
> +#
> +PACKAGES-$(PTXCONF_AML) += aml
> +
> +#
> +# Paths and names
> +#
> +AML_VERSION	:= 0.2.1
> +AML_MD5		:= 8416dc2bdcd4c8c56d5e246468a30c2d
> +AML		:= aml-$(AML_VERSION)
> +AML_SUFFIX	:= tar.gz
> +AML_URL		:= https://github.com/any1/aml/archive/refs/tags/v$(AML_VERSION).$(AML_SUFFIX)
> +AML_SOURCE	:= $(SRCDIR)/$(AML).$(AML_SUFFIX)
> +AML_DIR		:= $(BUILDDIR)/$(AML)
> +AML_LICENSE	:= ISC
> +
> +# ----------------------------------------------------------------------------
> +# Prepare
> +# ----------------------------------------------------------------------------
> +
> +#
> +# meson
> +#
> +AML_CONF_TOOL	:= meson
> +AML_CONF_OPT	:=  \
> +	$(CROSS_MESON_USR) \
> +	-Dexamples=false
> +
> +# ----------------------------------------------------------------------------
> +# Target-Install
> +# ----------------------------------------------------------------------------
> +
> +$(STATEDIR)/aml.targetinstall:
> +	@$(call targetinfo)
> +
> +	@$(call install_init, aml)
> +	@$(call install_fixup, aml,PRIORITY,optional)
> +	@$(call install_fixup, aml,SECTION,base)
> +	@$(call install_fixup, aml,AUTHOR,"Marian Cichy <m.cichy@pengutronix.de>")
> +	@$(call install_fixup, aml,DESCRIPTION,missing)
> +
> +	@$(call install_lib, aml, 0, 0, 0644, libaml)
> +
> +	@$(call install_finish, aml)
> +
> +	@$(call touch)
> +
> +# vim: syntax=make

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


  reply	other threads:[~2022-02-28 12:10 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-18 16:08 [ptxdist] [PATCH 1/4] libjpeg: enable building libturbojpeg Philipp Zabel
2022-02-18 16:08 ` [ptxdist] [PATCH 2/4] aml: new package Philipp Zabel
2022-02-28 12:09   ` Michael Olbrich [this message]
2022-02-18 16:08 ` [ptxdist] [PATCH 3/4] neatvnc: " Philipp Zabel
2022-02-28 12:09   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-02-18 16:08 ` [ptxdist] [PATCH 4/4] wayvnc: " Philipp Zabel
2022-02-28 12:09   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-02-18 16:27 ` [ptxdist] [PATCH 1/4] libjpeg: enable building libturbojpeg Christian Melki
2022-02-22  7:35   ` Michael Olbrich
2022-02-22 12:03   ` Philipp Zabel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220228120916.2621500-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=p.zabel@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox