All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH 1/7] bdftopcf: add recipe
Date: Tue, 13 May 2014 17:03:11 +0200	[thread overview]
Message-ID: <20140513150310.GO22774@jama> (raw)
In-Reply-To: <20140513145203.GA31462@bshelton-desktop>

[-- Attachment #1: Type: text/plain, Size: 3558 bytes --]

On Tue, May 13, 2014 at 09:52:03AM -0500, Ben Shelton wrote:
> On 05/13, Martin Jansa wrote:
> > On Tue, May 13, 2014 at 08:08:18AM +0000, Matthieu CRAPET wrote:
> > > Hi,
> > > 
> > > Did you reused this recipe:
> > > https://www.mail-archive.com/openembedded-devel%40lists.openembedded.org/msg35721.html
> > > If so, you could give some credits to the original author.
> > 
> > But it doesn't seem to address the review comments in original patch.
> > 
> 
> I thought the issue with the original patch was that the "require
> recipes-graphics/xorg-app/xorg-app-common.inc" line needed to be moved
> to the top of the recipe to fix the build.  Are there other changes that
> need to be made?

Ah right, sorry I've overlooked it, it's in master-next now, thanks!

> 
> Thanks,
> Ben
> 
> > > -----Message d'origine-----
> > > De : openembedded-devel-bounces@lists.openembedded.org [mailto:openembedded-devel-bounces@lists.openembedded.org] De la part de Ben Shelton
> > > Envoyé : lundi 12 mai 2014 19:32
> > > À : openembedded-devel@lists.openembedded.org
> > > Objet : [oe] [meta-oe][PATCH 1/7] bdftopcf: add recipe
> > > 
> > > The bdftopcf tool is necessary to build the core X fonts, which ship in BDF format.  Adapted from a recipe in OE-Classic and from an earlier mailing list post by Trevor Woerner.
> > > 
> > > Signed-off-by: Ben Shelton <ben.shelton@ni.com>
> > > ---
> > >  meta-oe/recipes-graphics/xorg-app/bdftopcf_1.0.4.bb | 13 +++++++++++++
> > >  1 file changed, 13 insertions(+)
> > >  create mode 100644 meta-oe/recipes-graphics/xorg-app/bdftopcf_1.0.4.bb
> > > 
> > > diff --git a/meta-oe/recipes-graphics/xorg-app/bdftopcf_1.0.4.bb b/meta-oe/recipes-graphics/xorg-app/bdftopcf_1.0.4.bb
> > > new file mode 100644
> > > index 0000000..5009d54
> > > --- /dev/null
> > > +++ b/meta-oe/recipes-graphics/xorg-app/bdftopcf_1.0.4.bb
> > > @@ -0,0 +1,13 @@
> > > +require recipes-graphics/xorg-app/xorg-app-common.inc
> > > +
> > > +SUMMARY = "bdftopcf is a tool to convert BDF fonts to PCF fonts"
> > > +HOMEPAGE = "http://cgit.freedesktop.org/xorg/app/bdftopcf/"
> > > +SECTION = "x11/app"
> > > +LICENSE = "MIT"
> > > +LIC_FILES_CHKSUM = "file://COPYING;md5=f9a35333adf75edd1eaef84bca65a490"
> > > +DEPENDS = "libxfont"
> > > +
> > > +SRC_URI[md5sum] = "96a648a332160a7482885800f7a506fa"
> > > +SRC_URI[sha256sum] = "eaf59057ba3d7cffe29526562ce50868da7da823487a4cfb3e16946e5ffd2798"
> > > +
> > > +BBCLASSEXTEND = "native"
> > > --
> > > 1.9.3
> > > 
> > > --
> > > _______________________________________________
> > > Openembedded-devel mailing list
> > > Openembedded-devel@lists.openembedded.org
> > > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> > > -- 
> > > _______________________________________________
> > > Openembedded-devel mailing list
> > > Openembedded-devel@lists.openembedded.org
> > > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> > 
> > -- 
> > Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com
> 
> 
> 
> > -- 
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

  reply	other threads:[~2014-05-13 15:02 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-12 17:31 [meta-oe][PATCH 0/7] Add core 100 DPI X.org fonts Ben Shelton
2014-05-12 17:31 ` [meta-oe][PATCH 1/7] bdftopcf: add recipe Ben Shelton
2014-05-13  8:08   ` Matthieu CRAPET
2014-05-13  8:10     ` Matthieu CRAPET
2014-05-13  8:29     ` Martin Jansa
2014-05-13 14:52       ` Ben Shelton
2014-05-13 15:03         ` Martin Jansa [this message]
2014-05-13  9:06     ` Martin Jansa
2014-05-12 17:31 ` [meta-oe][PATCH 2/7] font-adobe-100dpi: " Ben Shelton
2014-05-12 17:31 ` [meta-oe][PATCH 3/7] font-adobe-utopia: " Ben Shelton
2014-05-12 17:31 ` [meta-oe][PATCH 4/7] font-bh-100dpi: " Ben Shelton
2014-05-12 17:31 ` [meta-oe][PATCH 5/7] font-bh-lucidatypewriter: " Ben Shelton
2014-05-12 17:31 ` [meta-oe][PATCH 6/7] font-bitstream-100dpi: " Ben Shelton
2014-05-12 17:31 ` [meta-oe][PATCH 7/7] xorg-fonts-100dpi: " Ben Shelton

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=20140513150310.GO22774@jama \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /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.