Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] libfribidi: new package
Date: Sun, 23 Dec 2012 22:49:16 +0100	[thread overview]
Message-ID: <201212232249.16467.yann.morin.1998@free.fr> (raw)
In-Reply-To: <CAOWBBJxB8rzAUNJNap5sLQppA68wcBByKZeE=hQK0a267zuQ7Q@mail.gmail.com>

Mikhail, All,

On Sunday 23 December 2012 Mikhail Boiko wrote:
> ---

You need to add a Signed-off-by line, like:
    Signed-off-by: Your Real NAME <your.mail@adress>

Please see Documentation/SubmittingPatches in the kernel source tree
for the reasons and meaning of the SoB line.

[--SNIP--]
> diff --git a/package/libfribidi/Config.in b/package/libfribidi/Config.in
> new file mode 100644
> index 0000000..11aed62
> --- /dev/null
> +++ b/package/libfribidi/Config.in
> @@ -0,0 +1,7 @@
> +config BR2_PACKAGE_LIBFRIBIDI
> + bool "libfribidi"
> + help
> +  GNU FriBidi is an implementation of the Unicode
> +  Bidirectional Algorithm (bidi).
> +
> +  http://www.fribidi.org/

config BR2_PACKAGE_LIBFRIBIDI
<TAB>bool "libfribidi"
<TAB>help
<TAB>  GNU fribidi...

That is, one TAB before keywords, and one TAB and two spaces before the
hepl text.

> diff --git a/package/libfribidi/libfribidi.mk b/package/libfribidi/
> libfribidi.mk
> new file mode 100644
> index 0000000..5cd1bc9
> --- /dev/null
> +++ b/package/libfribidi/libfribidi.mk
> @@ -0,0 +1,14 @@
> +#############################################################
> +#
> +# libfribidi
> +#
> +#############################################################
> +
> +LIBFRIBIDI_VERSION = 0.19.5
> +LIBFRIBIDI_SOURCE = fribidi-$(LIBFRIBIDI_VERSION).tar.bz2
> +LIBFRIBIDI_SITE = http://www.fribidi.org/download/
> +LIBFRIBIDI_INSTALL_STAGING = YES
> +LIBFRIBIDI_CONF_OPT = --disable-docs

--disable-docs is already passed by the autotools-package infrastructure,
so is not needed.

> +LIBFRIBIDI_DEPENDENCIES = host-pkgconf
> +
> +$(eval $(autotools-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.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2012-12-23 21:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-23 21:39 [Buildroot] [PATCH 1/2] libfribidi: new package Mikhail Boiko
2012-12-23 21:49 ` Yann E. MORIN [this message]
2012-12-23 22:19   ` Maxime Hadjinlian
2013-01-03 23:29 ` 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=201212232249.16467.yann.morin.1998@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox