All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] Add FbTerm package for OMAP4 (targetting pandaboard) Signed-off-by: JoM <johann.mercadier@imerir.com>
Date: Wed, 21 Mar 2012 12:20:18 +0100	[thread overview]
Message-ID: <201203211220.18870.arnout@mind.be> (raw)
In-Reply-To: <CAPEB33zX2XuoTbJRnUoQBhn+Fr+MNP8S81KJWvWLj7mHA1cKsA@mail.gmail.com>

On Wednesday 21 March 2012 12:06:07 MERCADIER Johann wrote:
> normally libz and libexpat are used by fbterm but the only lib
> really needed when I port fbterm was the both I kept in the .mk file. Do
> you think I need to write them also as the fact I didn't need them was part
> of my own config for which they were already installed?

 Hah, that's a tricky part.  If a package can make use of some library
but it doesn't really depend on it, then we add something like this to
the .mk file:

ifeq ($(BR2_PACKAGE_ZLIB),y)
FBTERM_DEPENDENCIES += zlib
endif

or in one line:

FBTERM_DEPENDENCIES += $(if $(BR2_PACKAGE_ZLIB),zlib)


 Similarly for expat.


>   About the help section, Thomas is right I made a copy/paste, but from
> different sites so as to give users a good understanding of what they are
> going to install, without the need to go searching around... Maybe  it's
> not necessary as most on the informations are on the main website (
> http://code.google.com/p/fbterm/)?... Just let me know and I will correct
> this for good of all.

 Leave it as it is, but remember for your next package that the help text
doesn't have to be so long.


 Regards,
 Arnout


-- 
Arnout Vandecappelle                               arnout at mind be
Senior Embedded Software Architect                 +32-16-286540
Essensium/Mind                                     http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium                BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

  reply	other threads:[~2012-03-21 11:20 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-20 22:04 [Buildroot] [PATCH 1/1] Add FbTerm package for OMAP4 (targetting pandaboard) Signed-off-by: JoM <johann.mercadier@imerir.com> JoM
2012-03-20 23:05 ` Thomas Petazzoni
2012-03-20 23:13   ` Arnout Vandecappelle
2012-03-20 23:16     ` Thomas Petazzoni
2012-03-21 11:06       ` MERCADIER Johann
2012-03-21 11:20         ` Arnout Vandecappelle [this message]
2012-03-20 23:09 ` Arnout Vandecappelle

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=201203211220.18870.arnout@mind.be \
    --to=arnout@mind.be \
    --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.