From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] ti-uim: Add new package
Date: Sun, 8 Dec 2013 12:55:37 +0100 [thread overview]
Message-ID: <20131208115537.GA3363@free.fr> (raw)
In-Reply-To: <1386502217-2761-1-git-send-email-alexandre.belloni@free-electrons.com>
Alexandre, All,
On 2013-12-08 12:30 +0100, Alexandre Belloni spake thusly:
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> ---
> package/Config.in | 1 +
> package/ti-uim/Config.in | 8 ++++++++
> package/ti-uim/ti-uim.mk | 21 +++++++++++++++++++++
> 3 files changed, 30 insertions(+)
> create mode 100644 package/ti-uim/Config.in
> create mode 100644 package/ti-uim/ti-uim.mk
[--SNIP--]
> diff --git a/package/ti-uim/ti-uim.mk b/package/ti-uim/ti-uim.mk
> new file mode 100644
> index 000000000000..86e8b882a8b2
> --- /dev/null
> +++ b/package/ti-uim/ti-uim.mk
> @@ -0,0 +1,21 @@
> +#############################################################
> +#
> +# ti-uim
> +#
> +#############################################################
> +
> +TI_UIM_VERSION = c738944
> +TI_UIM_SITE = git://gitorious.org/uim/uim.git
> +TI_UIM_LICENSE = GPLv2+
> +TI_UIM_LICENSE_FILES = uim.c
I don't think we can consider the source file to be the license file.
We should just consider that there is no license file in this package.
Anyway, 'make legal-info' will copy the source file, so the licensing
information in that file will be available, no need to duplicate it.
> +define TI_UIM_BUILD_CMDS
> + $(MAKE) -C $(@D) $(TARGET_CONFIGURE_OPTS)
> +endef
> +
> +define TI_UIM_INSTALL_TARGET_CMDS
> + $(INSTALL) -m 0755 -D $(@D)/uim \
> + $(TARGET_DIR)/usr/sbin/uim
> +endef
> +
> +$(eval $(generic-package))
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
next prev parent reply other threads:[~2013-12-08 11:55 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-08 11:30 [Buildroot] [PATCH] ti-uim: Add new package Alexandre Belloni
2013-12-08 11:55 ` Yann E. MORIN [this message]
2013-12-16 21:52 ` Peter Korsgaard
2013-12-16 21:53 ` Peter Korsgaard
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=20131208115537.GA3363@free.fr \
--to=yann.morin.1998@free.fr \
--cc=buildroot@busybox.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.