From: Saul Wold <saul.wold@intel.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [CONSOLIDATED PULL 24/27] texi2html: Added recipe from OE
Date: Sun, 23 Oct 2011 13:13:46 -0700 [thread overview]
Message-ID: <4EA4757A.5010106@intel.com> (raw)
In-Reply-To: <CAMKF1soJ1Kv77_dNijQTWjzk8W+M5z2+yg2SUPxZtADLgum2CA@mail.gmail.com>
On 10/23/2011 01:06 PM, Khem Raj wrote:
>
>
> On Sunday, October 23, 2011, Saul Wold <sgw@linux.intel.com
> <mailto:sgw@linux.intel.com>> wrote:
> > Needed to build oe-core with oe-core
>
Nope, this is needed on the target image to build OE-core with an
OE-Core image.
Sau!
> Oe-Core with oe-core did u mean meta-oe in one place ?
> >
> > Signed-off-by: Saul Wold <sgw@linux.intel.com
> <mailto:sgw@linux.intel.com>>
> > ---
> > meta/recipes-extended/texi2html/texi2html_1.82.bb
> <http://texi2html_1.82.bb> | 14 ++++++++++++++
> > 1 files changed, 14 insertions(+), 0 deletions(-)
> > create mode 100644 meta/recipes-extended/texi2html/texi2html_1.82.bb
> <http://texi2html_1.82.bb>
> >
> > diff --git a/meta/recipes-extended/texi2html/texi2html_1.82.bb
> <http://texi2html_1.82.bb>
> b/meta/recipes-extended/texi2html/texi2html_1.82.bb
> <http://texi2html_1.82.bb>
> > new file mode 100644
> > index 0000000..f19b576
> > --- /dev/null
> > +++ b/meta/recipes-extended/texi2html/texi2html_1.82.bb
> <http://texi2html_1.82.bb>
> > @@ -0,0 +1,14 @@
> > +DESCRIPTION = "Perl script that converts Texinfo to HTML"
> > +HOMEPAGE = "http://www.nongnu.org/texi2html/"
> > +SECTION = "console/utils"
> > +LICENSE = "GPLv2"
> > +LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
> > +
> > +PR = "r0"
> > +
> > +SRC_URI =
> "http://download.savannah.gnu.org/releases/texi2html/${P}.tar.bz2"
> > +
> > +SRC_URI[md5sum] = "a8a9193c0ac1bec2f3ca7be40a5a82eb"
> > +SRC_URI[sha256sum] =
> "d69c1effc416896409003ea64fdb21152cc0a9a7c665d437a0a3bef9b588b4f1"
> > +
> > +inherit autotools
> > --
> > 1.7.6.4
> >
> >
> > _______________________________________________
> > Openembedded-core mailing list
> > Openembedded-core@lists.openembedded.org
> <mailto:Openembedded-core@lists.openembedded.org>
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
> >
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
next prev parent reply other threads:[~2011-10-23 20:19 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-23 18:26 [CONSOLIDATED PULL 00/27] Various Updates and fixes Saul Wold
2011-10-23 18:26 ` [CONSOLIDATED PULL 01/27] tcl: upgrade from 8.5.9 to 8.5.10 Saul Wold
2011-10-23 18:26 ` [CONSOLIDATED PULL 02/27] tcmode-default.inc: Add TRANSLATED_TARGET_ARCH suffix to binutils-cross-canadian Saul Wold
2011-10-23 18:26 ` [CONSOLIDATED PULL 03/27] binutils-cross-canadian: Point sysroot to correct location Saul Wold
2011-10-23 18:26 ` [CONSOLIDATED PULL 04/27] gcc-configure-sdk: " Saul Wold
2011-10-23 18:26 ` [CONSOLIDATED PULL 05/27] perl: upgrade from 5.12.3 to 5.14.2 Saul Wold
2011-10-23 18:26 ` [CONSOLIDATED PULL 06/27] bootimg.bbclass: add support to disable HDD image building Saul Wold
2011-10-23 18:26 ` [CONSOLIDATED PULL 07/27] useradd.bbclass: check if a group already exists manually Saul Wold
2011-10-23 18:26 ` [CONSOLIDATED PULL 08/27] base-passwd: move initial criation of group and passwd to preinst Saul Wold
2011-10-23 18:26 ` [CONSOLIDATED PULL 09/27] dbus: use useradd class to allow use in read-only filesystems Saul Wold
2011-10-23 18:26 ` [CONSOLIDATED PULL 10/27] squashfs-tools: add recipe Saul Wold
2011-10-23 18:26 ` [CONSOLIDATED PULL 11/27] pulseaudio-0.9.23: inherit perlnative to work around build on host without XML/Parser.pm Saul Wold
2011-10-24 13:15 ` Richard Purdie
2011-10-24 13:19 ` Koen Kooi
2011-10-24 14:15 ` Richard Purdie
2011-10-24 14:24 ` Martin Jansa
2011-10-24 13:24 ` Martin Jansa
2011-10-24 14:19 ` Richard Purdie
2011-10-23 18:26 ` [CONSOLIDATED PULL 12/27] apr: add native support Saul Wold
2011-10-23 18:26 ` [CONSOLIDATED PULL 13/27] neon: " Saul Wold
2011-10-23 18:26 ` [CONSOLIDATED PULL 14/27] apr-util: " Saul Wold
2011-10-23 18:26 ` [CONSOLIDATED PULL 15/27] subversion: add 1.7.0 with native support and negative D_P for now Saul Wold
2011-10-23 18:26 ` [CONSOLIDATED PULL 16/27] subversion-1.6.15: add native support too Saul Wold
2011-10-23 18:26 ` [CONSOLIDATED PULL 17/27] xserver-xorg: Add mesa-dri to depends instead of virtual/libgl Saul Wold
2011-10-23 18:26 ` [CONSOLIDATED PULL 18/27] gcc-4.6: Backport fix for PR32219 Saul Wold
2011-10-23 18:26 ` [CONSOLIDATED PULL 19/27] coreutils: Upgrade recipe 8.12 -> 8.14 Saul Wold
2011-10-23 18:26 ` [CONSOLIDATED PULL 20/27] libtool: Upgrade from 2.4 -> 2.4.2 Saul Wold
2011-10-24 13:34 ` Richard Purdie
2011-10-24 13:37 ` Koen Kooi
2011-10-24 14:10 ` Richard Purdie
2011-10-24 14:18 ` Koen Kooi
2011-10-24 14:24 ` Richard Purdie
2011-10-23 18:26 ` [CONSOLIDATED PULL 21/27] default-providers: switch virtual/libgl from mesa-xlib to mesa-dri Saul Wold
2011-10-23 18:27 ` [CONSOLIDATED PULL 22/27] kernel.bbclass: respect MACHINE_KERNEL_PR Saul Wold
2011-10-23 18:27 ` [CONSOLIDATED PULL 23/27] wget: Add recipe from OE Saul Wold
2011-10-24 13:25 ` Richard Purdie
2011-10-23 18:27 ` [CONSOLIDATED PULL 24/27] texi2html: Added " Saul Wold
2011-10-23 20:06 ` Khem Raj
2011-10-23 20:13 ` Saul Wold [this message]
2011-10-23 22:35 ` Khem Raj
2011-10-23 18:27 ` [CONSOLIDATED PULL 25/27] oprofile: Update to 0.9.7 and convert cvs->git Saul Wold
2011-10-23 18:27 ` [CONSOLIDATED PULL 26/27] abiword: convert to svn Saul Wold
2011-10-24 13:14 ` Richard Purdie
2011-10-24 13:18 ` Koen Kooi
2011-10-24 13:31 ` Saul Wold
2011-10-23 18:27 ` [CONSOLIDATED PULL 27/27] perl: remove debug set -x; pwd Saul Wold
2011-10-24 13:59 ` [CONSOLIDATED PULL 00/27] Various Updates and fixes Richard Purdie
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=4EA4757A.5010106@intel.com \
--to=saul.wold@intel.com \
--cc=openembedded-core@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox